asmilewyt Posted August 15, 2006 Share Posted August 15, 2006 anyone know how to remove some fields when visitors register like Fax.Company,...when visitors register an account.they can provide these informations when they log in to their account thanks for helping Link to comment Share on other sites More sharing options...
jasonabc Posted August 31, 2007 Share Posted August 31, 2007 with some modification in codes you can do it. Actually this is done through Admin > Configuration > Customer Details. Set the ones you don't want to 'false'. Jason My Contributions: Paypal Payflow PRO | Rollover Category Images | Authorize.net Invoice Number Fix Link to comment Share on other sites More sharing options...
absoluetlygorgeous Posted September 1, 2007 Share Posted September 1, 2007 Actually this is done through Admin > Configuration > Customer Details. Set the ones you don't want to 'false'. It doesn't give you an option to change the FAX field in the Admin section. I want to know how to do this too.. Link to comment Share on other sites More sharing options...
jasonabc Posted September 1, 2007 Share Posted September 1, 2007 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> Jason My Contributions: Paypal Payflow PRO | Rollover Category Images | Authorize.net Invoice Number Fix Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.