ukmobile786 Posted February 21, 2008 Posted February 21, 2008 Am attempting to add another delivery address to my account but as you will see below am having trouble! There does not appear to be a field for post code? LOOK AT THE PICTURE ATTACHED (these no postcode coloum for customer to enter postcode) THERE NO POSTCODE COLOUM TO OSCOMMERCE DOES NOT RECONISE ERROR MESSAGE **** YOUR POSTCODE MUST CONTAIN A MINIMUM OF 4 CHARACTERS
photofxplus Posted February 21, 2008 Posted February 21, 2008 On page 'catalog/includes/modules/checkout_new_address.php' about Line: 65-68 look for this - <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> Is it there?? Lloyd
Recommended Posts
Archived
This topic is now archived and is closed to further replies.