Magento购物车规则,我可以根据类别和数量创建折扣吗?
例如。如果购买一个类别的产品超过2件,将获得该产品的折扣。(不是购物车中的所有产品都有折扣,只有该类别的产品有折扣)
我是否可以在Magento购物车规则上创建相同的条件。
发布于 2013-11-29 19:11:39
可以,您可以在Admin->Promotions->Shopping Cart Price Rules中购买,然后单击Add New Rule并添加条件和操作条件,如下所示。
条件:
If ALL of these conditions are TRUE :
If total quantity equals or greater than 3 for a subselection of items in cart matching ALL of these conditions:
Category is 2 //change it as per your category动作条件:
If ALL of these conditions are TRUE :
Category is 2 //change it as per your categoryhttps://stackoverflow.com/questions/20283836
复制相似问题