Page 1 of 1

Discount applied when threshold crossed

Posted: 17 Jan 2018, 18:22
by ntnsapre
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

Re: Discount applied when threshold crossed

Posted: 17 Jan 2018, 23:38
by aimeos
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