Hi Guys,
I have a project where my customer asked us to recreate some discount logic they currently have on their Magento webshop.
The logic is not supported by the Discount providers we currently have and I am aware it's gonna require custom development. I am just not sure what is the best and future proof path for developing these discounts.
To put it in context, here are the scenarios:
1. x% discount for the cheapest second product. Should support a list of products included in this discount
2. x% discount for the cheapest product from the list. Should support a list of products included in this discount
3. Buy 2 get 1 free. Should support a list of products. The free product can be from the list or indicated specifically
4. 2 free products when buying a specific product
I know the old SalesDiscount logic is phased out and I am supposed to use the new one with a Discount Extender but I am not sure if this discount extender would support the above scenarios. If it does not support them, I am wondering what alternatives do I have.
Thank you,
Adrian