PrestaShop / hummingbird

81 stars 79 forks source link

homepage mini add to cart button not following store catalog mode Setting #455

Closed sudo-do closed 1 year ago

Hlavtox commented 1 year ago

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. 😎

sneko commented 3 months 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:

image

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?

Hlavtox commented 2 months ago

@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.

sneko commented 2 weeks ago

@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?