{l s='Follow your order step by step'}
{l s='Date'} | {l s='Status'} |
---|---|
{dateFormat date=$state.date_add full=1} | {$state.ostate_name|escape:'htmlall':'UTF-8'} |
{l s='Click the following link to track delivery of your order'}
{$followup|escape:'htmlall':'UTF-8'} {/if}{l s='Order:'} {l s='#'}{$order->id|string_format:"%06d"}
{if $carrier->id}{l s='Carrier:'} {if $carrier->name == "0"}{$shop_name|escape:'htmlall':'UTF-8'}{else}{$carrier->name|escape:'htmlall':'UTF-8'}{/if}
{/if}{l s='Payment method:'} {$order->payment|escape:'htmlall':'UTF-8'}
{if $invoice AND $invoiceAllowed}
{l s='Download your invoice as a .PDF file'}
{l s='You have given permission to receive your order in recycled packaging.'}
{l s='You requested gift-wrapping for your order.'}
{l s='Message:'} {$order->gift_message|nl2br}
{/if}{l s='Messages'}
{l s='From'} | {l s='Message'} |
---|