Closed akropivko closed 3 years ago
The description of the reduction service decorator was misleading because the decorator only reduces the delivery or payment costs and not the configured percentage on the basket total value. Furthermore, the example was wrong and the percentage is a number only. We fixed both in the documentation:
https://aimeos.org/docs/latest/manual/service-decorators/#reduction
Furthermore, in dev-master we've decided to implement the reduction service decorator as you have expected it to use the basket total and add a rebate based on the whole value but we can't backport that to 2020.10 LTS because it's a breaking change.
thanks!
Environment
I've added Reduction Decorator to PrePay provider and set 3% reduction, see the screenshot below
But no reduction in the basket - screenshot
Probably this is because I can't input the reduction value in the same format as it is in manual? -
reduction.percent : {"EUR":3}
But the admin backend doesn't allow me to input something except number - screenshot
Could you please check?