0

Magento ショッピング カート ルール、カテゴリと数量に基づいて割引を作成できますか?

元。同一カテゴリーの商品を2点以上お買い上げの場合、割引対象商品となります。

Magento ショッピング カート ルールで上記と同じ条件を作成できますか。

4

1 に答える 1

1

はい、[管理] -> [プロモーション] -> [ショッピング カートの価格ルール] に移動して、[新しいルールの追加] をクリックして、以下のように条件とアクション条件を追加して購入できます。

条件:

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 category
于 2013-11-29T11:11:38.637 に答える