Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

customer account details


smee-again

Recommended Posts

Hi there, I'm very much a php noobi and I'm trying to change the wording in the create_account.php from Fax number: to Mobile number: but I cant find where it's referencing it from. Can somebody point me in the right direction for which files I need to change. cheers

Link to comment
Share on other sites

Hi there, I'm very much a php noobi and I'm trying to change the wording in the create_account.php from Fax number: to Mobile number: but I cant find where it's referencing it from. Can somebody point me in the right direction for which files I need to change. cheers

 

The structure of the text in osC follows a process for localization. In other words its able to display text in multiple languages. As a rule of thumb, you will always find what you are looking for by going to includes/languages/english/(the name of the file). So in your case go to includes/languages/english/create_account.php. I'm using english as the example here cause its the language I speak, however the same is true for German or Espanol as well as any other languages that might be installed for your store.

 

Be well,

Tina

If you're not having fun you're not doing it right

 

Teach a person to fish rather than give them a loaf of bread or however that saying goes.

Link to comment
Share on other sites

The structure of the text in osC follows a process for localization. In other words its able to display text in multiple languages. As a rule of thumb, you will always find what you are looking for by going to includes/languages/english/(the name of the file). So in your case go to includes/languages/english/create_account.php. I'm using english as the example here cause its the language I speak, however the same is true for German or Espanol as well as any other languages that might be installed for your store.

 

Be well,

Tina

 

 

Cheers I found it in the english.php file. thanks for responding

Link to comment
Share on other sites

Archived

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

×
×
  • Create New...