hello_world Posted August 27, 2005 Share Posted August 27, 2005 OK I have got my site up and running but need to tweak a couple of things on the account creation page. 1) I want to remove the word "suburb" but leave the box 2) I want to switch "city" so it is before "postcode" and not after it. Any help would be appreciated. Cheers all. Link to comment Share on other sites More sharing options...
♥Vger Posted August 27, 2005 Share Posted August 27, 2005 1. includes/languages/english.php 2. Around line 403 of root level create_account.php, move the following: <tr> <td class="main"><?php echo ENTRY_POST_CODE; ?></td> <td class="main"><?php echo tep_draw_input_field('postcode') . ' ' . (tep_not_null(ENTRY_POST_CODE_TEXT) ? '<span class="inputRequirement">' . ENTRY_POST_CODE_TEXT . '</span>': ''); ?></td> </tr> Vger Link to comment Share on other sites More sharing options...
hello_world Posted August 27, 2005 Author Share Posted August 27, 2005 Both problems now sorted. Many thanks for your time. Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.