Measha06 Posted February 11, 2013 Posted February 11, 2013 On my create an account page I seem to have a field for Post Code twice and I need to remove one, how do I do that and also I am told by a customer she is inputting her correct postcode and is being given a message that it needs to be at least four digits and she is putting in four or more and it is not accepting it! How do I recitfy these two areas? :x http://www.naturesnaturalbeauty.com/store/create_account.php Thanks in advance. Liz Liz A very appreciative member still attempting to climb the steep learning curve!
♥mattjt83 Posted February 11, 2013 Posted February 11, 2013 open your create_account.php if your html editor and find: <tr> <td class="fieldKey"><?php echo ENTRY_POST_CODE; ?></td> <td class="fieldValue"><?php echo tep_draw_input_field('postcode') . ' ' . (tep_not_null(ENTRY_POST_CODE_TEXT) ? '<span class="inputRequirement">' . ENTRY_POST_CODE_TEXT . '</span>': ''); ?></td> </tr> It shouldn't be there twice in the file so simply remove one of the instances. @@Measha06 Matt
Measha06 Posted February 11, 2013 Author Posted February 11, 2013 Thank you very much I have managed to remove the duplicate field. Liz A very appreciative member still attempting to climb the steep learning curve!
Recommended Posts
Archived
This topic is now archived and is closed to further replies.