{if $smarty.const.ACCOUNT_GENDER == 'true'}
{$smarty.const.ENTRY_GENDER} |
{$tep_draw_radio_field1} {$smarty.const.MALE}
{$tep_draw_radio_field2} {$smarty.const.FEMALE}
{if tep_not_null($smarty.const.ENTRY_GENDER_TEXT)}
{$smarty.const.ENTRY_GENDER_TEXT}
{/if}
|
{/if}
{$smarty.const.ENTRY_FIRST_NAME} |
{$tep_draw_input_field1}
{if tep_not_null($smarty.const.ENTRY_FIRST_NAME_TEXT)}
{$smarty.const.ENTRY_FIRST_NAME_TEXT}
{/if}
|
{$smarty.const.ENTRY_LAST_NAME} |
{$tep_draw_input_field2}
{if tep_not_null(ENTRY_LAST_NAME_TEXT)}
{$smarty.const.ENTRY_LAST_NAME_TEXT}
{/if}
|
{osc_draw_separator image='pixel_trans.gif' width='100%' height='10'} |
{if ($smarty.const.ACCOUNT_COMPANY == 'true')}
{$smarty.const.ENTRY_COMPANY} |
{$tep_draw_input_field3}
{if tep_not_null($smarty.const.ENTRY_COMPANY_TEXT)}
{$smarty.const.ENTRY_COMPANY_TEXT}
{/if}
|
{osc_draw_separator image='pixel_trans.gif' width='100%' height='10'} |
{/if}
{$smarty.const.ENTRY_STREET_ADDRESS} |
{$tep_draw_input_field4}
{if tep_not_null($smarty.const.ENTRY_STREET_ADDRESS_TEXT)}
{$smarty.const.ENTRY_STREET_ADDRESS_TEXT}
{/if}
|
{if ($smarty.const.ACCOUNT_SUBURB == 'true')}
{$smarty.const.ENTRY_SUBURB} |
{$tep_draw_input_field5}
{if tep_not_null($smarty.const.ENTRY_SUBURB_TEXT)}
{$smarty.const.ENTRY_SUBURB_TEXT}
{/if}
|
{/if}
{$smarty.const.ENTRY_POST_CODE} |
{$tep_draw_input_field6}
{if tep_not_null($smarty.const.ENTRY_POST_CODE_TEXT)}
{$smarty.const.ENTRY_POST_CODE_TEXT}
{/if}
|
{$smarty.const.ENTRY_CITY} |
{$tep_draw_input_field7}
{if tep_not_null($smarty.const.ENTRY_CITY_TEXT)}
{$smarty.const.ENTRY_CITY_TEXT}
{/if}
|
{$smarty.const.ENTRY_COUNTRY} |
{$tep_get_country_list1}
{if tep_not_null($smarty.const.ENTRY_COUNTRY_TEXT)}
{$smarty.const.ENTRY_COUNTRY_TEXT}
{/if}
|
{if ($smarty.const.ACCOUNT_STATE == 'true')}
{$smarty.const.ENTRY_STATE} |
{if ($process == true)}
{if ($entry_state_has_zones == true)}
{$tep_draw_pull_down_menu1}
{else}
{$tep_draw_input_field8}
{/if}
{$tep_draw_input_field8}
{else}
{$tep_draw_input_field9}
{/if}
{if tep_not_null($smarty.const.ENTRY_STATE_TEXT)}
{$smarty.const.ENTRY_STATE_TEXT}
{/if}
|
{/if}
{osc_draw_separator image='pixel_trans.gif' width='100%' height='10'} |
{$smarty.const.ENTRY_TELEPHONE_NUMBER} |
{$tep_draw_input_field10}
{if tep_not_null($smarty.const.ENTRY_TELEPHONE_NUMBER_TEXT)}
{$smarty.const.ENTRY_TELEPHONE_NUMBER_TEXT}
{/if}
|
{if ((isset($smarty.get.edit) && ($smarty.session.customer_default_address_id != $smarty.get.edit)) || (isset($smarty.get.edit) == false) )}
{osc_draw_separator image='pixel_trans.gif' width='100%' height='10'} |
{$tep_draw_checkbox_field1}{$smarty.const.SET_AS_PRIMARY} |
{/if}