Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

HTML Title Of Page Not Shown !


lovely_angel_for_you

Recommended Posts

Posted

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

Posted

Try usin the following in includes/english/index.php

 

<title>MyStoreName</title><?php

Posted

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

Posted

Change the title in here:

 

/public_html/includes/languages/english.php

 

Job Done :)

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...