Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

create_account.php


Synodontis

Recommended Posts

I am new to using oscommerce and after reading the osCommerce 2.2 documentation and searching the discussion groups I have not been able to figure out how to change the "fax number " field on thge create account page. Is this done through os commerce only or is it something that needs to be changed thru the MyPhpAdmin aswell.

 

Any help would be greatly appreciated. Also if there is any further more detailed documentation someone could point me to that would be great.

 

Thanks

Synodontis

Link to comment
Share on other sites

OK in this case all you need do is to open up the file

catalog (if you have one) includes / languages / english.php (or your language.php)

find

define('ENTRY_FAX_NUMBER', 'Fax Number:'); 

 

change to

define('ENTRY_FAX_NUMBER', 'Cell Number:'); 

 

If you want this to also reflect in your admin then you will need to edit the admin /includes / languages / english.php also

 

Nic

Sometimes you're the dog and sometimes the lamp post

[/url]

My Contributions

Link to comment
Share on other sites

OK in this case all you need do is to open up the file

catalog (if you have one) includes / languages / english.php (or your language.php)

find

define('ENTRY_FAX_NUMBER', 'Fax Number:'); 

 

change to

define('ENTRY_FAX_NUMBER', 'Cell Number:'); 

 

If you want this to also reflect in your admin then you will need to edit the admin /includes / languages / english.php also

 

Nic

Link to comment
Share on other sites

Archived

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

×
×
  • Create New...