{config_load file="$language/amazon.conf" section="checkout_amazon"} {config_load file="$language/lang_$language.conf" section="checkout_payment"} {if $ERROR}
{$ERROR}
{/if}

{#heading_checkout#}

{if $SEVERE_ERROR}
{$SEVERE_ERROR}
{else} {if $success}
{$smarty.const.AMZ_PAY_EXISTING_ORDER_SUCCESS}
{else}
{$smarty.const.AMZ_PAY_EXISTING_ORDER_INTRO}
{#order_summary#}
{foreach from=$order->products item=product} {/foreach}
  {$smarty.const.AMZ_SINGLE_PRICE} {$smarty.const.AMZ_TOTAL_PRICE}
{$product.qty} x {$product.name}
{$product.price|formatCurrency:$order} {$product.final_price|formatCurrency:$order}
{foreach from=$order->totals item=total} {/foreach}
{$total.title} {$total.text}
{$smarty.const.AMZ_CANCEL_ORDER_FROM_WALLET}
{/if} {/if}