Hello there,I'm trying to create an order discount based on the number of products in the cart. For example, buy 1 product @A@ for $10 off, buy two products @A@ for $20 off, buy three products @A@ ...
This article talks about setting up an Order discount which will give a fixed amount discount on the order.
I want to create a order discount with the capability of excluding certain SKUs from also being discounted, but I also don't want the order to be disqualified from receiving the discount because on...
HeyI want to apply an order discount only on specific products. how do i do that?thank youMerav
HeyI would like to create a new Order rules:if customer bought at least one product.Customer.PurchasedProducts.Count @= 1is this ok?