I've setup conditions for an automatic category, but no products are displayed.
As the work of the conditions is the same as in default Magento, please make sure that the same conditions work in Magento Catalog Price Rules, or try filtering the product grid with the same attributes. The issue also might be associated with the missing VisualMerchCore system package. Please make sure that you have it installed.
In case your module package downloaded from our website doesn't contain the mentioned package, please contact us.
Related Articles
How can I display related products block on blog pages?
Automatic Related Products extension can be integrated with the Amasty Blog Pro module. In order to set the related products block on the blog page, follow the steps below. Step 1. Navigate to Amasty → Automatic Related Products → Related Product ...
I've configured the products order in the admin panel, but the positioning is not reflected correctly on the frontend.
When you sort products inside a category using the Products Merchandising → Sort Order feature, the sorting order that you select gets associated with the Position sorting type on the frontend. In other words, in the backend you're choosing what ...
Automatic Related Products API
1. Amasty\Mostviewed\Api\GroupRepositoryInterface - class for managing related product rules. POST /V1/amasty_mostviewed/rules", method="save" - create a rule; PUT /V1/amasty_mostviewed/rules/:groupId, method="save" - edit a rule; DELETE ...
I've set up an automatic related rule based on a custom attribute, but nothing is displayed on the front-end. What might be the problem here?
There are several reasons why the related block might be missing from the front-end: If a custom attribute you've created previously has a limited Store View scope, try changing it to Global at Stores → Product Attributes → Edit Attribute → ...
We installed the module and activated it but it does not seem to return any related products on the product/category pages or in cart, why?
After installing the extension and configuring at least one related product rule, reindex is required. You may perform it manually by running the below command via CLI: bin/magento indexer:reindex Also, it’s highly recommended to set the indexers for ...