Woocommerce add-to-cart empty?
Answered
When I click on add to cart as guest cart always says “empty”. How to fix that?
Best answer
When I click on add to cart as guest cart always says “empty”. How to fix that?
You can resolve that either by disabling the ” Enable AJAX add to cart buttons on archives ” from Settings -> Products tab or by adding a simple code in your server configuration file. Look for:
$uri $uri/ /index.php
and add ” ?$args” after the index.php. The code should look like:
$uri $uri/ /index.php?$args