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
-
Create a New Rule
Go to Settings > Product Visibility > Rules and click Add Rule.
-
Set General Info
Title: Gift for Orders over $500
Enabled: Yes -
Define What to Hide (The Bonus Product)
Filter Type: Product
Filter Value: Premium Gift Set -
Choose "Show" (Whitelist)
We want to Show this product only when the condition is met.
Visibility Action: Show (Whitelist)
-
Set the Cart Total Condition
Condition Type: Cart Total
Operator: Greater Than or Equal (>=)
Value: 500 -
Save the Rule
Click Save Rule.
Result
- Cart Total < $500: The "Premium Gift Set" is hidden from the shop and search results.
- Cart Total >= $500: The product appears and can be added to the cart.
Note: Since this relies on the Cart Total, the visibility will update
dynamically as the user adds or removes items from their cart.