Asp.net hosting
I am working with an ASP.net project I was using only php and mysql before. Now it asp.net and sql server. Never hosted asp. Which… | Read the rest of https://www.webhostingtalk.com/showthread.php?t=1932449&goto=newpost
I am working with an ASP.net project I was using only php and mysql before. Now it asp.net and sql server. Never hosted asp. Which… | Read the rest of https://www.webhostingtalk.com/showthread.php?t=1932449&goto=newpost
I am helping a friend move his business site from web.com to another hosting provider. I will also move his domain registry to GoDaddy. I wi… | Read the rest of https://www.webhostingtalk.com/showthread.php?t=1932781&goto=newpost
Hi, I really hopes this is the best forum for this question, If I have multiple WordPress websites, more then 3 (for example) there is som… | Read the rest of https://www.webhostingtalk.com/showthread.php?t=1932382&goto=newpost
After pressing “Buy Now” from Magento product page the checkout page loads very slow 30-60secs. It seems to do something with browser changes recently as the store itself has not been updated in any way. Asking for suggestions about how… Read More »Magento 2.3 5 p1 – slow loading after pressing “Buy now”
i’m currently trying to implement Google analytic events in magento 2 shop but since i’m relatively new to the concept, that’s why i have difficulties implementing it. If someone already has experience in it, i’ll be very grateful, if i… Read More »Implementing GA Event: “add_shipping_info”
i am sending mail from Post.php and mail goes to system decided email every time private function sendEmail($post) { try { // Validate primary email format if (!filter_var($post[’email’], FILTER_VALIDATE_EMAIL)) { throw new Exception(‘Invalid primary email format.’); } // Send email… Read More »i am sending mail from Post.php and mail goes to system decided email every time
We have observed a peculiar issue with our Magento 2.4.5 website. The site functions correctly across all devices and browsers except for the iPhone 14+ running the latest iOS version (18.2). Notably, the website performs seamlessly on an iPhone 13… Read More »Magento2 Website Compatibility Issue on iPhone 14+ with iOS 18.2
I’m working on adding custom status filter for this my order in frontend i want to add filters (status) it would work like back end filter Magento admin how i add filter and any idea’s??
Getting error when i try to run following command, composer create-project –repository-url=https://repo.magento.com/ magento/project-community-edition=2.4.7 m2 Error: Errors: SSL connection Timeout error, Resolving timed out after 10000 milliseconds, Connection time-out Now trying to download from source. **In CurlDownloader.php line 390: curl error… Read More »Download magento 2.4.7 using composer getting error
I am try to install magento 2 in Xampp Windows platform, I am getting the following error when i try to run the following command, composer create-project –repository-url=https://repo.magento.com/ magento/project-community-edition=2.4.7 m2 Getting the following error, How to solve this issue?