Guest Posted May 26, 2006 Posted May 26, 2006 In the create account page I wish to change where it says Fax Number to Fax / Mobile I'm sure its simple, just cant seem to find the right bit of code! Thanks :thumbsup:
Guest Posted May 26, 2006 Posted May 26, 2006 In the create account page I wish to change where it says Fax Number to Fax / Mobile I'm sure its simple, just cant seem to find the right bit of code! Thanks :thumbsup: Look in /catalog/includes/languages/english.php define('ENTRY_FAX_NUMBER', 'Fax Number:'); and change it to: define('ENTRY_FAX_NUMBER', 'Fax / Mobile:'); -Miserlou
Guest Posted May 26, 2006 Posted May 26, 2006 Look in /catalog/includes/languages/english.php define('ENTRY_FAX_NUMBER', 'Fax Number:'); and change it to: define('ENTRY_FAX_NUMBER', 'Fax / Mobile:'); -Miserlou Spot on! Cheers :D
insomniac2 Posted May 26, 2006 Posted May 26, 2006 You could also do a search for Extra Fields Everywhere contribution. It gives you an idea on the basics of adding a new field anywhere. You could than keep your existing Fax Input Field and create a Separate Input field for Mobile / Cell inputs.
Recommended Posts
Archived
This topic is now archived and is closed to further replies.