fixed and Percentage Rebate

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!
viptapis
Posts: 12
Joined: 12 Jan 2022, 23:20

fixed and Percentage Rebate

Post by viptapis » 30 Aug 2022, 11:32

Hello
is it possible to give fixed and Percentage Rebate together?
->https://tinyurl.com/2kdtv6bx

like give 5euro(FixedRebate) + 10% (PercentRebate) for single coupon.

Regards
Vip

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

Re: fixed and Percentage Rebate

Post by aimeos » 31 Aug 2022, 07:37

No, you can only select "Fixed" or "Percent" as provider when creating a new coupon but not both.
You can create your own decorator to add a fixed rebate on top of the price calculated by the "Percent" provider:
https://aimeos.org/docs/latest/provider ... decorators
Professional support and custom implementation are available at Aimeos.com
If you like Aimeos, Image give us a star

Post Reply