{* order stage 3 *}

{$smarty.const.STRING_ORDERING}

{$smarty.const.STRING_ORDER_PAYMENT}

{$smarty.const.STRING_BILLING_ADDRESS}
{$strAddress}
{if $smarty.const.CONF_ORDERING_REQUEST_BILLING_ADDRESS == '1'}

{$smarty.const.STRING_SELECT_ORDER_PAYMENT_METHOD_PROMPT}:

{/if}
{section name=i loop=i loop=$payment_methods} {/section}
{$payment_methods[i].Name}
{$payment_methods[i].description}
{if !$payment_methods} {$smarty.const.STRING_NO_PAYMENT_METHODS_TO_SELECT}... {else}
{/if}