Hi there,
We need to create some automatic discounts in order to have some fixed price depending on qty in cart (all the products in the store have the same price (eg. 56 USD)) and we want that every 2 products to cost => 104 USD and every 3 products => 149 USD.
We are not sure how we should do this in a correct way. We tried different setup with different/ multiple coupons, but still not working as expected (we have the last version of AwoCoupon and Joomla 3.9.23 with VM 3.8.6)
more examples:
5 products in cart => 149 (group of 3) + 104 (group of 2)
6 products in cart => 149 (group of 3) + 149 (group of 3)
7 products in cart => 149 (group of 3) + 149 (group of 3) + 56 (product left alone)
8 products in cart => 149 (group of 3) + 149 (group of 3) + 104 (group of 2)
and so on...
- in cart could be the same product or different products - only the quantity matters here.
Do you have any idea on how we could acomplish something like this?