Customer Name
{{cart.currentUser.IsCashCustomer ? cart.currentUser.Name : cart.order.customer.Name}}
Contact Name
{{cart.currentUser.Name}}
Phone Number
{{cart.order.customer.Phone_No_}}
Email Address
{{cart.currentUser.IsCashCustomer ? cart.currentUser.Email :cart.order.customer.E_Mail}}
Billing Address
{{cart.order.customer.Name}}
{{cart.order.customer.Address}}
{{cart.order.customer.Address_2}}
{{cart.order.customer.City}} {{cart.order.customer.County}} {{cart.order.customer.Post_Code}}
Australia
Shipping Address
{{cart.order.ShipToAddress.Name}}
{{cart.order.ShipToAddress.Address}}
{{cart.order.ShipToAddress.Address_2}}
{{cart.order.ShipToAddress.City}} {{cart.order.ShipToAddress.County}} {{cart.order.ShipToAddress.Post_Code}}
Australia
{{cart.order.customer.Name}}
{{cart.order.customer.Address}}
{{cart.order.customer.Address_2}}
{{cart.order.customer.City}} {{cart.order.customer.County}} {{cart.order.customer.Post_Code}}
Australia
Requested {{cart.order.pickupdelivery}} Date *
Required
Required
{{cart.order.pickupdelivery=='Delivery' && cart.cart.totals.totalAmountInclGST< 250 && cart.currentUser.IsCashCustomer && !cart.cart.IsRandomExist?'Delivery charges $15 (Ex. GST) applies for orders total amount less than $250 (Incl. GST)':''}}
Order Total: {{cart.cart.totals.totalAmountInclGST | currency}}