Volume Promotions (CSV)

Offering a promotion (or discount) based on minimum order quantities bought.

Example:

  1. Buy at least 10 boxes of candy (minimum quantity) and receive a 10% discount on each item's price.

Setting up this promotion:

1. Identify Properties for this promotion:

Available properties at this type of promotion: item, minimum, percentage, cash

2. Understand supported property combinations:

➡️

customerBuys:

items and minimum

NOTE: This parameter allows more than 1 product, you can also put a * if you don't want to define which product will trigger the promotion.

➡️

customerGets:

items and percentage

NOTE: This parameter allows more than 1 product, in this case each product will receive the discount or cash

  • This parameter will apply a nominal cash back in the total order.

3. Define Rules

The combination of properties in customerBuys, indicates that the promotion will be triggered when the product Candy box, with quantity 10 or more is in the cart.

➡️

customerBuys rule:

item: box of candy
quantity: 10

Combining the properties in customerGets indicates that the customer will receive a 10% discount on each item.

➡️

customerGets benefit:

item: box of bullets
percentage: 0.10


Real Scenarios

Scenario 1: Get discount by buying a minimum qty

  • customerBuys: Buy minimum 10 Fizz Orange Soda Pack
  • cutomerGets: 15% off each Fizz Orange Soda Pack bought
  • Example in CSV, line 5

Scenario 2: Get discount buying a minimum qty of a set of products (volume multisku)

  • customerBuys: minimum 10 products of either Coffee Mate Stick Clasico or Jugo Sazonador 125g
  • cutomerGets: 15% off on any of both products added to the car
    • You can add 10 of Coffee Mate Stick Clasico and get the discount
    • or you can add 10 of Sazonador 125g and get the discount
    • or you can add 7 of Coffee Mate Stick Clasico and 3 of Sazonador 125g and get the discount
  • Example in CSV, line 6

Scenario 3: Get discount of a given product buying a minimum qty of a set of products (volume multisku)

  • customerBuys: minimum 10 Chocolates Reales 100g or Crema 225g Lechera 209g
  • customerGets: 20% on Chocolates Reales 100g
  • Example in CSV, line 7