|
|
|
|
|
|
Total service charges (USD) |
{{getSumArray2('price')?getSumArray2('price'):getSumArray('price')|number:0}}
|
Exchange fee (USD) |
//= JText::_( 'COM_SERVICES_NOT_INCLUDED' ) ?>
{{getSumArray2('ex_fee')?getSumArray2('ex_fee'):getSumArray('ex_fee')|number:0}}
|
ilikevents fee (USD) |
//= JText::_( 'COM_SERVICES_NOT_INCLUDED' ) ?>
{{getSumArray2('ilike_fee')?getSumArray2('ilike_fee'):getSumArray('ilike_fee')|number:0}}
|
VAT (USD) |
{{ ((getSumArray2('price')?getSumArray2('price'):getSumArray('price')) + (getSumArray2('ex_fee')?getSumArray2('ex_fee'):getSumArray('ex_fee')) + (getSumArray2('ilike_fee')?getSumArray2('ilike_fee'):getSumArray('ilike_fee'))) * (10 / 100) |number:0}}
|
Total cost (USD) |
{{ ((getSumArray2('price')?getSumArray2('price'):getSumArray('price')) + (getSumArray2('ex_fee')?getSumArray2('ex_fee'):getSumArray('ex_fee')) + (getSumArray2('ilike_fee')?getSumArray2('ilike_fee'):getSumArray('ilike_fee'))) + ((getSumArray2('price')?getSumArray2('price'):getSumArray('price')) + (getSumArray2('ex_fee')?getSumArray2('ex_fee'):getSumArray('ex_fee')) + (getSumArray2('ilike_fee')?getSumArray2('ilike_fee'):getSumArray('ilike_fee'))) * (10 / 100) |number:0}}
|
Checkout |
FromDate | ToDate | CancellationCharge |
{{policy.FromDate}} | {{policy.ToDate}} | {{policy.CancellationCharge + (policy.ChargeType == 'Percentage' ? '%' : policy.Currency)}} |
No Show will attract full cancellation charge unless otherwise specified No Show Charges :{{room.policies.NoShowPolicy[0].CancellationCharge}} {{room.policies.NoShowPolicy[0].ChargeType == 'Percentage' ? '%' : room.policies.NoShowPolicy[0].Currency }} | ||
Early check out will attract full cancellation charge unless otherwise specified |
FromDate | ToDate | CancellationCharge |
{{policy.FromDate}} | {{policy.ToDate}} | {{policy.CancellationCharge + (policy.ChargeType == 'Percentage' ? '%' : policy.Currency)}} |
No Show will attract full cancellation charge unless otherwise specified No Show Charges :{{room.policies.NoShowPolicy[0].CancellationCharge}} {{room.policies.NoShowPolicy[0].ChargeType == 'Percentage' ? '%' : room.policies.NoShowPolicy[0].Currency }} | ||
Early check out will attract full cancellation charge unless otherwise specified |