3 replies [Last post]
the_canuck's picture
Offline
Joined: 10/08/2008
Juice: 54
Was this information Helpful?

First question:

I'm currently using OSC for my store and have hacked up a USPS and UPS shipping module to allow me to accomplish the following for USPS dimensional weight shipping quotes. I never did get time to post my code for the OSC community.

Each item in the catelog get its own dimensions (item only) and weight.

Using the dimension of the item I can then estimate the size of the box needed to hold multi item orders and get an accurate quote.

I have a screen in OSC where I can define my boxes on hand, their dimensions, and their max weight. I also define what order the 'fit routine' tries to pick a box. So it tries the small box first and if the total item dimensions are too big it goes to the next sized box. If the order can't fit in one box it splits the order into 2 boxes and quotes correctly for multi boxes.

My question is, does this type of module exist for USPS shipping quotes in Ubercart?

My plan is to port my OSC store to Ubercart in the near future. The above shipping quote feature is something I must have before I can go live with the Ubercart store.

The quote system needs to be accurate (no artifical padding after the quote comes from USPS) for both domestic and international.

Second question:

Is there a module to add weight attributes to product options (eg blue one weighs 2oz more than the red one)?

the_canuck

Lyle's picture
Offline
AdministratoreLiTe!
Joined: 08/07/2007
Juice: 6846
Re: Basic Shipping Module (dimensional weight, box size, etc)

Attribute options have been able to add to the weight of the product pretty much since they've been around.

All of the existing shipping quote methods are pretty basic when it comes to predicting the packaging scheme. You'll probably have to create a replacement for the standard USPS module because there isn't any way for you to hook into its particular quote. You can only make an entirely separate one.

the_canuck's picture
Offline
Joined: 10/08/2008
Juice: 54
Re: Re: Basic Shipping Module (dimensional weight, box size, etc

Thanks for the answers.

Looks like I'll be doing some code. I'm hoping Ubercart's code is better than OSC. I hope to free up time to do this soon.

Andrew

BrianV's picture
Offline
Joined: 01/10/2008
Juice: 67
Re: Re: Re: Basic Shipping Module (dimensional weight, box size,

OSC's code makes most developers want to quit their jobs. I know - I used to work in it primarily Sticking out tongue

http://www.brianvuyk.com