Automatic Related Products
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?
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 > Properties > Advanced Attribute Properties fieldset: Also, make sure that the ...
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 ...
How does the bundle pack display logic work?
The block with the bundle pack is displayed on the product page for the main product only. One and the same product can be included in several bundle packs, so it might be so, that a customer sees several bundles on a product page of a related ...
If there are several rules applicable for the same product on the same block, will several related product blocks be displayed?
In case there are several rules that can be applied to the same product, the one with the highest priority will be shown. The Priority can be set on the rule configuration page (Catalog > Related Product Rules > choose the needed rule > ...
Why can’t I use an attribute as a condition in Where to Display and Products to Display tabs?
Some attributes might not be available in the conditions list when you create a new related rule. To add an attribute to the conditions, follow the steps below: 1. Navigate to Stores > Attributes > Product, choose the attribute and open ...
Does this extension work with PWA and/or GraphQl?
The extension has read compatibility with GraphQL. To activate this functionality, it is necessary to install a system GraphQL package that comes together with the Automatic Related Products extension: amasty/customers-also-viewed-graphql. ...
Why doesn't coupon discount apply on the products from bundle pack?
Such behavior is expected if the discount amount from a cart price rule is less than the discount provided by a bundle pack. However, if there's a cart price rule that grants a bigger discount compared with a bundle pack discount, the extension ...
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. 1. Navigate to Amasty > Automatic Related Products > Related ...
Why taxes are applied to bundle products after discount?
Tax application depends on Magento rather than on the module. To check your config and adjust it, please navigate to Magento Admin Panel > Stores > Configuration > Sales > Tax > Calculation Settings:
I’ve set up a rule with the ‘same as’ condition, but it doesn’t seem to work.
While creating or editing a related product rule, it's possible to choose a Custom Position for the Related block. Once this option is selected, the module automatically generates a code which you can insert into a preferable layout in order to ...
Does the module sort the products anyhow when the Source Type is set to “Bought Together”?
The products are sorted by the number of purchases. For example, if a product X is ordered together with product Y more often than with other products, product Y will be displayed in the first place.
Why a bundle pack is not displayed on the frontend?
There may be multiple reasons why a bundle pack is not visible on the storefront, so we suggest checking the below points to see if the problem arises due to some configurations: 1. Make sure that the bundle pack has an Active status ...