Hi @templateinvaders
I have solved the problem, the change in the htaccess file works fine. It was necessary to clear the cache of the server and the browser.
I’ll add the conditional:
<If "%{THE_REQUEST} =~ m#/wishlist#">
So that it is only disabled on the wishlist page.
Thanks a lot!.
Regards.
Hi @templateinvaders
I have added the following lines in my website’s .htaccess file:
<IfModule mod_headers.c>
Header set Cache-Control "private"
</IfModule>
The header is disabled:
x-cacheable: NO:Cache-Control=private
But I can’t fix the issue, the product appears again.
Hi @templateinvaders
Yes, of course, my website is https://diverko.com/.
Thank you!