{lbl_ordr_order_list}
»
{"ordr_order"|translate} #{$order_info.orderID_view}
» {"lbl_edit_order"|translate}
{* CUSTOMER INFO *} {assign var="customer_full_name" value=$order_info.customer_firstname|cat:" "|cat:$order_info.customer_lastname}
{"ordr_customer"|translate}:
{$customer_full_name|escape:'html'}
({"usr_custinfo_login"|translate|lower}: {if $customer_login}
{$customer_login}
{else}{"lbl_n_a"|translate}{/if})
{if $smarty.const.CONF_BACKEND_SAFEMODE eq 0} {"usr_custinfo_email"|translate}:
{$order_info.customer_email|escape:'html'}
{else}
{"msg_safemode_info_blocked"|translate}
{/if} {section name=i loop=$order_info.reg_fields_values} , {$order_info.reg_fields_values[i].reg_field_name|escape:'html'}: {$order_info.reg_fields_values[i].reg_field_value|escape:'html'} {/section}
{"btn_assign_to_customer"|translate}
{"lbl_or"|translate}
{"lbl_edit_cust_info"|translate|replace:"%0%":$customer_full_name}
{"ordr_comment"|translate}:
{$order_info.customers_comment|escape:'html'}
{* SHIPPING INFO *}
{lbl_shipping} –
{if $order_info.shippingServiceInfo} ({$order_info.shippingServiceInfo|escape:'html'}){/if}
{"ordr_recipient"|translate}:
{"usr_custinfo_first_name"|translate}:
{"usr_custinfo_last_name"|translate}:
{"str_address"|translate}:
{$order_info.shipping_address|escape:'html'}
{"usr_custinfo_city"|translate}:
{"usr_custinfo_state"|translate}:
{if $states.shipping} {include file="backend/order_editor/states.html" states=$states.shipping selected=$shipping_state_id name='shipping[state_id]' class="txt_or_sel"} {else}
{/if}
{"usr_custinfo_zip"|translate}:
{"usr_custinfo_country"|translate}:
{if $countries} {html_options name="shipping[country_id]" options=$countries selected=$shipping_country_id onChange="changeStates('shipping')" class="txt_or_sel"} {else}
{/if}
{* BILLING INFO *}
{lbl_payment} –
{"ordr_payee"|translate}:
{"usr_custinfo_first_name"|translate}:
{"usr_custinfo_last_name"|translate}:
{"str_address"|translate}:
{$order_info.billing_address|escape:'html'}
{"usr_custinfo_city"|translate}:
{"usr_custinfo_state"|translate}:
{if $states.billing} {include file="backend/order_editor/states.html" states=$states.billing selected=$billing_state_id name='billing[state_id]' class="txt_or_sel"} {else}
{/if}
{"usr_custinfo_zip"|translate}:
{"usr_custinfo_country"|translate}:
{if $countries} {html_options name="billing[country_id]" options=$countries selected=$billing_country_id onChange="changeStates('billing')" class="txt_or_sel"} {else}
{/if}
{if $order_info.cc_number || $order_info.cc_holdername || $order_info.cc_expires || $order_info.cc_expires}
{"ordr_ccinfo"|translate}
{if true}{*$https_connection_flag*}
{"ordr_ccnumber"|translate}:
{$order_info.cc_number|replace:"<":"<"}
{"ordr_ccholdername"|translate}:
{$order_info.cc_holdername|replace:"<":"<"}
{"ordr_ccexpires"|translate}:
{$order_info.cc_expires|replace:"<":"<"}
{"ordr_cccvv"|translate}:
{$order_info.cc_cvv|replace:"<":"<"}
{else} {"ordr_ccinfo_shown_only_in_https"|translate}
{/if} {/if}
{"prdset_product_name"|translate}
{"hdr_price_for_item"|translate}
{"cart_product_quantity"|translate}
{"ordr_tax"|translate}
{"ordr_itemprice_excluding_tax"|translate}
{if $order_content} {section name=i loop=$order_content}
{$order_content[i].name|escape:'html'}
{$order_info.currency_code}
%
{$order_info.currency_code}
{$order_content[i].ItemPrice|round:'2'|string_format:'%.2f'}
{/section} {else}
{"lbl_no_products_in_order"|translate}
{/if} {if $smarty.server.HTTP_USER_AGENT|strpos:'Safari'}
{else}
{/if}
{"lbl_add_products_to_order"|translate}:
{"btn_find_products"|translate}
{if $smarty.server.HTTP_USER_AGENT|strpos:'Safari'}
{else}
{/if}
{"usr_custinfo_group_discount"|translate}
{"lbl_edit_discount_descr"|translate}
{$order_info.currency_code}
{$order_info.discount_description|escape:'html'}
{"ordr_shipping_handling_cost"|translate}
{$order_info.currency_code}
{"ordr_tax"|translate}
{$order_info.currency_code}
{$order_info.tax|round:'2'|string_format:'%.2f'}
{"str_total"|translate}
{$order_info.currency_code}
{$order_info.cnv.order_amount|round:'2'|string_format:'%.2f'}
{"btn_save"|translate}
{"lbl_or"|translate}
{"btn_cancel"|translate}