Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

hello all


Guest

Recommended Posts

Hi all im new here and new to oscommerce as well. I would like to know how to change my store's title <title>your website title</title> im talking about that title. thank you.

Link to comment
Share on other sites

search is your best friend, as well as Wiki documentation. it explains lots of things. also, most items dealing with text are in the languages/english or whatever you use

 

in includes/languages or admin/includes/languages

Link to comment
Share on other sites

i was not talking about the logo, john. I was talking about the website's title but anyways, i figured it out myself. thank you so much for your help.

Link to comment
Share on other sites

Hi,

 

Needing to change the logo and title for a demonstration of osCommerce, I've read through the replies here, and the changes are

 

TITLE changes

 

/catalog/includes/langauges/english.php - line 48

 

define('TITLE', 'osCommerce');

 

/catalog/admin/includes/langauges/english.php - line 43

 

define('TITLE', 'osCommerce');

 

Change english.php for your language as needed.

 

LOGO change

 

/catalog/admin/includes/header.php - Line 19

 

<td><?php echo tep_image(DIR_WS_IMAGES . 'oscommerce.gif', 'osCommerce', '204', '50'); ?></td>

 

Should this go in the Wiki docs ? For a newcommer, it takes a while to find this sort of mods.

 

Peter

Link to comment
Share on other sites

  • 10 months later...

Hi,

 

Doesn't work - the whole header disappears if you change anything about header.php

 

How do you put a new header and or logo on the top of an osc shop???

 

It does work, because the instructions, as supplied, have been used on many osCommerce sites.

 

Some more info will help, do you get a blank page, an error message, any PHP messages in your web server logs ??

 

Peter

Link to comment
Share on other sites

Archived

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

×
×
  • Create New...