How does the bundle pack display logic work?

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 that it is not possible to add the same product to both Main and Bundle Pack products within one bundle pack configuration. However, a single product can be part of multiple bundle packs. As a consequence, customers might encounter several bundle options when viewing the product page of one main item.

When it comes to the cart page, the bundle pack that is showcased is selected at random. This means that customers will see one of the available bundle packs on the cart page, providing a varied shopping experience.

      • Related Articles

      • 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 → ...
      • 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 ...
      • 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 ...