{if $smarty.session.selected_shipping != '' && $page_action != shipping}
{else}
{/if}
{if $smarty.session.selected_payment != '' && $page_action != payment}
{else}
{/if}
{if $message} {$pp_message} {$message}
{else}
{/if}

{txt key=TEXT_CHECKOUT_CONFIRMATION}:

{txt key=TEXT_CHECKOUT_CONFIRMATION_DESC}

{hook key=checkout_tpl_info} {*form type=form name=process action='checkout' method=post conn=SSL} {form type=hidden name=action value=process*}

{txt key=TEXT_SHIPPING_ADDRESS}:

{if $shipping_address.customers_company} {$shipping_address.customers_company}
{/if} {$shipping_address.customers_firstname} {$shipping_address.customers_lastname}
{$shipping_address.customers_street_address}
{if $shipping_address.customers_suburb} {$shipping_address.customers_suburb}
{/if} {$shipping_address.customers_postcode} {$shipping_address.customers_city}
{$shipping_address.customers_country}

{if $shipping_address.allow_change == true} {txt key=TEXT_EDIT} {/if} {if $shipping_address.allow_change == true} {form type=form name=shipping_address action='dynamic' link_params='' method=post conn=SSL} {form type=select name=adID value=$address_data params='onChange="this.form.submit();"'} {form type=hidden name=adType value=shipping} {form type=hidden name=action value=select_address} {form type=formend} {if $add_new_address eq 1}

{txt key=TEXT_NEW_SHIPPING_ADDRESS}:

{txt key=BUTTON_ADD_ADDRESS} {/if} {/if}

{txt key=TEXT_PAYMENT_ADDRESS}:

{if $payment_address.customers_company} {$payment_address.customers_company}
{/if} {$payment_address.customers_firstname} {$payment_address.customers_lastname}
{$payment_address.customers_street_address}
{if $payment_address.customers_suburb} {$payment_address.customers_suburb}
{/if} {$payment_address.customers_postcode} {$payment_address.customers_city}
{$payment_address.customers_country}

{if $payment_address.allow_change == true} {txt key=TEXT_EDIT} {/if} {if $payment_address.allow_change == true} {form type=form name=payment_address action='dynamic' link_params='' method=post conn=SSL} {form type=select name=adID value=$address_data params='onChange="this.form.submit();"'} {form type=hidden name=adType value=payment} {form type=hidden name=action value=select_address} {form type=formend} {if $add_new_address eq 1}

{txt key=TEXT_NEW_PAYMENT_ADDRESS}:

{txt key=BUTTON_ADD_ADDRESS} {/if} {/if}

{if $smarty.session.cart->type != 'virtual'}

{txt key=TEXT_SELECT_SHIPPING}:

{form type=form name=shipping action='checkout' method=post conn=SSL} {form type=hidden name=action value=shipping} {form type=formend} {/if}
{if $payment_info.payment_name}

{txt key=TEXT_PAYPAL_PAYMENT}:

{form type=form name=payment action='checkout' method=post conn=SSL} {form type=hidden name=action value=payment} {form type=formend} {/if}

{form type=form name=process id=process action='checkout' method=post conn=SSL} {form type=hidden name=action value=process}

{if $smarty.const._STORE_TERMSCOND_CHECK eq 'false'} {content cont_id=3 is_id='false'} {txt key=TEXT_TERMSANDCOND_CONFIRMATION} | {$_content_3.content_popup_link} {/if} {if $smarty.const._STORE_TERMSCOND_CHECK eq 'true'} {assign var="params" value=""} {if $conditions_accepted==1} {assign var="params" value="checked=\"checked\""} {/if} {$_content_3.content_popup_link} {/if}

{hook key=checkout_tpl_form}

{txt key=TEXT_COMMENTS}:

{txt key=TEXT_COMMENTS_DESC}

{form type=textarea name=comments cols=145 rows=5 id=comments} {if $rescission == 'true'}

{txt key=XT_RESCISSION_HEADING}:

{content cont_id=8 is_id='false'}

{$_content_8.content_popup_link}

{$_content_8.content_body}
{php} if($_SESSION['rescission_accepted_paypal']==true){ {/php}

{form type=checkbox name=rescission_accepted_paypal checked=true params='id="rescission_accepted_paypal"'} {txt key=XT_RESCISSION_ACCEPT}

{php} }else{ {/php}

{form type=checkbox name=rescission_accepted_paypal params='id="rescission_accepted_paypal"'} {txt key=XT_RESCISSION_ACCEPT}

{php} } {/php} {/if}

{txt key=TEXT_ARTICLE}:


{hook key=checkout_tpl_confiramtion} {form type=formend}