{{template config_path="design/email/header_template"}}
{{if is_pickup}}

{{trans '%store_name ' store_name=$shipping.firstname |raw}}

{{var store_address |raw}}

{{trans '%store_city ' store_city=$shipping.city |raw}}{{trans '%store_post_code ' store_post_code=$shipping.postcode |raw}}

{{/if}}

{{trans 'Delivery address:'}}

{{if is_pickup}}

{{trans "%customer_name c/c Beaumont Tiles" customer_name=$order_data.customer_name}}
{{trans '%store_name ' store_name=$shipping.firstname |raw}}
{{var store_address |raw}}
{{trans '%store_city ' store_city=$shipping.city |raw}}{{trans '%store_post_code ' store_post_code=$shipping.postcode |raw}}
{{trans "T: %store_phone" store_phone=$shipping.telephone}}

{{else}}

{{trans '%address' address=$formattedShippingAddress |raw}}

{{/if}}

{{trans "Customer address"}}

{{trans '%address' address=$formattedBillingAddress |raw}}

{{trans '%email_customer' email_customer=$order.customer_email |raw}}

{{trans 'Tax Invoice'}}

{{trans 'Invoice:'}}

{{trans '%increment_id' increment_id=$order.increment_id |raw}}

{{trans 'Date:'}}

{{trans ' %created_at' created_at=$created_at_formatted |raw}}

{{trans 'Payment Date:'}}

{{trans '%created_at' created_at=$created_at_formatted |raw}}

{{trans 'Shipping Method:'}}

{{var order.shipping_description}}

{{trans 'Sales Order:'}}

{{trans '%dax_order_id' dax_order_id=$order.dax_order_id |raw}}

{{trans 'Customer Id:'}}

{{trans '%dax_customer_id' dax_customer_id=$order.dax_customer_id |raw}}

 

{{if is_pickup}} {{trans 'Pickup '}} {{else}} {{trans 'Delivery '}} {{/if}} {{trans 'DATE: '}}

{{if delivery_date_status}} {{trans '%deliveryDate' deliveryDate=$delivery_date |raw}} {{/if}}

{{if shipping_msg}}

{{trans 'INVOICE NOTES: '}}

{{var shipping_msg}}

{{/if}} {{if has_weight}}

{{trans 'Your total order weight: %weight kg' weight=$order.weight |raw}}

{{/if}} {{if is_pickup_to_store}}
{{trans 'A customer has placed a sample click & collect order for pickup at your store. The order has been automatically created in DAX as Sales Order Number %dax_order_id. The DAX order for product information is attached. The customer should arrive on %deliveryDate to collect the order and has been instructed to call 2 hours prior. This is for the %click_and_collect_store_name. If this is not your store, please advise BT Retail Support of the issue. The customer\'s phone number is %customer_phone and email is %email_customer. We recommend upselling glues and grouts, as the customer has not had the opportunity to buy these online from us.' deliveryDate=$delivery_date dax_order_id=$order.dax_order_id email_customer=$order.customer_email customer_phone=$billing.telephone click_and_collect_store_name=$click_and_collect_store.description |raw }}
{{/if}} {{if is_pickup_to_client}}
{{trans 'To ensure we have your goods positioned for easy pickup, please contact the store 2 hours prior to collection, using this phone number %storePhoneNumber' storePhoneNumber=$shipping.telephone |raw}}
{{/if}}

{{trans 'Customer Service'}}

{{trans 'Phone:'}}

{{trans '1800 4 TILES'}}

{{trans 'Email:'}}

onlinesales@tile.com.au

INVOICE DETAILS

{{layout handle="sales_email_order_items" order_id=$order_id area="frontend"}} {{if is_pickup}}

Click & Collect

Please note vehicle loading limits if picking up your tiles.

vehicles
  • Pick up vehicles must be correctly rated for the size and weight of the order.
  • We cannot load any vehicle that is unsafe due to load capacity.
  • We cannot load goods onto a seat, or a vehicle with the back seats folded down.
  • Payload includes tools, loose items, driver and passengers, unless compliance plate shows otherwise.
{{/if}}
{{template config_path="design/email/footer_template"}}