| {"ordr_id"|translate}: {$order.orderID_view|escape:'html'} |
| {"ordr_order_time"|translate}: {$order.order_time|escape:'html'} |
| {"ordr_customer"|translate}: {$order.customer_firstname|escape:'html'} {$order.customer_lastname|escape:'html'} |
| {"usr_custinfo_email"|translate} {$order.customer_email|escape:'html'} |
| {"ordr_customer_ip"|translate}: {$order.customer_ip} |
| {"ordr_status"|translate}: {$order.status_name|escape:'html'} |
{if $order.customers_comment ne ""}
| {"ordr_comment"|translate}: {$order.customers_comment|escape:'html'} |
{/if}
|
| {lbl_payment}: {$order.payment_type|escape:'html'} |
| {"ordr_payee"|translate}: {$order.billing_firstname|escape:'html'} {$order.billing_lastname|escape:'html'} |
{"ordr_billing_address"|translate}:
{if $smarty.const.CONF_ADDRESSFORM_STATE != 2}
{$order.billing_address|escape:'html'}
{/if}
{if $smarty.const.CONF_ADDRESSFORM_CITY != 2 || $smarty.const.CONF_ADDRESSFORM_ADDRESS != 2 || $smarty.const.CONF_ADDRESSFORM_ZIP != 2} {/if}
{if $smarty.const.CONF_ADDRESSFORM_CITY != 2}
{$order.billing_city|escape:'html'}
{/if}
{if $smarty.const.CONF_ADDRESSFORM_ADDRESS != 2}
{$order.billing_state|escape:'html'}
{/if}
{if $smarty.const.CONF_ADDRESSFORM_ZIP != 2}
{$order.billing_zip|escape:'html'}
{/if}
{$order.billing_country|escape:'html'}
|
{if !$printable_version && $payment_html}
| {$payment_html} |
{/if}
|
| {lbl_shipping}: {$order.shipping_type|escape:'html'} {if $order.shippingServiceInfo}({$order.shippingServiceInfo|escape:'html'}){/if} |
| {"ordr_recipient"|translate}: {$order.shipping_firstname|escape:'html'} {$order.shipping_lastname|escape:'html'} |
{"ordr_shipping_address"|translate}:
{if $smarty.const.CONF_ADDRESSFORM_STATE != 2}
{$order.shipping_address|escape:'html'}
{/if}
{if $smarty.const.CONF_ADDRESSFORM_CITY != 2 || $smarty.const.CONF_ADDRESSFORM_ADDRESS != 2 || $smarty.const.CONF_ADDRESSFORM_ZIP != 2} {/if}
{if $smarty.const.CONF_ADDRESSFORM_CITY != 2}
{$order.shipping_city|escape:'html'}
{/if}
{if $smarty.const.CONF_ADDRESSFORM_ADDRESS != 2}
{$order.shipping_state|escape:'html'}
{/if}
{if $smarty.const.CONF_ADDRESSFORM_ZIP != 2}
{$order.shipping_zip|escape:'html'}
{/if}
{$order.shipping_country|escape:'html'}
|
|
{* PRINT_FORMS*}
{if !$printable_version && $PAGE_VIEW ne 'mobile'}
{if $print_forms}
{else}
<{"str_empty_list"|translate}>
{/if}
{else}
{/if}
|