{{ option.name }}
{{ option[customerType + '_price'] | currency }} - {{ customerTypeObject.name }} ({{ customerTypeObject.age }}) |
{{ option.name }}
{{ option[customerType + '_price'] | currency }} - {{ customerTypeObject.name }} ({{ customerTypeObject.age }}) |
{{ option.name }}
{{ bookingForm.activity_date | week_date }}
{{ option.start_time | time }} - {{ option.end_time | time }}
{{ customerTypeObject.name }}
{{ option[customerType + '_price'] | currency }}
{{ customerTypeObject.age }}
{{ bookingForm.errors.get(customerType + '_number') }}
Adult
{{ option['customer_type_1_price'] | currency }}
13+
{{ bookingForm.errors.get('customer_type_1_number') }}
Additional Info
{{ addOn.restrictionMessage }}
{{ addOn.name }}
{{ bookingForm.errors.get('add_ons.' + addOn.id) }}
Subtotal:
{{ subtotal | currency }}
Taxes and Fees:
{{ taxesAmount | currency }}
Total:
{{ total | currency }}
{{ option.name }}
{{ bookingForm.activity_date | week_date }} {{ option.start_time | time }} - {{
option.end_time | time }}
Quantity | Price | |
---|---|---|
{{ customerTypeObject.name }} | {{ formatCustomerQuantity(customerType) }} | {{ customerTypePrice(customerType) | currency }} |
{{ addOn.name }} | {{ formatAddOnQuantity(addOn) }} | {{ addOnPrice(addOn) | currency }} |
{{ couponForm.errors.get('code') }}
Found the Coupon, you will get -{{ coupon.discount | currency }} off.
Found the Coupon, you will get -{{ coupon.discount_percentage }}% off.
Subtotal:
{{ subtotal | currency }}
Discount ({{ spark.currencySymbol }}):
{{ -bookingForm.discount | currency }}
Discount (%):
{{ -discountPercentageAmount | currency }}
Taxes and Fees:
{{ taxesAmount | currency }}
Total:
{{ total | currency }}