Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Editing costumer registration form...


LordPG

Recommended Posts

Suburb is configurable in admin > Configuration > Customer Details

 

Fax number would require removal of the following in create_account.php

			  <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>

Always back up before making changes.

Link to comment
Share on other sites

Archived

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

×
×
  • Create New...