{txt key=TEXT_SELECT_PAYMENT_DESC}
{txt key=TEXT_COMMENTS_DESC} {form type=textarea name=comments cols=130 rows=10}
{hook key=checkout_tpl_payment} {form type=formend}
{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}
{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}:
{$smarty.const.BUTTON_ADD_ADDRESS} {/if} {/if}