Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Changing the title, etc


saleem145

Recommended Posts

Posted

Hello,

 

How do I change the title of the Internet Exporer window.

 

Also how do I change Copyright ? 2003 osCommerce Powered by osCommerce.

 

Also how do I remove

 

This is a default setup of the osCommerce 2.2-MS2 project with custom design # 1064TM implemented, products shown are for demonstrational purposes, any products purchased will not be delivered nor will the customer be billed. All work you see here (including graphics) is protected by copyright. The original version at: osCommerce.com.

 

Also I would like to include logos of payment methods I support. How do I include these in column_left or would it be easier to include at the bottom in place of the text above??

 

Thanks,

 

Saleem

Posted
Hello,

 

How do I change the title of the Internet Exporer window.

 

Also how do I change Copyright ? 2003 osCommerce Powered by osCommerce.

 

Also how do I remove

 

This is a default setup of the osCommerce 2.2-MS2 project with custom design # 1064TM implemented, products shown are for demonstrational purposes, any products purchased will not be delivered nor will the customer be billed. All work you see here (including graphics) is protected by copyright. The original version at: osCommerce.com.

 

Also I would like to include logos of payment methods I support. How do I include these in column_left or would it be easier to include at the bottom in place of the text above??

 

Thanks,

 

Saleem

If you read the text it tells you how to change it.

 

Editing Page Texts

 

The text shown here can be modified in the following file, on each language basis:

 

[path to catalog]/includes/languages/english/index.php

 

That file can be edited manually, or via the Administration Tool with the Languages->English->Define or Tools->File Manager modules.

 

The text is set in the following manner:

 

define('TEXT_MAIN', 'This is a default setup of the osCommerce project...');

 

The text highlighted in green may be modified - it is important to keep the define() of the TEXT_MAIN keyword. To remove the text for TEXT_MAIN completely, the following example is used where only two single quote characters exist:

 

define('TEXT_MAIN', '');

 

I do not however recommend using the included file manager as it has some issues. I would ftp the file to your local computer and make the needed changes and ftp back to your server.

 

A good place to start is by reading the docs. For learning how to change text.

 

How to change Text

The Knowledge Base is a wonderful thing.

Do you have a problem? Have you checked out Common Problems?

There are many very useful osC Contributions

Are you having trouble with a installed contribution? Have you checked out the support thread found Here

BACKUP BACKUP BACKUP!!! You did backup, right??

Archived

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

×
×
  • Create New...