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.
我希望根据客户类型和位置在我们的商店中设置运费。
批发客户将被收取 6 英镑 监督客户将被收取 3 英镑 英国“普通”客户将获得免费送货服务。
毫无疑问,我必须自己进行编程,但是对于我应该使用哪个模块以及我需要掌握哪些变量,我将不胜感激 - (例如,我知道我可以获取客户类型
$groupId = Mage::getSingleton('customer/session')->getCustomerGroupId();
这对于社区扩展来说非常简单。
我推荐免费且易于配置的 Owebia Shipping 2。您可以通过以下方式指定运费:
- 目的地 - 客户组 - 产品属性(尺寸、重量、类别……) - 购物车属性(价格、重量、数量……)等。