Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Window tiltle:


jasone

Recommended Posts

Posted

Hi!

 

Anyone who knows where to change the window title? I mean at the top of my Mozilla Firefox window it says "osCommerce - Mozilla Firefox" but I would like to have my shop name there instead...

 

Thanks in advance!

Posted
Hi!

 

Anyone who knows where to change the window title? I mean at the top of my Mozilla Firefox window it says "osCommerce - Mozilla Firefox" but I would like to have my shop name there instead...

 

Thanks in advance!

 

you change it in your english.php file under 'define title' !

Posted
Hi!

 

Anyone who knows where to change the window title? I mean at the top of my Mozilla Firefox window it says "osCommerce - Mozilla Firefox" but I would like to have my shop name there instead...

 

Thanks in advance!

 

Hi there

I have just done this tonight goto catalog/includes/languages/english.php and about 20 lines down where it says page title

// page title

define('TITLE', oscommerce'); change the oscommerce to your new title

Regards

memtech

Posted

Alternatively, you can put breadcrumb to good use.

 

<title><?php echo strip_tags($breadcrumb->trail(' » ')); ?></title>

 

Of course, you can customise this in many different ways!

Archived

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

×
×
  • Create New...