Example: Bonus Product for Large Orders

In this guide, we will make a special product "Premium Gift Set" visible ONLY when the customer's cart total exceeds $500.

Goal: Upsell customers by revealing exclusive items once they reach a spending threshold.

Step-by-Step Configuration

  1. Create a New Rule

    Go to Settings > Product Visibility > Rules and click Add Rule.

  2. Set General Info

    Title: Gift for Orders over $500
    Enabled: Yes

  3. Define What to Hide (The Bonus Product)

    Filter Type: Product
    Filter Value: Premium Gift Set

  4. Choose "Show" (Whitelist)

    We want to Show this product only when the condition is met.

    Visibility Action: Show (Whitelist)

  5. Set the Cart Total Condition

    Condition Type: Cart Total
    Operator: Greater Than or Equal (>=)
    Value: 500

  6. Save the Rule

    Click Save Rule.


Result

Note: Since this relies on the Cart Total, the visibility will update dynamically as the user adds or removes items from their cart.