terryd_mc Posted March 13, 2007 Posted March 13, 2007 What I want is to be able to set multiple values for each item (i.e. for each shipping type: Canada, US, International, etc). And then instead of totaling the shipping values, simply taking the maximum. For instance lets say that I ordered Item Canada US International Item A: $7 $5 $10 Item B: $15 $10 $20 Item C: $10 $7 $15 Then if this package was being sent to Canada the shipping cost would be $15, to the US would be $10, and International would be $20. Does such a package exist? I was thinking of playing with weight to accomplish this, i.e. Item A could be weight 1, Item C weight 101, and Item B weight 10001. Then I could just say for weight 100 or less $7, 10000 or less $10, 999999 or less $15, but I'm not sure if this would provide all the divisions that I want. Not to mention I'm not quite sure how to fit in destinations... Thanks in advance! Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.