Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我使用社区版 1.6.2 magento。我是 magento 的新手,已经花了很多时间四处寻找答案,并试图让 Fedex 和 ups 工作。
任务:我的任务是为产品设置不同的运费。取决于产品的重量和尺寸。当然也不仅仅在美国。
是否已经在 magento 中描述了功能?或者我需要一个插件来计算尺寸/重量/国家等的运费吗?
如果我需要一个插件。哪个插件提供功能?
提前谢谢!
我使用这个扩展:
http://www.magentocommerce.com/magento-connect/webshopapps-matrixrate-1-multiple-table-rates-extension-certified-bug-free.html
我使用 CSV 导入我的 Shippingrates,非常特殊的情况是我在 Carrier 中以编程方式实现的。
运费是通过托运人 API 计算的。因此,例如,如果您将货件设置为 UPS,Magento 将通过向 UPS 查询客户的送货地址和购物车中产品重量的总和来计算运费。这是内置于 Magento 的。