{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}

{txt key=TEXT_PAYMENT_ADDRESS}

{if $payment_address.allow_change == true && $payment_address.address_class=='payment'}

{txt key=TEXT_EDIT}

{/if} {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 $shipping_address.allow_change == true} {txt key=TEXT_SELECT_PAYMENT_ADDRESS} {form type=form name=payment_address action='dynamic' link_params='page_action=payment' method=post conn=SSL} {form type=select name=adID value=$address_data default=$smarty.session.customer->customer_payment_address.address_book_id 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}

{txt key=TEXT_SELECT_PAYMENT}

{form type=form name=payment action='checkout' method=post conn=SSL} {form type=hidden name=action value=payment} {foreach name=aussen item=pdata from=$payment_data} {$pdata.payment} {if !$smarty.foreach.aussen.last}


{/if} {/foreach}
{hook key=checkout_tpl_payment_comment}

{txt key=TEXT_COMMENTS} {txt key=TEXT_MAX_CHARACTERS}

{txt key=TEXT_COMMENTS_DESC}

{form type=textarea name=comments id=comments value=$smarty.session.order_comments params='maxlength="255" class="autosizejs"'}

{txt key=BUTTON_BACK}

{css_button class=button-next text=$smarty.const.BUTTON_NEXT type='form'}

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