Odoo Bundle Promotion
Budget: $30 – $250 USD
we want to develop odoo module that can make a promotion with the following rules:
1-Buy 2 items (same or diff ) with fixed price (Not matter what the price of the items) and distribute the discount for every line (the two items) according to the price
2-if the receipt have 8 items it will apply 4 promotions
3-the receipt can include more than different offer
Example:
Item A Price :450 & Item B Price:350
The Promotion is : Buy 2 items for 500
the Discount Shown in Receipt :
Discount = (350+450) - 500 = 300
Item A =450/(450+350) * 300 = -168
Item B =350/(450+350) * 300 = 131.25
1-Buy 2 items (same or diff ) with fixed price (Not matter what the price of the items) and distribute the discount for every line (the two items) according to the price
2-if the receipt have 8 items it will apply 4 promotions
3-the receipt can include more than different offer
Example:
Item A Price :450 & Item B Price:350
The Promotion is : Buy 2 items for 500
the Discount Shown in Receipt :
Discount = (350+450) - 500 = 300
Item A =450/(450+350) * 300 = -168
Item B =350/(450+350) * 300 = 131.25