Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

changing post code location


Guest

Recommended Posts

Posted

which files can be used for changing the location of the post code, to be below the state

Posted

catalog/create_account.php

 

Towards the bottom you will see the html for the account create page.

 

Look for

<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>

 

and move it to where you want it to be moved to

Archived

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

×
×
  • Create New...