lovely_angel_for_you Posted November 14, 2006 Posted November 14, 2006 Hi, I have installed the osCommerce on my Limux based server, is working fine. Actually all is working, however no matter what I try I am not able to change the HTML Title of any page from osCommerce to MyStoreName. I have saved all the information in My Store configuration page in Admin section. And its saved there, as whenever I go to admin page it shows me all the correct information. I checked all the main html files generating the Title. They use the following code: <title><?php echo TITLE; ?></title> When I tried moving backwards, from application_top.php to general.php to html_output.php, I could not find any information from where the Title is picked from the database. Any assistance on the same will be highly appreciated. Regards Lovely
Guest Posted November 14, 2006 Posted November 14, 2006 Try usin the following in includes/english/index.php <title>MyStoreName</title><?php
lovely_angel_for_you Posted November 14, 2006 Author Posted November 14, 2006 Thanks for the reply. Didnt work that way. One option is to change the Title in all html pages one by one. However, which file is pulling the information from Database regarding the Store Name. <title><?php echo TITLE; ?></title> The above code is visible in all the main html file in main catalog folder. Any other suggestion. Regards Lovely
Guest Posted November 14, 2006 Posted November 14, 2006 Change the title in here: /public_html/includes/languages/english.php Job Done :)
Recommended Posts
Archived
This topic is now archived and is closed to further replies.