Payment Method
{if !empty($payment_methods) || $order_is_free} {if $order_is_free == true}
{$msg.billing.order_is_free_method}
{else}
{$msg.cart.please_select_payment_method} :
{foreach name=pm from=$payment_methods key=pid item=payment_method}
{/foreach} {/if} {else}
{$msg.cart.no_payment_methods_available}
{lang msg=$msg.common.contact_admin e=$GlobalSupportEmail}
{counter name="show_continue_button" assign="foo"} {/if}