Best way to implement Special Discounts at checkout, based on $value not quantity
Posted by E_Maverik on March 6, 2008 at 11:00pm
Got the basic site working, I need to be able to implement different types of incentives/discounts/extra charges.
Concept 1:
Charge standard price while checkout total is less than $150 (example).
If checkout total is more than $150 (say $250) then a discount is calculated as a percent of the difference (say 30%).
In this instance, Product value is $250, discount is $30, Discounted price is $220.
A registered user only to be able to see discount at the checkout screen.
Where would I need to modify the code to implement above?
Concept 2:
Read more