Guest Posted May 16, 2004 Posted May 16, 2004 I am wondering if there is a list of the .php docs that contain the static OsCommerce text that can be modified. This primarily includes the Header text, but of course I would like to customize all text of all pages. The problem is that in order to find the correct files, I have to review page code to find the relevant pointer. This is mostly true for /catalog/index.php - for this file makes reference to HEADER_TEXT but provides no pointer to the location of this text in a separate .php file or otherwise. Of course I realize I can simply reference the full URL string to identify the correct file to modify, but in the case of /catalog/index.html, this is not helpful. How do I modify HEADER_TEXT for the OsCommerce Home Page, and is there a listing of the relevant .php files to modify so I don't have to reverse engineer to find them? Thanks, Casey Cuddy materialife.com
Guest Posted May 16, 2004 Posted May 16, 2004 You will find all those files by going to the catalog/includes/languages/english folder. Inside that folder, you will see them all, and all you have to do is edit the text in them. You will also find the main text stuff in the english.php file.
Guest Posted May 16, 2004 Posted May 16, 2004 Thanks for that pointer ... perfect for quick admin. However, HEADER_TEXT is not in that file, the default value for which is "What's New Here?" Where do I find that text? casey
vasttech Posted May 16, 2004 Posted May 16, 2004 try Wiki you will find a lot of answers to your questions there... osCommerce Knowledge Base osCommerce Documentation Contributions
Guest Posted May 21, 2004 Posted May 21, 2004 I can not find the answer in Wiki. Where do I modify the Home Page's "What's New Here?" text? It is not contained in 'english.php' and is otherwise called as HEADER_TEXT. Where do I find HEADER_TEXT to modify? Thanks. casey
Guest Posted May 21, 2004 Posted May 21, 2004 materiallife You will find the What's New Here text in: catalog/includes/languages/english/index.php :rolleyes:
Recommended Posts
Archived
This topic is now archived and is closed to further replies.