Order Details
Order Details
Order #

{{ order.fulfillments[ order.active_fulfillment_id ].order_number }}

{{ getLocationLabel( order.service ) }}

{{ getLocationValue( order.service ) }}

{{ order.service.location.note }}
{{ getTimeLabel( order.service ) }}

{{ getTimeValue( order ) }}

{{ order.fulfillments[ order.active_fulfillment_id ].service.scheduling_label }}

Order Details
{{ service_type.quantity }} × {{ service_type.value }}{{ service_type.price.amount | currency }}

{{ service_type.items | serviceItems }}

Extras
  • {{ field.label }}
Special Instructions
{{ order.notes }}
Payment By
{{ order.payment.card.name }}
{{ order.payment.card.last_digits | cardNumber }}
Pay Out Of App
Price Details
{{ show_payment_details ? 'Sub-Total' : 'Estimated Total' }}{{ (show_payment_details ? order.estimation.price.amount : order.estimation.total.amount) | currency }}
Delivery Fee{{ order.estimation.delivery_fee.amount | currency }}
Tax{{ ( order.estimation.tax.amount || 0 ) | currency }}
Tip{{ order.estimation.tip.amount | currency }}
Less Credit{{ order.estimation.promo.amount | currency }}

Estimated Total{{ ( order.estimation.total.amount || 0 ) | currency }}
Price Details
{{ show_payment_details ? 'Sub-Total' : 'Total' }}{{ (show_payment_details ? ( order.fulfillments[ order.active_fulfillment_id ].invoice.subtotal.amount || 0 ) : ( order.fulfillments[ order.active_fulfillment_id ].invoice.total.amount || 0 ) ) | currency }}
Delivery Fee{{ order.fulfillments[ order.active_fulfillment_id ].invoice.delivery_fee.amount | currency }}
Tax{{ order.fulfillments[ order.active_fulfillment_id ].invoice.tax.amount | currency }}
Tip{{ order.fulfillments[ order.active_fulfillment_id ].invoice.tip.amount | currency }}
Less Credit{{ - order.fulfillments[ order.active_fulfillment_id ].invoice.promo.amount | currency }}

Total{{ order.fulfillments[ order.active_fulfillment_id ].invoice.total.amount | currency }}