{* $Id: checkout.tpl,v 1.21.2.7 2003/03/18 14:05:56 svowl Exp $ *} {include file="location.tpl" last_location=$lng.lbl_payment_details} {if $payment_data.payment_method ne ""}

{$lng.lbl_checkout_step3}

{else}

{$lng.lbl_checkout_step2}

{/if}
{include file="customer/main/cart_contents.tpl"}

{include file="customer/main/cart_totals.tpl"}

{include file="buttons/update.tpl"}

{if $smarty.get.mode eq "auth"} {include file="main/error_login_incorrect.tpl"} {/if} {if $payment_data.payment_method ne ""}

{$lng.lbl_payment_method}: {$payment_data.payment_method}
{capture name=dialog}

{include file="customer/main/customer_details.tpl"}

{include file="buttons/modify.tpl"}

{include file="check_cc_number_script.tpl"} {if $payment_data.payment_template ne ""} {include file=$payment_data.payment_template} {/if}

{include file="buttons/change_payment_method.tpl"}

{$lng.txt_you_are_agree} "{$lng.lbl_terms_n_conditions}" {$lng.lbl_and} "{$lng.lbl_privacy_statement}".

{include file="buttons/submit_order.tpl"}

{/capture} {include file="dialog.tpl" title=$lng.lbl_payment_details content=$smarty.capture.dialog extra="width=100%"} {elseif $payment_methods ne ""} {capture name=dialog} {section name=payment loop=$payment_methods} {/section}
{$payment_methods[payment].payment_method}    {$payment_methods[payment].payment_details}

{include file="buttons/continue.tpl"}
{/capture} {include file="dialog.tpl" title=$lng.lbl_payment_method content=$smarty.capture.dialog extra="width=100%"} {/if}