Discount applied when threshold crossed

Help for integrating the Laravel package
Forum rules
Always add your Laravel, Aimeos and PHP version as well as your environment (Linux/Mac/Win)
Spam and unrelated posts will be removed immediately!
ntnsapre
Posts: 21
Joined: 16 Jan 2018, 20:31

Discount applied when threshold crossed

Post by ntnsapre » 17 Jan 2018, 18:22

Is there any way to apply a discount on an order when the product quantity or order value exceeds a set number? For example, how do we auto-apply a discount of 20% if the order value exceeds 1000 USD?

Aimeos version: 2017.10
PHP version: 7.1
Package: Laravel 5.5
Environment: Linux

User avatar
aimeos
Administrator
Posts: 7836
Joined: 01 Jan 1970, 00:00

Re: Discount applied when threshold crossed

Post by aimeos » 17 Jan 2018, 23:38

It's not available by default but you can implement a basket plugin that does the calculation each time a product is added edited or removed and add a discount product with a negative price:
https://aimeos.org/docs/Developers/Libr ... et_plugins
Professional support and custom implementation are available at Aimeos.com
If you like Aimeos, Image give us a star

Post Reply