Table of Contents

Example - 3 for 2 discount guide

How to set up a 3 for 2 discount

This example demonstrates how to set up a 3 for 2 discount using a percentage reward and a product condition.

Example

Three Products:

  • Product 1: 100 DKK
  • Product 2: 75 DKK
  • Product 3: 50 DKK

One discount with a percentage (product) reward and a product condition.

Can be configured different ways:

  1. Buy 3 products → Get the cheapest product for free
  2. Buy 3 of the same product → Get a third off 3 products
  3. Buy 3 products → Get the most expensive product for free

Rewards and conditions:

  1. Reward:
    • Type: Percentage (product)
    • Percentage: 100
      • Cheapest product for free: 'Applies to' is checked for Cheapest selected product in cart
      • Most expensive product for free: 'Applies to' is checked for Most expensive selected product in cart
  2. Condition:
    • Type: Product
    • Quantity: 3

Execution Order & Calculations

  1. Scenario 1: Customer buys Product 1, Product 2, and Product 3 (Cheapest Item Free)
    • Cheapest product: Product 3 (100% discount)
    • Total: 100 + 75 + 0 = 175 DKK
  2. Scenario 2: Customer buys 3 of Product 1 (Same Product Discount)
    • One third of the three products is free
    • Total: 2/3 × (100 + 100 + 100) = 200 DKK
  3. Scenario 3: Customer buys Product 1, Product 2, and Product 3 (Most Expensive Item Free)
    • Most expensive product: Product 1 (100% discount)
    • Total: 0 + 75 + 50 = 125 DKK
To top