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中为每种付款方式应用不同的运费?现在我目前使用两种付款方式。
1) 信用卡 2) 货到付款。
当客户选择信用卡购物车付款方式时,运费是免费的。当客户选择货到付款方式时,运费为 100。仅供参考:我的默认运费为 100。
谁能简要解释一下?
感谢普拉卡什。
问题是付款方式是根据运输方式选择的,所以选择付款方式后无法更改运输方式。
一种可能性是提供不同的运输方式,在选择后限制付款方式。
我创建了一个执行此操作的 magento 模块,请随时查看源代码它如何根据运费限制付款方式。这就是我要走的路。
https://github.com/thebod/Thebod_Shippingrates
您可以使用购物车价格规则为特定付款方式创建促销规则。