{$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}
|
{$smarty.const.ENTRY_LAST_NAME} |
{$tep_draw_input_field1}
{if tep_not_null($smarty.const.ENTRY_LAST_NAME_TEXT)}
{$smarty.const.ENTRY_LAST_NAME_TEXT}
{/if}
|
{$smarty.const.ENTRY_FIRST_NAME} |
{$tep_draw_input_field2}
{if tep_not_null($smarty.const.ENTRY_FIRST_NAME_TEXT)}
{$smarty.const.ENTRY_FIRST_NAME_TEXT}
{/if}
|
{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}
|
{/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_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}
{else}
{$tep_draw_input_field8}
{/if}
{* // country *}
{if ($process == true) }
{if ($country_error == true) }
{else}
{$tep_draw_input_field8}
{/if}
{if (tep_not_null($smarty.const.ENTRY_STATE_TEXT))}
{$smarty.const.ENTRY_STATE_TEXT}
{/if}
|
{/if}
{/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_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_TELEPHONE_NUMBER} |
{$tep_draw_input_field9}
{if tep_not_null($smarty.const.ENTRY_TELEPHONE_NUMBER_TEXT)}
{$smarty.const.ENTRY_TELEPHONE_NUMBER_TEXT}
{/if}
|