Give a gift for every n items in the cart
-
Hi.
We have 2 lists:
1) a product list of items that’s users must to buy for taking a gift
2) a product list with giftsIf client addes any 2 items from first list he can choose one gift from second list.
And gifts must be given for every 2 added items from first list.
For example, if client added 8 items from first list, he can take 4 gifts from second list. If he added 16 items, then he take 8 gifts and so on.As i can see, thats i can add the rule for order_items_count, but the client can take just 1 gift if he even take 8-10-16 and more items from first list. Is it possible to make as we want o not?
- The topic ‘Give a gift for every n items in the cart’ is closed to new replies.