BigCommerce - transactional emails template parameters

Order addresses (not necessarily similar to the shopper’s address):

Shipping address details (can have multiple addresses) available since 30/08/2017:

{$order.extra.shipping_address[0].firstName}

{$order.extra.shipping_address[0].lastName}

{$order.extra.shipping_address[0].street}

{$order.extra.shipping_address[0].city}

{$order.extra.shipping_address[0].stateRegion}

{$order.extra.shipping_address[0].zipCode}

{$order.extra.shipping_address[0].countryCode}

{$order.extra.shipping_address[0].company}

{$order.extra.shipping_address[0].shippingMethod}

 

Billing address details available since 30/08/2017:

{$order.extra.billing_address.firstName}

{$order.extra.billing_address.lastName}

{$order.extra.billing_address.street}

{$order.extra.billing_address.city}

{$order.extra.billing_address.stateRegion}

{$order.extra.billing_address.zipCode}

{$order.extra.billing_address.countryCode}

{$order.extra.billing_address.company}

 

Shipping information

Tracking number - {$order.extra.fulfillments[0].tracking_number} (Sample: “LX001111111IL”)
Tracking company - {$order.extra.fulfillments[0].tracking_company} (Sample: “United States Postal Service”)
Shipping method - {$order.extra.fulfillments[0].shipping_method} (Sample: "Fixed Shipping")
Shipping provider - {$order.extra.fulfillments[0].shipping_provider} (Sample: "ups")

Was this article helpful?
0 out of 0 found this helpful

Comments

0 comments

Please sign in to leave a comment.