{$smarty.const.TABLE_ORDER_TIME}: {$order.order_time} |
{$smarty.const.CUSTOMER_FIRST_NAME}: {$order.customer_firstname} |
{$smarty.const.CUSTOMER_LAST_NAME}: {$order.customer_lastname} |
{section name=i loop=$order.reg_fields_values}
{$order.reg_fields_values[i].reg_field_name}: {$order.reg_fields_values[i].reg_field_value|replace:"<":"<"}
|
{/section}
{$smarty.const.CUSTOMER_ADRESL}: {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_country ne ""}, {$order.shipping_country|replace:"<":"<"}{/if} |
{section name=i loop=$order.reg_fields_values}
{$order.reg_fields_values[i].reg_field_name}: {$order.reg_fields_values[i].reg_field_value|replace:"<":"<"}
|
{/section}
{if $order.payment_type}
{$smarty.const.STRING_PAYMENT_TYPE2}: {$order.payment_type} {if $order.shippingServiceInfo} ({$order.shippingServiceInfo}){/if} |
{/if}
{if $order.shipping_type}
{$smarty.const.STRING_SHIPPING_TYPE2}: {$order.shipping_type} |
{/if}
{if $order.customers_comment}