Different shipping rates (using Table Rates)
I need to charge £1 per 1kg, and then £100 for
anything over 100kg. That bit is easy, I think I have to create 100
rows of 0 -> 1, 1.1 -> 2, 2.1->3 etc... which is fine.
However, if one item is 50kg on it's own then it's £100. How
do I set that up?!
Any help would be greatly appreciated as I don't want to use another shop for wordpress.
Kind regards,
Marky
Support Staff 2 Posted by Jeff on 10 Aug, 2012 11:08 AM
I'd imagine your 49th rule would be 49.1 to 49.9 ?
Another for 50 to 50 ?
and carrying on from 50.1 to 51 ?
If I've followed you correctly?
:-)
3 Posted by Marky on 10 Aug, 2012 12:34 PM
Thanks, but if they order enough single items up to 50kg the shipping would be £50 not £100. Examples:
1 x 1kg + 1 x 50kg = shipping cost of £100 due to the large item
50 x 1kg = £50 as it's £1 per 1kg
Hope that makes it clearer?! :-)
Support Staff 4 Posted by Jeff on 10 Aug, 2012 12:50 PM
Then in that case it's not going to likely handle it. However, is this just a specific product? Could you give it an arbitrary weight and a rule to handle it?
1000kg to 1000kg = 100
and make sure that product's weight is set accordingly?
And if that will work then your 100 or greater rule may need an upper end of 999?
5 Posted by Marky on 10 Aug, 2012 01:59 PM
Ok, thanks. I thought I might have to do something like that.
Great help/support by the way... a real encouragement to keep using this product and buy some plugins :-)