How to make the NP Quote Plugin work with page caching plugins

Depending on your caching plugin you need to exclude dynamic pages and sometimes exclude cookies from cache. The pages to exclude are the quote request, product category (archive), shop and the product page. The most common problem caused by page caching is that items which are added to the quote cart cannot be found afterwards.

WP Rocket:

/wp-admin/options-general.php?page=wprocket#advanced_cache

Never Cache URL(s)

/quote-request/(.*)

/product-category/(.*)

/shop/(.*)

/product/(.*)

Never Cache Cookies

rfqtk_wp_session_

WP Optimize: https://neahplugins.com/wp-content/uploads/word-image-148.png

If are using Pantheon:

cid:image002.png@01D80D39.80539D50

cid:image003.png@01D80D39.80539D50

You could also change the session method to PHP Sessions as an alternative method.