Can the module keep the set selection of the parts finder (i.e. brand/model/year) when switching a category?
Yes, Product Parts Finder provides the opportunity to apply certain filtering parameters that will not be reset when a customer browses different categories.
To enable this functionality, navigate to Stores → Configuration → Amasty Extensions → Product Parts Finder → General and set the Apply Filter for Current Category Only option to No.
As a result, customers will be able to freely switch categories and keep the parts finder unchanged. To check the behavior on the frontend, set the required parts finder options and choose a category in the filters:
Then switch the category - the parts finder options remain the same:
Related Articles
Product Parts Finder API
1. Amasty\Finder\Api\DropdownRepositoryInterface - class for managing parts finder dropdowns: POST /V1/amasty_finder/dropdown, method="save" - create a dropdown; PUT /V1/amasty_finder/dropdown/:id, method="save" - edit a dropdown; DELETE ...
How to define which finder shows the product results on a .phtml page?
If there are several Product Parts Finder blocks on a .phtml page, you may differentiate the results by the Finder ID value. When the needed finder is used, the \Amasty\Finder\Controller\Index\Search::execute controller receives the request with the ...
How to set custom sorting on brand pages?
Brand pages are essentially the Default category filtered by the 'brand' attribute. Therefore, any sorting logic assigned to the Default category in default Magento also applies to Amasty brand pages. To confirm or modify the sorting order for the ...
How to disable/delete a brand?
As brands are attribute options, you will need to delete the option from the Brands attribute. For that, please go to Stores → Attributes → Products and select the attribute that is set as brand in the general extension configurations. In the ...
How to modify the brand icons size on product listing and product details pages?
By default, the brand logo images are uploaded using the 30px size. In order to change the width and height of the images on the product page and on the product listing, please navigate to Improved Layered Navigation: Brands settings, tabs Product ...