Upsell Items: Difference between revisions
Jump to navigation
Jump to search
| Line 426: | Line 426: | ||
*Set up an Auto Action to confirm to the Guest their ‘Extras’ has been received an linked to their Accommodation booking, using the Booking ids from both bookings in the email. | *Set up an Auto Action to confirm to the Guest their ‘Extras’ has been received an linked to their Accommodation booking, using the Booking ids from both bookings in the email. | ||
*Setup an Auto Action to send Payment Request if you have not collected payment at the time of the booking. | *Setup an Auto Action to send Payment Request if you have not collected payment at the time of the booking. | ||
</div> | |||
</div> | |||
<div class="mw-collapsible mw-collapsed"> | |||
<div class="headline-collapse" > | |||
== Add two different tax %, but both calculated on the base price.== | |||
</div> | |||
<div class="mw-collapsible-content"> | |||
Example: | |||
Base price 100 | |||
Tax 1 = 5% = 5 | |||
Tax 2 = 9.975% = 9.975 | |||
Expected result will be: 114.975 | |||
If you already added 5% tax and do not want this applied for the second tax, you can reduce the second one by 5%. | |||
i.e. 9.975 would be charged at 9.5% of the balance including the 5% tax to be the same as 9.975% on the amount without the first tax. | |||
Upsell item 1 | |||
Type: obligatory % tax | |||
Amount: 5.0 | |||
per: booking | |||
period: one time | |||
Description: Tax 1 | |||
Upsell item 2 | |||
Type: obligatory % tax | |||
Amount: 9.5 | |||
per: booking | |||
period: one time | |||
Description: Tax 2 | |||
Another alternative is to combine the two taxes into one amount and charge 14.975% | |||