简体   繁体   中英

Create custom sales rule in magento 2 based on previous orders quantity

I want to create a sale rule in Magento 2 that allow using a coupon code several time until a total amount of orders is reached. example : while total client orders are under 1000 euro he can use a custom coupon code for a reduction of 30%. What is the best way to do this? Thanks.

That's not possible out of the box. You'll probably need an additional module for that.

Here are a few options that may help achieving that:

All of these modules adds the option to create promotions and limit its use based on the amount spent on the store. So you can create your coupons accordingly.

You can also check a list of Magento module vendors on this link. Most of them have Promotion modules.

I hope it helps.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM