Page 1 of 1

Weight Based Shipping Question

Posted: Fri Jan 20, 2012 10:38 pm
by kernel-stack
Hi,

I have set up a few geo zones for weight based shipping and they're working as expected. I was wondering though, if it's possible to do this

Code: Select all

Up to 4kgs will be charged 3.20 Euros
After 4kgs the charge is 0.60 Euros for every added kg. 
without manually having to type

Code: Select all

4:3.20,5:3.80,6:4.60,7:5.40 etc...

Re: Weight Based Shipping Question

Posted: Sat Jan 21, 2012 4:01 am
by OpenCart Addons
Hey,

This feature is not available in the base version provided with OpenCart.

You would either have to modify the default version or purchase a commercial version.

Regards,
Joel.

Re: Weight Based Shipping Question

Posted: Wed Jan 25, 2012 3:14 am
by kernel-stack
I see. Made a little script and copy pasted the lot from there... :)

Thanks for the reply.