If you like our themes and support, please SHARE our website! https://theme-sky.com/wordpress-themes/

Okay
  Public Ticket #1079433
My Cart Page
Closed

Comments

  •  2
    Nicolas started the conversation

    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

  •  567
    Stormit replied

    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

    define('ADMIN_COOKIE_PATH', '/');
    define('COOKIEPATH', ");
    define('SITECOOKIEPATH', ");
    

    Best regards,