{"ordr_order"|translate}
|
{lbl_payment}
|
{lbl_shipping}
|
{if !$printable_version && $PAGE_VIEW ne 'mobile'}
{lbl_print_forms}
{else}
{/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'} |
{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}
|
|
{"ordr_ordered_products"|translate} |
{"prdset_product_name"|translate} |
{"cart_product_quantity"|translate} |
{"ordr_itemprice_excluding_tax"|translate} |
{section name=i loop=$orderContent}
{$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'} |
{/section}
|
{if $order.order_discount}
{"usr_custinfo_group_discount"|transcape}{$order.order_discount_percent|string_format:', %0.1f%%'} |
{$order.order_discount_valueToShow} |
{/if}
{if $order.shipping_cost || $order.tax}
{"ordr_subtotal"|transcape} |
{$order.clear_total_priceToShow} |
{/if}
{if $order.shipping_cost}
{"ordr_shipping_handling_cost"|transcape} |
{$order.shipping_costToShow} |
{/if}
{if $order.tax}
{"ordr_tax"|translate} |
{$order.tax_toShow} |
{/if}
{"str_total"|translate} |
{$order.order_amountToShow} |
|
{* *}
{if $order_status_report}
|
{"ordr_order_processing_history"|translate}
|
{"str_time"|translate}
|
{"ordr_comment"|translate}
|
{"str_status"|translate}
|
{section name=i loop=$order_status_report}
{$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}
|
{/section}
|
{/if}
|
{* *}
{else}
{if !$silent}