Closed bramstroker closed 5 months ago
@bramstroker The problem with that is that stores in different languages can have different filter templates. And some people configure an ALP for an specific language for an specific store view.
I think an check on if it's the same template. And in that case skip it is an better solution.
Wil be released today in the Magento2Tweakwise extension
For one of our clients the new facet selecting is not working correctly.
Ajax endpoint /tweakwise/ajax/facets/category/5?isAjax=true Is returning:
For example
color_group
is returned twice in two languages.Because of this the select options are not unique and
Farbe
is shown, when the client selectedKleur
.Functionality wise the landingpage works, because the option value is persisted in the database.
I'm not sure how to resolve as the facets seem to return all possible facets for all stores, and an attribute landing page can be configured for one or more stores. Seems feasible to me to only return facets for the default store of the webshop.