{* order stage 3 *}

{$smarty.const.STRING_ORDERING}

{$smarty.const.STRING_ORDER_PAYMENT}

{if $smarty.const.CONF_ORDERING_REQUEST_BILLING_ADDRESS == '1'} {$smarty.const.STRING_BILLING_ADDRESS}:
{if $billingAddressID > 0}{$strAddress}{else}{$smarty.const.STRING_ADDRESS_NOT_SPECIFIED}{/if}

{$smarty.const.STRING_CHANGE_ADDRESS} {/if}

{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 $billingAddressID > 0 || $smarty.const.CONF_ORDERING_REQUEST_BILLING_ADDRESS == '0'} {else}
{$smarty.const.STRING_PLEASE_SPECIFY_ADDRESS} {/if} {/if}