AlexPoelstra Posted July 2, 2005 Posted July 2, 2005 Hi everyone, I'm loving the osCommerce project but am having a few minor problems and I'd really appreciate any help or advice with the following questions. 1) How do I change the welcome text on the index page? By this, I mean "this is a default setup of the oscommerce project.. etc." I'd want to replace this text if at all possible. 2) How can I change the text headings "what's new here?" and "let's see what we have here?" 3) I want to erase the text in the search box, specifically "Use keywords to find the product you are looking for." Where do I change this? 4) The internet explorer bar still reads "osCommerce - Microsoft Internet Explorer." How can I change this to my store name? Now I realize these are pretty basic questions but I just can't find how/where to edit them. I've looked in the stylesheet page, the index php file, the search php file... any pointers would be appreciated. Thanks a lot!
AlexPoelstra Posted July 2, 2005 Author Posted July 2, 2005 Also, how do I set the country list so that "United States" is the default country when registering for an account? Thanks so much, I promise this is my last question. :D
njtermite Posted July 2, 2005 Posted July 2, 2005 Alex, 1. To change that text edit the index.php in \includes\languages\ also edit the other index files in the language folders. 2open index.php (in \includes\languages\) and find this code define('HEADING_TITLE', 'What\'s New Here?'); 3. open english.php (in \includes\languages\) and find this code define('BOX_SEARCH_TEXT', 'Use keywords to find the product you are looking for.'); define('BOX_SEARCH_ADVANCED_SEARCH', 'Advanced Search'); 4. open english.php and find this code (in \includes\languages\) // page title define('TITLE', osCommerce'); Mark
AlexPoelstra Posted July 2, 2005 Author Posted July 2, 2005 Alex,1. To change that text edit the index.php in \includes\languages\ also edit the other index files in the language folders. 2open index.php (in \includes\languages\) and find this code define('HEADING_TITLE', 'What\'s New Here?'); 3. open english.php (in \includes\languages\) and find this code define('BOX_SEARCH_TEXT', 'Use keywords to find the product you are looking for.'); define('BOX_SEARCH_ADVANCED_SEARCH', 'Advanced Search'); 4. open english.php and find this code (in \includes\languages\) // page title define('TITLE', osCommerce'); Mark <{POST_SNAPBACK}> Thanks so much, Mark, I really appreciate it. :thumbsup:
Recommended Posts
Archived
This topic is now archived and is closed to further replies.