HI:
I am new here but have been reading about Magento since Sept 07.
One of the most important features for my company is that the cart can figure shipping cost by box size dimension L x W x H. Is this something you might add soon?
Yes, I also need to be able to calculate shipping based on dimensions and weight. Our products vary in size greatly, so simply specifying a default is not sufficient.
I’m bumping this request. We are looking for the same option. Our products greatly differ in sizes and in weight. Weight just can’t accurately depict the amount it cost us to ship an item.
Any updates on this feature and when/if it might be added?
I think you could add in product attributes for length, width and height and create or modify your shipping method to read these and use them for calculations.
I too am looking for this same functionality… Any comments Magento?? Is this a very difficult thing to implement? I know the API for UPS and FedEx both support sending L x W x H data to get accurate shipping quotes…
I’m bumping this as well. This is an absolute necessity for my company. We sell some large, very light items (cases of Potato Chips). Without dimensional weight support, we would lose an extraordinary amount of money.
OSCommerce has a dimensional weight capability for UPS which calculates boxes by volume and it works really well. I would also need it for the USPS since they added dimensional weight costs last year.
I think you could add in product attributes for length, width and height and create or modify your shipping method to read these and use them for calculations.
It is not that simple and easy I guess, we need professional level to do this task since it’s very complex - figure out which ever is higher between actual weight of the item and volumetric weight ( L x W x H divided by 6,000) than we get the shipping weight which will be charged also by the courier company.
Grouped the countries into shipping zone for international shipping destination is also an urgent need.
I don’t know if this is helpful, but the Fontis (Australia Post) shipping module has the fields in place in the code to add dimensions, it’s just not implemented as the dimensions for our stock items would be custom fields.
Sorry, it is only for Australia, but it does work well,
TNT shipping carrier requires volume not weight as default type of measurement for price… and it is mandatory… Think that it is a lil bit uncomfortable if you selling things such as pens etc. (talking about B2B shop) because it’s hard to estimate final shipping price. I think this could be managed through product atributtes ( the volume I mean) and modifyin’ shipping carriers, to accept volume params. I still believe I can make it work for TNT but who knows how big the difference between magentos and real volume will be :D by the way BUMP