Need Flat Rate Shipping But In A Strange Way
-
My client will be selling only 1 item in their store and wants to charge $5 shipping if they order 1 to 3 of the item… $10 shipping for 4-15 qty… and $20 for 16 and up… I can’t find anyway to do this.
I was hoping I could create a formula to put in the Flat Rate Cost like:(([qty]=1)+([qty]=2)+([qty]=3))*5
That would set the cost at $5 if the quantity was 1, 2 or 3… and zero if anything else… then I could set another Flat Rate to check for 4 thru 15… (([qty]=4)+([qty]=5)+([qty]=6)+([qty]=7)+([qty]=8)+([qty]=9)+([qty]=10)+([qty]=11)+([qty]=12)+([qty]=13)+([qty]=14)+([qty]=15))*10
And finally greater than 15… ([qty]>15)*20
But, unfortunately, logic operators aren’t allowed so I can’t do any of that.
He may be okay if I could come up with a way to do $x for the first one and $y for each additional…
Any ideas or clever ways to accomplish either of these methods?
- The topic ‘Need Flat Rate Shipping But In A Strange Way’ is closed to new replies.