Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Changing text on text page


SamWega

Recommended Posts

Posted

Hi

 

I'm new at osCommerce and php

 

I would like to change the text on our webpage. The text is contained in a variable

TEXT_INFORMATION and the code looks like this:

 

<td class="main"><?php echo TEXT_INFORMATION; ?></td>

 

I've looked for the definition of TEXT_INFORMATION elsewhere, but cannot find it.

 

Am I missing the point? Might you know where this variable is defined?

 

Any help or direction is great! Thanks!

 

Sam

Posted

All the text for all the pages are stored in the /catalog/includes/languages/english/... folder. There is a common used one called english.php in the root (/languages/english.php). For specific pages they are in the subfolder.

 

Just open up the english.php and search for the variable to change

Archived

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

×
×
  • Create New...