【发布时间】:2014-06-25 16:09:31
【问题描述】:
我希望能够为大多数类别的产品提供免费送货服务,并且我已经完成了这部分工作。我的问题是,我不想为某些类别提供免费送货服务,因为它们需要卡车运输,而且非常昂贵。我无法弄清楚如何正确配置购物车价格规则,以便免费送货仅适用于正确的类别而不是所有类别。
这是我目前所拥有的: 如果所有这些条件都为真:
If total amount equals or greater than 200 for a subselection of items in cart matching ALL of these conditions:
Category is 150, 176, 185, 178, 157, 140, ...
Category is not one of 180, 327, 347, 331, 341, 352, ...
我只需要帮助确定如何配置规则以达到预期的结果。
【问题讨论】:
标签: magento coupon magento-rules