gpt4 book ai didi

magento - 如何单独在购物车订单项上应用折扣?

转载 作者:行者123 更新时间:2023-12-01 11:40:31 24 4
gpt4 key购买 nike

如何单独获得应用于购物车订单项的折扣?

申请折扣后是否可以获得总单价?

最佳答案

要在购物车订单项上应用折扣,您可以使用

$item->getDiscountAmount();

要计算减去折扣金额 $item->getDiscountAmount() 的价格,请在下面使用
$price = $item->getPrice() - $item->getDiscountAmount();

这将为您提供折扣后的总单价。

关于magento - 如何单独在购物车订单项上应用折扣?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/21331896/

24 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com