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.
我正在尝试在 Magento 之外创建订单,我目前的问题是在 Magento 中创建订单之前我需要知道运费表成本。
有什么建议么?
有2个选项:
表费率存储在shipping_tablerate表中。因此,知道您的计算类型(Magento 表费率有 3 个计算变量)和订单条件(重量、价格、目的地、物品数量)直接查询数据库。
shipping_tablerate
您可以创建报价对象,添加报价项目和地址,然后运行Mage_Shipping_Model_Shipping::collectRatesByAddress.
Mage_Shipping_Model_Shipping::collectRatesByAddress