{"checkout_msg_thank_you_for_ordering"|translate}

{$smarty.const.PPEC_TXT_ORDER_DETAILS}

{"ordr_order"|translate}: #{$order.orderID_view}
{$smarty.const.PPEC_TXT_TRANSACTION_ID}: {$ppec_transaction_id}

{lbl_payment}

{lbl_payment}: {$order.payment_type|escape:'html'}
{"ordr_payee"|translate}: {$order.billing_firstname|escape:'html'} {$order.billing_lastname|escape:'html'}
{"ordr_billing_address"|translate}: {$order.billing_country|escape:'html'}

{lbl_shipping}

{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} {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'} {$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"|translate} {$order.clear_total_priceToShow}
{"ordr_shipping_handling_cost"|translate} {$order.shipping_costToShow}
{"ordr_tax"|translate} {$order.tax_toShow}
{"str_total"|translate} {$order.order_amountToShow}