simon m123
Forum Replies Created
-
Forum: Plugins
In reply to: [WooCommerce] add to cart problemThanks Mike but this doesn’t seem to have any effect.
Forum: Plugins
In reply to: [WooCommerce] add to cart problemI’ve checked with 123reg about server config and server caching, they said that the caching wasnt handled on the server but could be due to caching plugins we are using (W3 Total Cache) or could be due to code in .htaccess file. the code he suggested i remove was between two of these – ## EXPIRES CACHING ## and is as follows:
<IfModule mod_expires.c>
ExpiresActive On
ExpiresByType image/jpg “access plus 1 month”
ExpiresByType image/jpeg “access plus 1 month”
ExpiresByType image/gif “access plus 1 month”
ExpiresByType image/png “access plus 1 month”
ExpiresByType text/css “access plus 1 month”
ExpiresByType application/pdf “access plus 1 month”
ExpiresByType text/x-javascript “access plus 1 month”
ExpiresByType application/x-shockwave-flash “access plus 1 month”
ExpiresByType image/x-icon “access plus 1 month”
ExpiresDefault “access plus 2 days”removing this hasnt made any difference to the add to cart issue, and the W3 total cache plugin has been deactivated for a week or more now.
123reg customer support asked for recommended server settings for woocommerce to see if the server config was causing the issue, here is an extract from the support chat session:
Danny: (12:19): I have checked your hosting package and cURL and SOAP are enabled. You are using PHP version 5.6 and MySQL 5.1.73.
Danny: (12:20): Please allow me a few more moments to check fsockopen.
Danny: (12:22): fsockopen is also enabled.Forum: Plugins
In reply to: [WooCommerce] Add to Cart ProblemOk, Thanks, I thought it might be that, just wanted to make sure there wasn’t something else i was missing
Forum: Plugins
In reply to: [WooCommerce] add to cart problemThanks Mike, its with 123reg, I will check with them
Forum: Plugins
In reply to: [WooCommerce] Add to Cart ProblemCould you give any more details to how you fixed this please wpblogwriter?
I am having the same issue and having trouble fixing it.Forum: Plugins
In reply to: [WooCommerce] Prices disappeared after updating woocommerceHi, Thanks for your quick response Mike, I’ve just checked the site again and the prices are there. I think I had an ID-10t error and they were there all along. I was looking in the wrong place, they seemed to have moved to under the product title. Sorry for wasting anyone’s time and being a moron.