SamWega Posted February 1, 2007 Posted February 1, 2007 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
khime Posted February 1, 2007 Posted February 1, 2007 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
Recommended Posts
Archived
This topic is now archived and is closed to further replies.