Wordpress Cache Plugin

#1
Having issues with LiteSpeed Cache plugin and WooCommerce cart.

You can add items to the cart but once you visit a page that has been cached via the LiteSpeed cache, the cart will show up empty again.

This seem to be an issue with the session state and the cache. When we disable the LiteSpeed Cache plugin it works fine.

Any help with this would be appreciated or has anyone else had a similar issue?
 
#3
Having issues with LiteSpeed Cache plugin and WooCommerce cart.

You can add items to the cart but once you visit a page that has been cached via the LiteSpeed cache, the cart will show up empty again.

This seem to be an issue with the session state and the cache. When we disable the LiteSpeed Cache plugin it works fine.

Any help with this would be appreciated or has anyone else had a similar issue?
Someone else posted this fix - https://blog.litespeedtech.com/2017/05/31/wpw-fixing-lscachewoocommerce-conflicts/

Basically tell cache not to cache the cart

In your WordPress Admin, go to LiteSpeed Cache > Settings > Do Not Cache Rules.

Under Cookie List, enter woocommerce_items_in_cart, scroll down and press Save Changes.
 
Top