<< {"ordr_back_to_order_list"|translate}

{"ordr_order"|translate} #{$order.orderID}

{if $order_status_report} {/if}
{"ordr_order"|translate} {lbl_payment} {lbl_shipping}
{if $order.customers_comment ne ""} {/if}
{"ordr_id"|translate}: {$order.orderID|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'}
{"ordr_comment"|translate}: {$order.customers_comment|escape:'html'}
{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'}
{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'}
{"ordr_ordered_products"|translate}
{section name=i loop=$orderContent} {/section}
{"prdset_product_name"|translate} {"cart_product_quantity"|translate} {"ordr_tax"|translate} {"ordr_itemprice_excluding_tax"|translate}
{$orderContent[i].name|escape:'html'} {* * @features "Supporting e-products, which user can download after payment" * @state start *} {if $orderContent[i].eproduct_filename|escape:'html'} {if $completed_order_status} {if $completed_order_status == $order.statusID} {"btn_download"|translate} {$orderContent[i].file_size} b {if $orderContent[i].day_count_remainder > 0} - {"prdset_download_is_available_for"|translate} {$orderContent[i].day_count_remainder|escape:'html'} {"msg_days"|translate} {if $orderContent[i].load_counter_remainder != 0} , {"prd_download_downloads_left"|translate} {$orderContent[i].load_counter_remainder|escape:'html'} {"prd_download_str_downloads"|translate} {/if} {/if} {/if} {/if} {/if} {* * @features "Supporting e-products, which user can download after payment" * @state end *} {$orderContent[i].Quantity|escape:'html'} {$orderContent[i].tax|escape:'html'} % {$orderContent[i].PriceToShow|escape:'html'}
{"ordr_subtotal"|translate}: {$order.clear_total_priceToShow|escape:'html'}
{"usr_custinfo_group_discount"|translate}: {$order.order_discount|escape:'html'}
{"ordr_shipping_handling_cost"|translate}: {$order.shipping_costToShow|escape:'html'}
{"str_total"|translate} {$order.order_amountToShow|escape:'html'}

{"ordr_order_processing_history"|translate}

{section name=i loop=$order_status_report} {/section}
{"str_time"|translate} {"ordr_comment"|translate} {"str_status"|translate}
{$order_status_report[i].status_change_time|escape:'html'} {$order_status_report[i].status_comment|escape:'html'} {if $order_status_report[i].status_name != "ordr_status_cancelled"|translate} {$order_status_report[i].status_name|escape:'html'} {else} {"ordr_status_cancelled"|translate} {/if}