php - Discount Based on Qty in Stock -


i need give discount based on qty in stock, below conditions

suppose have 50 qty in stock
1. when user buys between 1 10 5% discount.
2. when user buys between 11 25 3% discount.
3. when user buys between 26 50 2% discount.

i have tried using catalog rule , shopping rule nothing workout.

please suggest how can achieve above goal.

create 3 rules in promotions > shopping cart price rules

rule #1 rule #1

rule #2 rule #2

rule #3 rule #3


Comments

Popular posts from this blog

python - Installing PyDev in eclipse is failed -

PHP OOP-based login system -

c# - Nested Internal Class with Readonly Hashtable throws Null ref exception.. on assignment -