{* $Id: checkout_3_place.tpl,v 1.18 2008/11/25 13:03:09 joy Exp $ vim: set ts=2 sw=2 sts=2 et: *}

{$lng.lbl_place_order}

{capture name=dialog}
{if $config.Appearance.show_cart_details eq "Y" || ($config.Appearance.show_cart_details eq "L" && $smarty.get.paymentid && $smarty.get.mode eq "checkout")} {include file="customer/main/cart_details.tpl" link_qty="Y"} {else} {include file="customer/main/cart_contents.tpl" link_qty="Y"} {/if} {include file="customer/main/cart_totals.tpl" link_shipping="Y" no_form_fields=true}
{include file="customer/subheader.tpl" title=$lng.lbl_personal_information}
{include file="customer/buttons/modify.tpl" href="register.php?mode=update&action=cart&paymentid=`$smarty.get.paymentid`" style="link"}
{include file="modules/Fast_Lane_Checkout/customer_details_html.tpl"}
{include file="customer/subheader.tpl" title="`$lng.lbl_payment_method`: `$payment_data.payment_method`"} {if $ignore_payment_method_selection eq ""}
{include file="customer/buttons/button.tpl" button_title=$lng.lbl_change_payment_method href="cart.php?mode=checkout" style="link"}
{/if} {include file="check_required_fields_js.tpl" use_email_validation="N"}
{if $payment_data.payment_template ne ""} {capture name=payment_template_output}{include file=$payment_data.payment_template hide_header="Y"}{/capture} {if $smarty.capture.payment_template_output ne ""} {include file="customer/subheader.tpl" title=$lng.lbl_payment_details class="grey"}
{$smarty.capture.payment_template_output}
{/if} {/if} {if $payment_cc_data.cmpi eq 'Y' && $config.CMPI.cmpi_enabled eq 'Y'} {include file="main/cmpi.tpl"} {/if}
{include file="customer/main/checkout_delivery_date.tpl"}
{include file="customer/main/checkout_notes.tpl"}
{include file="customer/must_accept_terms/must_acc.tpl"}
{if $payment_data.processor_file eq 'ps_gcheckout.php'} {include file="buttons/gcheckout.tpl" onclick=$button_href} {else} {include file="customer/main/checkout_js.tpl"}
{include file="customer/must_accept_terms/button.tpl" button_title=$lng.lbl_submit_order href=$button_href type="input" additional_button_class="main-button"}
{/if}
{/capture} {include file="customer/dialog.tpl" title=$lng.lbl_payment_details content=$smarty.capture.dialog additional_class="cart"}