我有一个问题,我必须创建一个促销规则,它给出了购物车总数的百分比。 目前,Magneto为每件商品提供购物车促销规则。但我有不同的情景,如
cart item total+extra fee = cart total - percentage discount
当前的Magento规则计算如
cart item total = cart total - percentage discount
我需要使用优惠券代码来实现。
帮助将不胜感激, 谢谢
答案 0 :(得分:0)
是的,使用Promotions > Shopping Cart Price Rules
您只需指定要应用折扣的百分比金额,并将其设置为No Coupon
。