Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Removing a Duplicated Field


Measha06

Recommended Posts

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!

Link to comment
Share on other sites

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

Link to comment
Share on other sites

Archived

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

×
×
  • Create New...