Magento买3送2购物自定义购物车规则

时间:2012-04-06 22:09:38

标签: magento custom-attributes magento-rules

嘿伙计们,我正在尝试写一个允许我的购物车规则 如果选择了三个,则免费提供两种产品。让我们设置一个测试 所以你可以看到我在说什么。让我们用袜子和鸭子,袜子 是我们给予阿瓦的产品

  • 如果购物车有一个袜子,袜子是全价
  • 如果购物车有两个袜子,两个袜子都是全价
  • 如果购物车有两只袜子和一只鸭子,两只袜子都是免费的
  • 如果购物车有三只袜子和一只鸭子,两双袜子是免费的,你仍然需要买一双袜子和一只鸭子
  • 如果购物车有四双袜子,两双袜子是免费的,你支付另外两双和一只鸭子
  • 如果有两只鸭子和四只袜子,两双袜子是免费的,你支付另外两双和一只鸭子
  • 只要在混合物中有免费袜子,运费是免费的

结束。

  • 只要购物车中有超过3件物品,其中两件是{sku},两对{sku}都是免费的,所以发货

代码失败     如果{ALL}这些条件为{TRUE}:

    If {total quantity}  {is}  2  for a subselection of items in cart matching {ALL}  of these conditions:
    Category  {is one of}  51, 411, 41 

    Total Items Quantity {is not one of} 2  

修改

这会有用吗?

If ALL  of these conditions are TRUE :

    Total Items Quantity  greater than  3 
    If total quantity  equals or greater than  2  for a subselection of items in cart matching ALL  of these conditions:
    Category  is one of  51, 411, 41 

动作

Apply: Fixed amount discount to whole cart
Discount Amount *:  {discount_total_price_of_two_socks}
Maximum Qty Discount is Applied To: 1
Discount Qty Step (Buy X): 0
Apply to Shipping Amount: No    
Free Shipping: For shipments with matching items
Stop Further Rules Processing: Yes

Apply the rule only to cart items matching the following conditions (leave blank for all items)
If ALL  of these conditions are TRUE :

0 个答案:

没有答案