Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Titles STILL showing as OsCommerce?


Guest

Recommended Posts

Posted

Can someone please tell me what I'm doing wrong here! I have edited STORE_NAME in the language configuration, yet all my pages still say 'OsCommerce'. Another thing is, when you goto something like 'My Account', shouldnt the site title say something like;

 

Site Title : My Account

 

and the same kinda thing for every other one? My copy doesnt seem to be doing this :-/

 

Cheers

 

Andy

Posted

You will need to dig around in the code a bit more. I think some of the title tags may be hard coded. I changed mine some time ago so can't remember where the changes were.

 

Besides, I'm now using the excellent Header Tags Controller mod. I'd suggest you have a look at it as it does exactly what you want, and a lot more.

 

Jon.

Posted

Make change in the following file:

 

/catalog/includes/languages/english.php

 

and change the following line:

 

// page title

 

define('TITLE', 'YOUR TITLE');

 

cheers

kagg

Posted

Thanks Jon, I'll look at this.

 

Kagg; as I said, I have already tried this...but its still not working :-/

 

Cheers

 

Andy

Posted

Eugh, sorry, I didnt do that modification :P (thought you meant the /englishg folder, and not the .php file). I've done that now, and it works great :)

 

Cheers

 

Andy

Posted

Use the File Find utility. I think both Linux and Windows have one that allows you to search through files for text strings. Search for the string "osCommerce" and it should tell you every file that it's located in. Go to the file and edit it. Do the same for any text you want to change.

 

All the changes that are needed can't be made through the Admin panel. You're going to have to dig around in the code. It's more difficult but it makes it a lot more flexible. Imagine Microsoft allowing you to edit out their name from their applications.

Archived

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

×
×
  • Create New...