{"ordr_order_confirmation"|translate}

{if $ppec_error_message}

{$ppec_error_message}

{/if}
{if $shipping_methods_count > 0} {/if}
{$smarty.const.PPECHECKOUT_TXT_SHIPPINGINFO}
{$smarty.const.PPECHECKOUT_TXT_SHIPPINGADDRESS} {$shipping_info.first_name} {$shipping_info.last_name} {if $shipping_info.address}
{$shipping_info.address|escape:'html'}{/if} {if $shipping_info.city}
{$shipping_info.city|escape:'html'}{/if} {if $shipping_info.state_name}{$shipping_info.state_name|escape:'html'}{/if} {if $shipping_info.zip}{$shipping_info.zip|escape:'html'}{/if} {if $shipping_info.country_name}
{$shipping_info.country_name|escape:'html'}{/if}
{$smarty.const.PPECHECKOUT_TXT_SHIPPINGMETHOD} {* Shipping info*} {if $shipping_methods} {section name=i loop=$shipping_methods} {if $shipping_costs[i] ne "n/a"} {/if} {/section}

{$shipping_methods[i].description}
{count item=_CostsNum array=$shipping_costs[i]} {if $_CostsNum>1} {else}{if $shipping_costs[i][0].name}{$shipping_costs[i][0].name} - {/if}{$shipping_costs[i][0].rate}{/if}
{else} {"checkout_no_shipping_methods"|translate}... {/if}
{$smarty.const.PPECHECKOUT_TXT_BILLINGINFO}
{$smarty.const.PPECHECKOUT_TXT_PAYMENTMETHOD} {* Billing info *} {$billing_info.payment_method}
{$smarty.const.PPECHECKOUT_TXT_PAYERINFO} {* Billing info *} {$billing_info.first_name} {$billing_info.last_name}
{$billing_info.country_name}
{$billing_info.email}
{$smarty.const.PPECHECKOUT_TXT_ORDERDETAILS}
{* Order details *} {section name=i loop=$cart_content} {/section}
{"prdset_product_name"|translate} {"cart_product_quantity"|translate} {"ordr_tax"|translate} {"ordr_itemprice_excluding_tax"|translate}
{$cart_content[i].name} {$cart_content[i].quantity} {$cart_content[i].tax_percent}% {$cart_content[i].cost}
{if $discount_percent>0} {/if}
{"usr_custinfo_group_discount"|translate}: {$discount_percent}
{"ordr_subtotal"|translate}: {$pred_total_disc}
{"ordr_tax"|translate}: {$total_tax}
{lbl_shipping}: {$shipping_price}
{"str_total"|translate} {$order_amount}