TEST MODE
Show details for 3 _ Tier Pricing Script Example

3 _ Tier Pricing Script Example

This Product

This example demonstrates the tiered pricing capability of the generic pricing script.

By enabling tier pricing, the administrator can ensure that different prices can be utilised depending on the quantity of a product ordered.

For example, purchasing 1 of product configuration A(1) and B(3) may be a different price per unit than purchasing 10 or 50. Tier pricing allows us to factor in this change in price based on quantity.

Pricing script configuration

{
    "filePath": "TieredPricingScriptExample.csv",
    "quantityColumnName": "Quantity",
    "useTierPrice": true
}

Pricing Script CSV

A B Quantity Price
1 1 1 2
2 1 1 3
3 1 1 4
1 2 1 3
2 2 1 4
3 2 1 5
1 3 1 4
2 3 1 5
3 3 1 6
1 1 10 1.6
2 1 10 2.4
3 1 10 3.2
1 2 10 2.4
2 2 10 3.2
3 2 10 4
1 3 10 3.2
2 3 10 4
3 3 10 4.8
1 1 50 1.2
2 1 50 1.8
3 1 50 2.4
1 2 50 1.8
2 2 50 2.4
3 2 50 3
1 3 50 2.4
2 3 50 3
3 3 50 3.6
A *
B *
£2.00