Comments 2Nicolas started the conversationFebruary 28, 2017 at 11:34pmHello,i have an issue and need your help please.When i add a product in the cart, it serems to work : the ajax cart widget (top right) ads the item.However if i click on "payer" to pay and go to checkout : he says my cart is empty...Why ? how can i fix it please ?Thanks for your help,Regards,Nicolas 567Stormit repliedMarch 1, 2017 at 4:08amHi Nicolas,Please try the following:- Do you have varnish/server side caching? If yes, please contact your hosting provider and ask them to disable it.- Disable all your third party plugins and activate one by one to find the problem.- It may relate to Cookie and Multisite. So you can try adding the code below to your wp-config.php file define('ADMIN_COOKIE_PATH', '/'); define('COOKIEPATH', "); define('SITECOOKIEPATH', "); Best regards, Sign in to reply ...
Hello,
i have an issue and need your help please.
When i add a product in the cart, it serems to work : the ajax cart widget (top right) ads the item.
However if i click on "payer" to pay and go to checkout : he says my cart is empty...
Why ? how can i fix it please ?
Thanks for your help,
Regards,
Nicolas
Hi Nicolas,
Please try the following:
- Do you have varnish/server side caching? If yes, please contact your hosting provider and ask them to disable it.
- Disable all your third party plugins and activate one by one to find the problem.
- It may relate to Cookie and Multisite. So you can try adding the code below to your wp-config.php file
Best regards,