This is a discussion on OsCommerce Modification: How to Change Opening heading? within the osCommerce 2.2 Modification Help forums, part of the osCommerce 2.2 Forums category; I just installed OsCommerce on my website buildandmaintain.com and I am trying to change the opening lines of "This is ...
| |||||||
| Register | FAQ | Members List | Calendar | Mark Forums Read |
|
#1
| |||
| |||
| I just installed OsCommerce on my website buildandmaintain.com and I am trying to change the opening lines of "This is a test install, no items will be sent. . . . " Within the default.php I belive I see where that is written <tr> <td class="main"><?php echo tep_customer_greeting(); ?></td> </tr> <tr> <td class="main"><br><?php echo TEXT_MAIN; ?></td> </tr> <tr> </tr> Where is the code for tep_customer_greeting() and how do you change what is echoed out to the page. I am new to php, and would appreciate any help. Thanks. |
| Sponsored Links | ||
| ||
| |
|
#2
| ||||
| ||||
| Change this in /catalog/includes/languages/english/default.php
__________________ Michael Sasek osCMax Developer
|
|
#3
| |||
| |||
| Thanks the strings were right there. Where is the /catalog/includes/languages/english/default.php sourced in withing the /catalog/default.php is there some inplicit source that I can't find. I've checked the application pieces. This will really help my understanding of the app structure. Miguel Collins P.S. Thanks again |
|
#4
| ||||
| ||||
| You are looking for the wrong thing. It will be a 'require' statement. It is about line 30-40 in default.php: Code: require(DIR_WS_LANGUAGES . $language . '/' . FILENAME_DEFAULT);
__________________ Michael Sasek osCMax Developer
|
| Sponsored Links | ||
| ||
| Thread Tools | |
| |
| ||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| change # of items displayed on opening page=new_products.php | gameparts | osCommerce 2.2 Modification Help | 1 | 03-28-2005 05:32 AM |
| Change from oscommerce in top title bar in brower | Anonymous | osCommerce 2.2 Modification Help | 4 | 04-02-2004 12:21 PM |
| Help : Change the outlook of OSCommerce Cart | xfriday | osCommerce 2.2 Modification Help | 3 | 02-23-2004 08:38 AM |
| osCommerce Modification | oscdox | osCommerce 2.2 Modification Help | 3 | 08-12-2003 05:00 PM |
| Where to change the heading text in product_listing.php??? | johnnyosc | osCommerce 2.2 Modification Help | 2 | 02-18-2003 10:32 PM |