Give product for free if the cart value is above $X

We have covered a slightly more elaborate set of examples on the video to better illustrate some concepts.

Let's assume the case where you would want to give a product in the user's cart for free when the total value of the cart is above a certain threshold. Here's how you would build that using the Dollar Discounts rule builder.

Notice how we have set the then condition to check for the line quantity = 1, this is to ensure that the discount is only applied to that particular vairant only if it has a single quantity in the cart. This way you can limit discount abuse and prevent your discount from being exploited. You can also leverage discount / line application strategies to add further limits.

Last updated