How to apply multiple discounts on my listing?
There may be a few cases where multiple types of discounts may apply to a given booking. If so, they’ll be applied separately.
For example.
- 01 day price: $100
- New Host Promotion: 20%
- Monthly discount: 40%
First, we’ll apply the New Host Promotion by subtracting it from the 01 day price:
$100 - $20 {20% of $100} = $80
Then, we’ll subtract the monthly discount:
$80 - $32 {40% of $80} = $48