RE: Changing the pages text

blueline <[email protected]> 15 Aug 2003 15:42:38 -0000
Newsgroups gmane.comp.web.oscommerce.features
Message-ID <d7ab7e2f215401a5216861d806974f3e@osCommerce-Forums>
This message was sent from: Features
http://forums.oscommerce.com/viewtopic.php?p=214286#214286
----------------------------------------------------------------

I believe if you actually read the first page it tells you how to do this.....but I wll explain:

In osCommerce you have many folders....the main folder is generally called catalog (unless changed by you). This is where most of the files that you will need to edit are contained. These files are mostly all code....and they reference "language" files which include the text for the page. 

These "language" files are contained in /catalog/includes/languages/Your Language/. By going to this folder you will see the same file names as in /catalog

Open the "language" files up and you will find almost all of your text defined (headings, text, etc.).

Now there are a few pages that call for text that are not in the /catalog file (such as those files in the /catalog/includes folder like the header and footer) and the text for these files is generally defined in /catalog/includes/languages/Your Language.php.


HTH,
-Chris