Skip to main content

Buy X Amount and Get Y Percentage off

How this promotion works

Here

Buy Items Amount is the minimum cart value that is eligible for a discount
Percentage Value(D) is the fixed percentage discount
Maximum Discount Amount(MD) (optional) is a limit to the discount

Example

Buy items worth Rs.1000 or more get 10% off up to ₹ 100,
Buy items worth Rs.2000 or more and get 15% off up to ₹ 250,
Buy items worth Rs.3000 or more and get 20% off up to ₹ 450
Let’s say you wish to purchase items worth total ₹ 2500

Formula

Coupon Discount = Min(MD, (CV*D/100))

Where

CV = Cart value of the bundle
D = Discount for bundle items
D = Discount for bundle items

In this example

On adding items worth ₹ 2500
CV = 2500
D = 15%
MD = 250

Therefore

Min(250, (2500*15/100)) = 250

Cart Value
2500
Coupon Discount
-250
===========================
TOTAL
2250

Let's consider the following example

  1. Let's create a new promotion. Select the 'Buy X amount and get Y percentage off' from the list.

QG1

Figure 1: Create Promotion

  1. Enter the basic details.

QG1

Figure 2: Basic Details

  1. Select the priority (1 being the lowest) and schedule. Higher the number, higher the priority.

QG1

Figure 3: Priority and Schedule

  1. Set the restrictions whether you want the promotion to be stackable, final. For e.g. if you set it to stackable then this promotion can be applied to the product with other promotions. If you select final then no other promotions can be added after this.

QG1

Figure 4: Restrictions

  1. Add the rules that will be applied to the promotion. In this example we have created 3 rules i.e. 10% off on purchase of ₹ 1000 or more, 15% off on purchase of ₹ 2000 or more and 20% off on purchase of ₹ 3000 or more. For each rule we have kept the brands and the products same.

QG1

Figure 5a: Add Rules

QG1

Figure 5b: Add Rules

QG1

Figure 5c: Add Rules

  1. Set the conditions. You can set multiple conditions for the rules by selecting the 'OR' option. In this example, we set conditions as follows: buy items over ₹ 1000 (less than ₹ 2000) and get 10% off upto ₹ 100, buy items over ₹ 2000 (less than ₹ 3000) and get 15% off upto ₹ 250, buy items over ₹ 3000 and get 20% off upto ₹ 450. After setting all the conditions, click Create.

QG1

Figure 6a: Set Conditions

QG1

Figure 6b: Set Conditions

QG1

Figure 6c: Set Conditions

  1. Your promotion is created, you can navigate to the PDP page and add items to the cart to view the promotions applied.

QG1

Figure 7: Promotion's Page

QG1

Figure 8: Promotion Applied

Here the promotional amount of ₹ 450 is applied as items over ₹ 3000 are added to the cart.