LordPG Posted July 6, 2009 Share Posted July 6, 2009 Hi, I want to delete the Suburb and Fax spaces in the costumer registration form. How do I do this? thank you Link to comment Share on other sites More sharing options...
♥ecartz Posted July 6, 2009 Share Posted July 6, 2009 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 More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.