Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Changing the Account creation


hello_world

Recommended Posts

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

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

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...