Guest Posted June 21, 2004 Posted June 21, 2004 which files can be used for changing the location of the post code, to be below the state
barbarshop Posted June 21, 2004 Posted June 21, 2004 Darn Good question, where is that? I've wanted to know for sometime now. Sorry this isn't an answer... Jeremy
Guest Posted June 21, 2004 Posted June 21, 2004 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
Recommended Posts
Archived
This topic is now archived and is closed to further replies.