Hi
I run a multi-site woo-commerce and enabled W3 Total Cache network wide. How can I not cache the following pages.
- Cart
- My Account
- Change Passwoed
- Edit Address
- View Order
- Checkout
- Pay
- Order Received
I tried the following in "Never cache the following pages syntax" (network admin):
/cart/*
/my-account/*
/checkout/*
However it appears that if I order an item then view the "cart" removing that from the cart then order a new item will load the "cart" with the old item indicating that the page is still being cached.
How can I solve this?