With this module you can create discounts thresholds that will apply a discount to cart based on its value. For exmaple you can create discount condition like: if cart is worth more than €500 - apply a discount 2%, or if cart is worth more than €1000 - apply a discount 5%.
As you already know - with this module dedicated for PrestaShop - you can create a special type of discount that will be aplied to cart depending on its value. Module allows to create unlimited number of thresholds and assign a discount to these rules. For example:
How does it work?
Module is applicable to cart during checkout process. Depending on cart value module will check if there is a this special discount dedicated to this cart value. And if there will be a dedicated discount - module will add this discount to cart and decrease total to pay by customer. Discount is applicable to cart, order and all other order-delated things like orders history, order invoice etc.
1.3.1
- added improvements to module usage in prestashop 8.x
- added support of php 8.1.x
- added new feature to exclude products from selected manufacturer in calculation process of cart value
1.3.0
- added improvements to multistore support in prestashop 1.6.x
1.2.9
- added improvements to module workflow with some specific payment modules that activates order after some time (sends payment confirmation to payment module)
1.2.8
- improved module workflow in multistore environment
1.2.7
- added improvements of module appearance in cart
1.2.6
- added new feature to exclude discounted products from calculation process of discount privilege and discount values
- added improvements to module workflow in prestashop 1.6.x to avoid internal server errors when order is placed in shop
1.2.5
- added improvements to appearance of module in displayShoppingCartFooter hook to avoid empty table with available cart quantity discounts
1.2.4
- added improvements to appearance of module on cart page
1.2.3
- added improvements to appearance of discounts in cart
- from now modules overrides CartRule to include discount also if shop does not have any voucher code
1.2.2
- updated the links on module configuration page
1.2.1
- added improvements to calculation of discounts in cart
1.2.0
- added updates checker feature to the module to check for updates automatically
1.1.0
- added full polish translation of the module
- released version dedicated fo for prestashop 1.6.x
1.0.0
- started project on mypresta addons marketplace
1.6.x