Discount for next order in CS-Cart

Discount for next order in CS-Cart

Recently we received a lot of questions how to configure discount for next customer order after fullfilling certain conditions.

To create such mechanism, we have to create two promotions::
  • Discount coupon 1 - fullfilling conditions of this promotion will send coupon code to customer
  • Discount coupon 2 - bonuses that coupon code gives to customer
We create code-generating promotion with this conditions:
 

 Now we define discount that coupon gives:
 

Second promotion will generate code in certain conditions:
 

This promotion refers to the one that we created previously:


How promotion works:

If customer makes an order for 500$ or more, he will receive a 2% order discount coupon for next order.

Customer will receive coupon when status of his order will change to Complete (C)