Hi gbanse
Code:
{elseif $payment_methods ne ""}
{if $giftcertapplied ne ""}
{$lng.txt_giftcertapplied}</p>{/if}
{if $config.Shipping.realtime_shipping eq "Y"}
{capture name=checkout_dialog}
<FORM action="cart.php" method="POST" name="cartform">
<INPUT type="hidden" name="cart_operation" value="cart_operation">
{include file="customer/main/cart_contents.tpl"} <HR noshade size="1">
{include file="customer/main/cart_totals.tpl"}
{if $js_enabled} {include file="buttons/update.tpl" href="javascript: document.cartform.submit()" js_to_href="Y"}
{else}
{include file="submit_wo_js.tpl" value=$lng.lbl_update}
{/if}
</FORM>
{/capture}
{include file="dialog.tpl" title=$lng.lbl_shipping content=$smarty.capture.checkout_dialog extra="width=100%"}
{/if}
{capture name=dialog}
<FORM method="get" action="cart.php" name="checkout_form">
{$lng.txt_payment_method}</p>
<TABLE border="0" align="center">
{section name=payment loop=$payment_methods}
<TR>
<TD width="1"><INPUT type="radio" name="paymentid" value="{$payment_methods[payment].paymentid}"{if $payment_methods[payment].is_default eq "1"} checked{/if}></TD>
<TD nowrap>{$payment_methods[payment].payment_method}</TD>
<TD>{$payment_methods[payment].payment_details}</TD>
</TR>
{/section}
<INPUT type="hidden" name="mode" value="checkout">
</TABLE>
<DIV align="center">
{if $js_enabled}
{include file="buttons/continue.tpl" style="button" href="javascript: document.checkout_form.submit()"}
{else}
{include file="submit_wo_js.tpl" value=$lng.lbl_continue}
{/if}
</DIV>
</FORM>
{/capture}
{include file="dialog.tpl" title=$lng.lbl_payment_method content=$smarty.capture.dialog extra="width=100%"}
{/if}
hope that helps.
OH!! and Jon still waiting for ezrecommens to work with gift certificate.