Shipping rates
-
This is the combination i want to achieve.
1. Shipping cost for Total order under $60 = $5
2. Shipping cost for Total order above $60 = 0
3. Only 1 product(product A) which cost $10 has shipping cost of 0
Only 1 shipping rate has to appear in cart, does not matter what kind of combination visitor does, see example below:
product A = $10
product B = $30
product C = $70
1. Only A in cart, shipping = 0
2. A+B, shipping = $5 (total order under $60)
3. A+B+C, shipping = $0 (total order above $60)
4. A+C, shipping =$0 (total order above $60)
5. B+C, shipping =$0 (total order above $60)
6. Only B in cart, shipping = $5 (total order under $60)
7. Only C in cart, shipping = $0 (total order above $60)
Anybody can help me?
- The topic ‘Shipping rates’ is closed to new replies.