formula for pricing by quantity
-
Hello,
I need seperate pricing if quantity is more than 10. I used number field and write this custom product formula: ({value}>10?{product_price}-{product_price}*0.31:{value}*{product_price})
value = quantity
so what it does is that if quantity is more than 10, then it calculate 31% discount on product. I need to multiply this number * value. I tried this: ({value}>10?{product_price}-{product_price}*0.31 * value :{value}*{product_price}) but don’t work. I also tried this ({value}>10? ({product_price}-{product_price}*0.31) * value :{value}*{product_price})
The page I need help with: [log in to see the link]
- The topic ‘formula for pricing by quantity’ is closed to new replies.