Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

remove some fields when visitors register


asmilewyt

Recommended Posts

  • 1 year later...

So open the create_account.php file and remove the bit of code that writes out the fax number....

 

<tr>

<td class="main"><?php echo ENTRY_FAX_NUMBER; ?></td>

<td class="main"><?php echo tep_draw_input_field('fax') . ' ' . (tep_not_null(ENTRY_FAX_NUMBER_TEXT) ? '<span class="inputRequirement">' . ENTRY_FAX_NUMBER_TEXT . '</span>': ''); ?></td>

</tr>

Link to comment
Share on other sites

Archived

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

×
×
  • Create New...