{if $payment_methods_count> 0}
{$msg.cart.select_payment_method}
{** FREE ORDER PAYMENT METHOD - START **}
{$free_payment_method->title|htmlspecialchars}
{if $free_payment_method->message_payment != ""}
{$free_payment_method->message_payment}
{/if}
{if $auth_express == "yes" && $DisplayTermsAndConditionsCheckbox == "Yes"}
{$msg.account.register_agree_policy} [
{$msg.account.register_view_policy}
]
{/if}
{button type="button" class="button-complete" id="btnProcessFreePayment" disabled=$start text=$msg.buttons.buttonComplete file=$smarty.template onclick="opcSendPrepaymentInfo()"}
{** FREE ORDER PAYMENT METHOD - FINISH **} {** CUSTOM AND REALTIME PAYMENT METHODS - START **}
{$msg.cart.please_select_payment_method}
{if $enable_gift_cert == 'Yes'}
Use a Gift Certificate
{/if}
{if $payment_methods_count> 1} {foreach name=pm from=$payment_methods key=pid item=payment_method} {** for now we are not including moneybookers in OPC **} {if !in_array($payment_method->id, array('moneybookers','moneybookersewallet','moneybookersacc'))}
type=="custom" || $shipping_is_free || $shipping_is_digital}opcSetPaymentMethod(){else}opcSetShippingAndPayment(1){/if}" name="select_payment_method" value="{$payment_method->pid}" {if $order->paymentMethodId == $payment_method->pid}checked="checked"{/if}/>
{$payment_method->name}
{/if} {/foreach} {else} {foreach name=pm from=$payment_methods key=pid item=payment_method}
{/foreach} {/if}
{*** GIFT CERTIFICATE ***} {if $enable_gift_cert == 'Yes'}
Use a Gift Certificate
{include file="templates/pages/checkout/one-page-checkout/form-gift-certificate.html"}
{/if} {*** GIFT CERTIFICATE ***}
{if $is_payment_error == "yes"}
{$payment_error_message}
{/if}
{if $start}{$msg.cart.please_select_payment_method}{else}Loading...{/if}
{** CUSTOM AND REALTIME PAYMENT METHODS - FINISH **} {else}
{$msg.cart.no_payment_methods_available}
{lang msg=$msg.common.contact_admin e=$GlobalSupportEmail}
{/if}