Why not just disable the telephone/fax number requirement via your admin's Configuration->Customer Details?
Works for v1.3.8 and later ...
Why not just disable the telephone/fax number requirement via your admin's Configuration->Customer Details?
Works for v1.3.8 and later ...
For me, this eliminates the fax field from the account creation page, but still shows the telephone # as a required field.Why not just disable the telephone/fax number requirement via your admin's Configuration->Customer Details?
Don't want to eliminate the fields, just have the telephone # be not required.
Best Regards
Dalton
Skin that 'un pilgrim, and I'll bring ya' another.
Running 1.3.9h with a few mods here
Two more updates are required:
1) Admin->Configuration->Minimum Values->Telephone Number->0
2) Edit /includes/languages/YOURTEMPLATE/english.php. For v1.3.9f, line 241 is currently:
change it toCode:define('ENTRY_TELEPHONE_NUMBER_TEXT', '*');
Code:define('ENTRY_TELEPHONE_NUMBER_TEXT', '');
Thank You!!
That worked perfectly.
Best Regards
Dalton
Skin that 'un pilgrim, and I'll bring ya' another.
Running 1.3.9h with a few mods here