When applying a discount to the booking using drupal commerce promotions the discount is applied twice. e.g. if I make the booking cost $25 and make a 20% discount then the price is listed as $16. If I make the booking cost 100 dollars then the price becomes $64. 20% off 100 is 80 and then 20% off 80 is 64.
Create a new content type, Make it bookable, and allow payments for bookings. Make a new piece of content for that content type and set the price for a night.
Make a new promotion and set it to apply to the product type created when you made the bookable content type above. Set the promotion to be a set percentage off.
Try to purchase the product.
It would be nice to know if this is a bug or whether I am doing something wrong.
Cheers.
Closed: works as designed
1.2
Miscellaneous