Im using the community edition 1.6.2 magento. Im new to magento and spent already lots of time looking around for answers and tried to get the fedex and ups work.

task: My task is to set up different shipping rates for products. Depending of the weight and size of the products. Also of course not only in america.

  1. Is the functionality described already in magento? Or do i need a plugin to calculate the shipping rates for size/weight/country etc.

  2. If i need a plugin. Which plugin provides the functionality?

Thx in advance!

link|improve this question
feedback

2 Answers

The shipping rates are calculated through the shippers APIs. So if, for example, you the shipment is set to be UPS, Magento will calculate shipping by querying UPS with the customer's shipping address and the sum of product weights in the cart. That comes built into Magento.

link|improve this answer
This is the kind what im looking for. Ive been looking for examples on ups. Im not familiar with the registration process. Couldnt find a tutorial how to set it up properly. Do u have experience with the registration process at ups? I was looking for sth. like a developer key. Also wrote a mail, but no answer. Can u give me any advice how to setup that functionality with ups? – talentfrei Feb 8 at 9:31
No, sorry. I never did it. – Max Feb 8 at 10:39
np. Thx anyway...maybe someone else has an answer. – talentfrei Feb 10 at 3:31
feedback

I use this Extension:

http://www.magentocommerce.com/magento-connect/webshopapps-matrixrate-1-multiple-table-rates-extension-certified-bug-free.html

I import my Shippingrates with the CSV and very special cases i implement programmatically in the Carrier.

link|improve this answer
Thx for the answer! Im still looking for a automatic solution provided by a carrier. Thx anyway! – talentfrei Feb 8 at 9:27
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.