HomeHome Product Discus... Product Discus...SmithCartSmithCartSingle Order, Multiple Package Shipping via UPSSingle Order, Multiple Package Shipping via UPS
Previous
 
Next
New Post
12/8/2011 6:47 AM
 

We are looking for a solution that will allow us to ship orders via UPS that the order weight is greater than 150 lbs.  Does the cart have the capability of forcing orders, based on weight, into multiple packages for shipping?

Thank you,

Darren

DNN 6.02
Smith Cart 4.74
SQL2008

 
New Post
12/8/2011 2:48 PM
 

Hi Darren,

When the total order weight exceeds the Max Package Weight, a second (or more) packages is calculated and the Cart will create the appropriate number of additional xml sections including the corresponding calculated weights to be passed to the UPS
api when calculating shipping cost.

For example, if the total weight of the items in the cart is 350 lbs and max package weight is 150 lbs the cart will calculate number of packages and weight as follows:

  • 350/150 = 2.5 (round up) = 3 packages
  • Package 1 and 2 weight = 150 lbs
  • Package 3 weight = 50 lbs

 

Thanks,

 
Previous
 
Next
HomeHome Product Discus... Product Discus...SmithCartSmithCartSingle Order, Multiple Package Shipping via UPSSingle Order, Multiple Package Shipping via UPS