{"ordr_order"|translate}
{"ordr_order_time"|translate}: {$order.order_time} |
{"ordr_id"|translate}: {$order.orderID_view} |
{"ordr_customer"|translate}: {$order.customer_firstname} {$order.customer_lastname} |
{"usr_custinfo_email"|translate}: {$order.customer_email} |
{foreach from=$order.reg_fields_values item=reg_field}
{$reg_field.reg_field_name}: {$reg_field.reg_field_value} |
{/foreach}
{if $order.customers_comment}
{$order.customers_comment} |
{/if}
|
{lbl_payment}
{lbl_payment}: {$order.payment_type} |
{"ordr_payee"|translate}: {$order.billing_firstname} {$order.billing_lastname} |
{"ordr_billing_address"|translate}:
{if $order.billing_address ne ""}{$order.billing_address|replace:"<":"<"} {/if}
{if $order.billing_city ne ""}{$order.billing_city|replace:"<":"<"}{/if}
{if $order.billing_state ne ""}{$order.billing_state|replace:"<":"<"}{/if}
{if $order.billing_zip ne ""}{$order.billing_zip|replace:"<":"<"} {/if}{if $order.billing_country ne ""}{$order.billing_country|replace:"<":"<"}{/if}
|
|
{lbl_shipping}
{lbl_shipping}: {$order.shipping_type} {if $order.shippingServiceInfo}({$order.shippingServiceInfo}){/if} |
{"ordr_recipient"|translate}: {$order.shipping_firstname} {$order.shipping_lastname} |
{"ordr_shipping_address"|translate}:
{if $order.shipping_address ne ""}{$order.shipping_address|replace:"<":"<"} {/if}
{if $order.shipping_city ne ""}{$order.shipping_city|replace:"<":"<"}{/if}
{if $order.shipping_state ne ""}{$order.shipping_state|replace:"<":"<"}{/if}
{if $order.shipping_zip ne ""}{$order.shipping_zip|replace:"<":"<"} {/if}{if $order.shipping_country ne ""}{$order.shipping_country|replace:"<":"<"}{/if}
|
|