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 结帐中为每个订单扣除(每种付款方式的一些金额)。所以我写了一个观察者来扣除 Magento 中的每个订单的费用。
您可以使用magento 内置功能的购物车价格规则轻松设置基于付款方式的折扣费用。查看此 magento wiki链接
该链接描述了如何设置购物车价格规则。