{txt key=TEXT_PAYMENT_ADDRESS} {if $payment_address.allow_change == true} {txt key=TEXT_EDIT}

{/if}

{if $payment_address.customers_company}

{$payment_address.customers_company}

{/if}

{if $payment_address.customers_title}{$payment_address.customers_title} {/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} {form type=form role="form" name=payment_address action='dynamic' link_params='page_action=payment' method=post conn=SSL}
{if version_compare(_SYSTEM_VERSION, '4.2.0', '>=')} {form id="address_data" class="form-control" type=select name=adID value=$address_data params='onchange="this.form.submit();" data-style=""' default=$smarty.session.customer->customer_payment_address.address_book_id params='onchange="this.form.submit();"'} {/if} {if version_compare(_SYSTEM_VERSION, '4.1.10', '<=')} {form id="address_data" class="form-control" type=select name=adID value=$address_data params='onchange="this.form.submit();" data-style=""'} {/if}
{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=BUTTON_ADD_ADDRESS} {/if} {/if}
{hook key=tpl_checkout_payment_info_boxes}

{txt key=TEXT_SHIPPING_ADDRESS} {txt key=TEXT_EDIT}

{if $shipping_address.customers_company}

{$shipping_address.customers_company}

{/if}

{if $shipping_address.customers_title}{$shipping_address.customers_title} {/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_SELECT_PAYMENT_DESC}

{form type=form role="form" name=payment action='checkout' method=post conn=SSL} {form type=hidden name=action value=payment} {hook key=checkout_tpl_payment_comment}

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

{txt key=BUTTON_BACK} {if !empty($payment_data)} {/if}
{hook key=checkout_tpl_payment} {form type=formend}