Closed sudo-do closed 1 year ago
@Hlavtox I'm using PS v8.1.7 and Hummingbird v0.2.0, and had enabled catalog mode.
Despite this I'm still seeing the quick add to cart feature:
Note that when using the classic theme, there is none (so I guess there is still something to do here?).
EDIT: or maybe there is kind of a cache per theme that I missed?
@sneko Do you see it on homepage or in a category?
The modules on homepage are caching the HTML, so it can contain outdated data.
@Hlavtox both on homepage and categories pages. (sorry for the late answer...)
I tried to clear the cache from the Performance panel, but still there whereas in the "popup" there is none, nor onto the product page. Maybe there is another cache not deleted by the Performance panel?
Hey @nizelg, good catch. I fixed it on the core side here - https://github.com/PrestaShop/PrestaShop/pull/31695.
It shouldn't be our responsibility to have a million conditions in a theme. 😎