[New] Setting up Discounts in Easy Bundles - Mix and Match Bundle
This document details the configuration logic, constraints, and discount types available within the Mix and Match Bundle Builder in the Easy Bundles app. It outlines the six specific discount mechanisms, their trigger conditions, how the system calculates totals, and specific display and compatibility constraints for each type.
Navigation & Setup Trigger
To configure discount logic for a specific bundle, the system requires the following navigation path:
- Click Edit on the targeted bundle.
- Navigate to the Offer section in the bundle setup screen.
- Access the Discount Offer settings.
Discount Types
The system supports six mutually exclusive discount types. For types 1 through 5, merchants can add up to four conditional tiers (rules) per bundle by clicking the Add rule button.
1. Percentage Off
- Trigger Condition: Based on either Cart Quantity or Cart Amount.
- Logic: IF the cart meets the minimum quantity or amount threshold defined in the rule, THEN the system applies the configured percentage discount to the entire bundle total.
2. Amount Off
- Trigger Condition: Based on either Cart Quantity or Cart Amount.
- Logic: IF the cart meets the minimum threshold, THEN the system subtracts the defined static currency amount from the entire bundle total.
3. Fixed Price Bundle
- Trigger Condition: Based on exact item quantity.
- Logic: IF the bundle contains the exact number of products defined in the rule, THEN the total price becomes the configured fixed price.
4. Buy X Get Y
- Trigger Condition: Based strictly on item quantity.
- Logic: IF the bundle contains the minimum 'X' number of products, THEN the next 'Y' number of products added receive the configured discount (Percentage Off or Amount Off).
- Item Targeting Logic: The system must be configured to apply this discount to either the Lowest Price Item OR the Latest Added Item.
5. Tiered Price Per Item
- Trigger Condition: Based on item quantity thresholds.
- Logic: IF the bundle meets a quantity threshold, THEN the unit price for every item in the bundle is changed to the configured price. IF additional items are added that do not reach the next tier, THEN those items inherit the unit price of the highest satisfied rule.
6. Collection-Based Discount
- Trigger Condition: Item added from a mapped collection.
- Logic: IF an item is added from Collection A, THEN the system applies Collection A's specific discount (Percentage Off or Fixed Amount Off). IF an item is added from Collection B, THEN apply Collection B's specific discount.
Standard Display Options
For discount types 1 through 5, the system provides standard UI elements to display active offers to the customer:
- Progress Bar: IF enabled, the system displays either a Simple bar or Step-based bar with customizable text.
- Discount Messages: IF enabled, the system displays dynamic text strings. Merchants can insert specific variables to update based on cart state.
- Bundle Quantity Options: Displays UI boxes for quantity selection. Merchants control the text labels and dictate which box is selected as the default upon page load.
Constraints & Edge Cases
- Collection Mapping vs. Product Selection Prerequisite (CRITICAL): For the Collection-Based Discount logic to execute, the bundle must be built using collections. IF a bundle is configured by selecting individual products instead of mapping collections, THEN the Collection-Based Discount type cannot be used and will not function.
- Subscription Compatibility Restriction: IF a bundle is configured as a subscription bundle, THEN Percentage Off, Amount Off, Fixed Price, Buy X Get Y, and Tiered Price Per Item discounts are fully supported. IF the merchant attempts to use a Collection-Based Discount on a subscription bundle, THEN it will not function (they are incompatible).
- Collection-Based Display Override: IF the Collection-Based Discount is selected, THEN all standard display options (Progress Bar, Discount Messages, Bundle Quantity Options) are disabled.
- Collection Tag Rigidity: IF the Collection-Based Discount is active, THEN the system automatically displays discount tags directly on the product cards. IF a merchant wishes to customize the text of these specific product card tags, THEN they cannot do so within the app UI; they must contact Chat Support for manual backend customization.
- Rule Limits: The system strictly allows a maximum of four rules (tiers) per bundle for standard discount types.
- Fixed Price Bundle Exact Match Constraint: The Fixed Price discount is strictly limited to the exact item quantity specified in the rule. IF a customer adds an item quantity that falls between two rules (e.g., Rule 1 is 2 items, Rule 2 is 4 items, and the customer adds 3 items), THEN the bundle discount breaks entirely. The system will charge standard individual product prices for all items in the cart.
- Collection Prerequisite: For the Collection-Based Discount logic to execute, the specific collections must be pre-added and mapped within the bundle builder setup. IF a collection is not added to the builder, the system cannot assign a discount rule to it.
Updated on: 18/08/2026
Thank you!