Skip to content
This repository has been archived by the owner on Oct 19, 2022. It is now read-only.

Releases: EmicoEcommerce/Magento2Tweakwise-archived

Use getActiveFilters() method instead of property

09 Jun 13:22
22962ce
Compare
Choose a tag to compare
  • #164 - Use getActiveFilters() method instead of property

Add visibility filter to product collection in autocomplete data provider helper

23 Jun 06:45
22962ce
Compare
Choose a tag to compare

Add visibility filter to product collection in autocomplete data provider helper

Disable checking for config in new suggestion data provider

26 May 06:59
f84897f
Compare
Choose a tag to compare

Disable checking for config in new suggestion data provider

Add 'Use default value' checkbox to category attributes

28 Apr 08:00
f9dc58f
Compare
Choose a tag to compare

Added "use default value" checkbox for category attributes when switching store views

v3.3.2

25 Mar 09:27
e3a39d0
Compare
Choose a tag to compare

Fixes an issue where normal autocomplete would break when tweakwise autocomplete was not enabled for a given storefront.

v3.3.1

12 Mar 15:14
Compare
Choose a tag to compare

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

21 Jan 11:16
Compare
Choose a tag to compare

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

15 Jan 14:52
Compare
Choose a tag to compare
  1. Added scroll to top of page to pager links (when ajax filtering is enabled).
  2. Added method to facilitate hidden parameters. The visibility filter is now passed as a hidden parameter.
  3. 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

16 Dec 08:55
Compare
Choose a tag to compare

Fixed regex issue in pager link (only relevant when ajax filtering is enabled).

v3.2.0

10 Dec 11:22
Compare
Choose a tag to compare

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:

  1. Pager link "1" would not work when ajax filtering is enabled.
  2. When category is not an anchor category this could result in a js error.
  3. Removed jquery/ui reference in swatches template, this was done to reflect a change introduced in magento 2.3.3.