|
Hi,
I have a pretty basic question. I want to implement a shopping cart price rule which does the following :
“Customer gets 10% discount on Shopping cart value, upto a maximum of $500”
i.e. if a customer’s shopping cart value is $4000, he gets a 10% discount i.e. $400, however if the shopping cart value is above $5000, say $6000, he gets only $500 as discount.
How does one implement this in magento.
Any help on this would be highly appreciated.
Thanks a ton , in advance
|