Zen Cart Logo
Forums / Built-in Shipping and Payment Modules / perweightunit shipping

perweightunit shipping

Locked

Views: 940

Results 1 to 2 of 2
This thread is locked. New replies are disabled.
10 Jun 2010, 8:00 AM
#1
codrakon avatar

codrakon

New Zenner

Join Date:
Jun 2010
Posts:
4
Plugin Contributions:
0

perweightunit shipping

hi

i want to be able to offer shipping by perweightunit. For the first 5 kgs i would like to charge a flat rate of R60.00 and for every kg there after charge R9 per kg.

for example for a 13kg package:

R60.00 (for the first 5 kgs) + (8kgs*R9) = R132

or a 25kg package:

R60.00 (5kgs) + (20kgs * R9) = R240

however i am having difficulty configuring this. does anyone know what to do or do i have to hack the code?

Thanks in advance

Chris Morton

10 Jun 2010, 1:47 PM
#2
ajeh avatar

ajeh

Oba-san

Join Date:
Sep 2003
Location:
Ohio
Posts:
62,757
Plugin Contributions:
1

Re: perweightunit shipping

None of the shipping modules are designed to work in that manner ...

You could customize the Flat Rate flat shipping module to make a calculation for that ...

I would clone the Flat Rate flat shipping module and then customize the code for that ...

If the number of kgs exceeds 50, be sure to change your Maximum Weight to a higher amount, such as 5000, so that the weight is not altered for the Boxes calculations ...