{* Шаблон оформления заказа - выбор способа оплаты *} {assign var="preheader" value="+"} {if $admlink}{assign var="postheader" value=`$preheader``$smarty.const.STRING_ORDERING`}{else}{assign var="postheader" value=$smarty.const.STRING_ORDERING}{/if} {include file="header.tpl.html" header=$postheader}
{$smarty.const.STRING_ORDER_PAYMENT}
{/section}
{if $payment_methods}{if $billingAddressID > 0 || $smarty.const.CONF_ORDERING_REQUEST_BILLING_ADDRESS == '0'} {else}
{$smarty.const.STRING_PLEASE_SPECIFY_ADDRESS}
{/if}{/if} {if !$payment_methods}
{$smarty.const.STRING_SELECT_ORDER_PAYMENT_METHOD_PROMPT}
{$smarty.const.STRING_NO_PAYMENT_METHODS_TO_SELECT}
{else} {section name=i loop=i loop=$payment_methods}
{$payment_methods[i].Name}
{$payment_methods[i].description}
{literal} {/literal} {/if}
{$smarty.const.CONTINUE_BUTTON}