mrahman Posted July 26, 2004 Posted July 26, 2004 Dear sir/madam, G'day. I install osCommerce for my web site www.bengaltrader.com I want to change title so please can you tell me where from i can change the web title? Kind regards Mahbub rahman
Guest Posted July 26, 2004 Posted July 26, 2004 In catalog/includes/languages/english.php (or your language) look for: define('TITLE', 'osCommerce'); The_Bear
digi Posted July 26, 2004 Posted July 26, 2004 you might want to checkout wiki.oscommerce.com/docs for any simple mods you would like to do in your shop.. hth digi *Outlined in chalk everone looks the same* Currently useing OSC 2.2 MS1 running on Apache/1.3.27 (Unix) (Red-Hat/Linux) mod_jk/1.2.0 mod_perl/1.26 PHP/4.3.3 FrontPage/5.0.2 mod_ssl/2.8.12 OpenSSL/0.9.6b
gorcsos Posted July 26, 2004 Posted July 26, 2004 Check and modify the next files, I did it myself: header.php english.php stylesheet.css footer.php english/index.php index.php
mrahman Posted July 27, 2004 Author Posted July 27, 2004 Dear all, Thank you for your kind helping. I lunch the oscommerce just 7 days ago. and i want to chage also footer 07November2003, from where i can change the date, I want put here new date like when days i lunch the program the same date. Please help me. Kind regards mahbub rahman
eskiusa Posted March 3, 2005 Posted March 3, 2005 In catalog/includes/languages/english.php (or your language) look for: define('TITLE', 'osCommerce'); The_Bear <{POST_SNAPBACK}>
eskiusa Posted March 3, 2005 Posted March 3, 2005 I found that constant, in that spot and its already changed to my business name, but I don't see my business name in the web page. I am also trying to figure out how to change the text on some of the other screens, like the privacy screen and I am not able to find the existing text in the .php files. They should be visible in a text editor? In catalog/includes/languages/english.php (or your language) look for: define('TITLE', 'osCommerce'); The_Bear <{POST_SNAPBACK}>
babylea Posted March 3, 2005 Posted March 3, 2005 I found that constant, in that spot and its already changed to my business name, but I don't see my business name in the web page. <{POST_SNAPBACK}> you won't see that particular text IN the web page, it will show as the browser page title. to change the heading titles, you can do this in the catalog/includes/languages/english.php file. I am also trying to figure out how to change the text on some of the other screens, like the privacy screen and I am not able to find the existing text in the .php files. They should be visible in a text editor? <{POST_SNAPBACK}> to change the page texts you need to go to: catalog/includes/languages/english (or whichever language you are using) and then select the relevant php file. for example, if you wish to change the text on the privacy page, find the privacy.php file in the folder specified above and find the following code: define('TEXT_INFORMATION', 'Put here your Privacy Notice information.'); change the text in blue to what you wish your page to display.
Recommended Posts
Archived
This topic is now archived and is closed to further replies.