@digrand It’s not possible to exclude the CSS class at the moment, you’ll have to check with the plugin author if there are any specific files generated for the AJAX cart and then you can exclude the path from WP-Optimize > Cache > Advanced settings > URLs to exclude from caching.
Thanks for the answer.
I have files in theme like cart.php (https://prnt.sc/szi-5JGj3dXm
) and cart.js
How to properly support them from the cache?
I checked the entire js folder, but it didn’t help:
/wp-content/themes/minimog/assets/js/
/wp-content/themes/minimog/assets/js/*`
@digrand After adding those lines doesn’t is works?
yes, it doesn’t work. This is similar to how the browser cache works, if you refresh the page (without resetting the browser cache) then it works
Is it possible to include snippets of template code or theme files like cart.php?
@digrand I’ll check this issue with our development team and update you soon.
Thank you for your time and patience.