{if $order} {if !$printable_version && $PAGE_VIEW ne 'mobile'}
{**}
{/if} {* PRINT_FORMS*} {* *} {if $order_status_report} {/if} {* *}
{"ordr_order"|translate} {lbl_payment} {lbl_shipping} {if !$printable_version && $PAGE_VIEW ne 'mobile'} {lbl_print_forms} {else}  {/if}
{if $order.customers_comment ne ""} {/if}
{"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'}
{"ordr_comment"|translate}: {$order.customers_comment|escape:'html'}
{if !$printable_version && $payment_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'}
{$payment_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'}
{if !$printable_version && $PAGE_VIEW ne 'mobile'} {if $print_forms}
{foreach from=$print_forms item=print_form key=print_form_class} {/foreach}
{else} <{"str_empty_list"|translate}> {/if} {else}  {/if}
 
{"ordr_ordered_products"|translate}
{section name=i loop=$orderContent} {/section} {if $order.order_discount} {/if} {if $order.shipping_cost || $order.tax} {/if} {if $order.shipping_cost} {/if} {if $order.tax} {/if}
{"prdset_product_name"|translate} {"cart_product_quantity"|translate} {"ordr_itemprice_excluding_tax"|translate}
{$orderContent[i].name|escape:'html'} {* * @features "Supporting e-products, which user can download after payment" *} {if $orderContent[i].eproduct_filename} {if $smarty.const.CONF_ORDSTATUS_DELIVERED == $order.statusID} {"btn_download"|translate} {$orderContent[i].file_size_str} {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} {* * @features *} {$orderContent[i].Quantity|escape:'html'} {$orderContent[i].PriceToShow|escape:'html'}
 
{"usr_custinfo_group_discount"|transcape}{$order.order_discount_percent|string_format:', %0.1f%%'} {$order.order_discount_valueToShow}
{"ordr_subtotal"|transcape} {$order.clear_total_priceToShow}
{"ordr_shipping_handling_cost"|transcape} {$order.shipping_costToShow}
{"ordr_tax"|translate} {$order.tax_toShow}
{"str_total"|translate} {$order.order_amountToShow}
 

{"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'|replace:"\n":'
'}
{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}
{else} {if !$silent}

{"lbl_not_found"|translate}

{/if} {/if}