Releases: EmicoEcommerce/Magento2Tweakwise-archived
Use getActiveFilters() method instead of property
- #164 - Use getActiveFilters() method instead of property
Add visibility filter to product collection in autocomplete data provider helper
Add visibility filter to product collection in autocomplete data provider helper
Disable checking for config in new suggestion data provider
Disable checking for config in new suggestion data provider
Add 'Use default value' checkbox to category attributes
Added "use default value" checkbox for category attributes when switching store views
v3.3.2
Fixes an issue where normal autocomplete would break when tweakwise autocomplete was not enabled for a given storefront.
v3.3.1
Released a bugfix for the catalog page where after applying a filter the add to cart functionality on the product catalog cards broke.
v3.3.0
Feature Personal Merchandiser support added!
Added support for personalized sort orders. See "Stores > Configuration > Catalog > Tweakwise > Personal Merchandiser".
You need to add a tweakwise measure script to make use of this functionality. These settings can have impact on caching and performance, see https://github.com/EmicoEcommerce/Magento2Tweakwise#personal-merchandising (README.md) for details.
Contact tweakwise support for in depth explanation of this feature.
Technical: improvements in fallback handling (this is only relevant when tweakwise main endpoint is considered down)
v3.2.2
- Added scroll to top of page to pager links (when ajax filtering is enabled).
- Added method to facilitate hidden parameters. The visibility filter is now passed as a hidden parameter.
- Fixed js initialization issues after ajax filtering. It can very well be that this is not relevant for most magento installations.
This issue manifested in a missing "back url" when adding products to the cart on the category page.
The "back url" determines where the user is sent after the add to cart completes. This was missing due to some javascript not being initialized. In some situations this would result in the user seeing json data in their browser when the add to cart completes, obviously not desirable.
v3.2.1
Fixed regex issue in pager link (only relevant when ajax filtering is enabled).
v3.2.0
Moved src folder to root and removed composer json symlink. EmicoEcommerce/Magento2Tweakwise#133
If you have any patches (or something like that) you need to evaluate those.
This means that the directory structure of the module changed!
Added ext-json and ext-pcre to composer json.
Feature: Category filter urls now remember selected filters meaning that any selected filters should remain when navigating to a subcategory if those filters are present in the subcategory (this depends on the filter template of the subcategory).
BugFixes:
- Pager link "1" would not work when ajax filtering is enabled.
- When category is not an anchor category this could result in a js error.
- Removed jquery/ui reference in swatches template, this was done to reflect a change introduced in magento 2.3.3.