Jump to content

Different type of shipping configuration.


Recommended Posts

Hi,

 

Here is my problem: My primary carrier calculates shipping like so:

 

$10*(number of packages) + $3*(total weight of itmes being shipped)

 

 

So, when an order is placed, I need to determine how many packages will be required and the total weight.

 

I need to be able to define how much of a package a product will take up and then add all of those values and round up.

 

Example:

Order:    Ceramic vase (1 whole package; 4 lbs)

           + 6 bars of hand-made soap (1/10 of a pakcage/bar; 1/2 lb/bar)

 

Number of packages = 2 (1.6 rounded up)

 

Order Weight = 4 + 6*1/2 lbs = 7 lbs

 

Order Shipping = $10*2 + $7*3 = $41

 

 

Prestashop doesn't allow me to make these type of shipping calculations in the built-in shipping config. Does anyone have any ideas on how I can do this? Is there a module that can do this?

 

Thanks.

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...