Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

How do I change my Page Title?


brenridley

Recommended Posts

this is in the admin section > configuration. the store name takes the place of the title tage, so change the store name to something more appropriate.

 

Luke

Link to comment
Share on other sites

this is in the admin section > configuration. the store name takes the place of the title tage, so change the store name to something more appropriate.

 

Luke

 

I changed that... Store name "Designer Like Jewelry" it still says "E-Commerce"

Link to comment
Share on other sites

That's strange :huh:

 

If you look at the title tag on all the pages, it shows:

 

<title><?php echo TITLE; ?></title>

 

in includes/languages/english.php, this corresponds to:

 

// page title
define('TITLE', STORE_NAME);

 

are you talking about the admin section? Because there you have to go in to the admin/includes/langauges/english.php file and change the define('TITLE', '...'); line.

Link to comment
Share on other sites

  • 2 weeks later...

In /languages/english.php ... page title define('TITLE', 'osCommerce');

 

Change osCommerce to Your Title

Just between us, remember there are only 10 kinds of people in the world; those who understand binary and those who don't!!

 

Remember, learning is a "do-it-yourself" experience; although, not necessarily a "do-it-BY-yourself" experience.

 

The quickest way to learn is to forget to BACKUP!

Link to comment
Share on other sites

Also make sure you reset the cache if you can't see your changes.

 

Rob

Rob Bell - Inspired Graphix

Customising osCommerce in Australia, and the world!

View my profile for web and email links.

 

I'm sorry, but i cannot offer Free support via PM etc, and osCommerce forums prohibit me from putting any reference to paid support in my signauture.

However viewing my profile may provide links to my website or something like that which you may find useful.

Link to comment
Share on other sites

Archived

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

×
×
  • Create New...