我的产品有百分比折扣,如%10。当我应用购物车总额为基础的促销,如免费送货,促销考虑购物车总价没有百分比折扣。但是用户看到折扣车的总数,所以会出现问题。
Product price = 100 USD
discount %10
promotion is if cart total >= 95 USD free delivery
we want add delivery cost because after discount total 90 USD
condition apply free cost delivery because takes cart total as 100 USD without discount
怎么办呢?我们使用的是euro1价格和hybris 6.4。
答案 0 :(得分:0)
这听起来像交付模式促销的优先级高于(或等于)折扣促销。 确保折扣促销具有更高的优先级,这将使其首先执行。如果促销活动的优先级较低,则应在之后进行检查,不再适用。
希望这有帮助