Why isn't a bundle pack 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 steps to see if the issue arises due to any misconfigurations:
1. Make sure that the bundle pack has an Active status at Amasty → Automatic Related Products → Bundle Packs:
2. A bundle pack only appears on the product page of the main product specified in the settings below the Main Products tab, so make sure that you're checking it on the correct page:
In the above example, the bundle pack promotion will only appear on the Caesar Warm-Up Pant and Kratos Gym Pant product pages.
3. The main product should differ from the bundle pack product. If you've selected the same product in both tabs, the bundle pack won't appear on the storefront, as it contradicts the logic of the extension.
4. All products that are a part of the bundle pack should be enabled and marked as In Stock. You can check the stock status in the product settings at Catalog → Products.
In case the bundle pack does not appear anyway, feel free to contact our support team, we’ll be glad to help you with this issue.
Related Articles
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 can ...
Automatic Related Products | GraphQL methods
Queries amMostviewedGroups -(uid: String!, position: String) description: get information about related product rules amMostviewedBundlePacks (uid: String) description: get information about bundle packs
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 ...
How does the bundle pack display logic work?
Out of the box, the block featuring the bundle pack is only visible for the main product of the pack. This means that the block will only appear for the product that you selected to be the main one in the bundle pack settings. It's important to note ...
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 ...