MatthewL
Starting Member
21 Posts |
Posted - July 31 2023 : 10:04:46
|
Hello,
I want to know how to set the discount price with the following example case:
* If the customer buy $20++, they will get discount 10% * If the customer buy $50++, they will get discount 20% * If the customer buy $100++, they will get discount 30% Any help very appreciate. |
|
danielrichardson
VP-CART Super User
 
Australia
276 Posts |
Posted - July 31 2023 : 15:01:24
|
To set up a discount for customers who purchase a certain amount from your store, you need to set the following Software Configuration options:
xdiscountlimit This is a comma-delimited list of price limits to receive the discount. For example - 100,500,1000
xdiscountamount This is a comma-delimited list of discounts to match up to the ranges listed above. For example - .10,.20,.30
In the example above, if a person buys over $100 worth of products, they get a 10% discount. Over $500, they get a 20% discount; and over $1000, they get a 30% discount.
Note: For European countries where a comma is used as a decimal point, separate the amounts with a semicolon (;). |
 |
|