Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

index.php page


ctlee15

Recommended Posts

Hello All,

 

I am interested in modifying a few aspects of the index.php (OsCommerce) home page. Is the index.php the correct file to use to modify the text (i.e. "Welcome to your store name" which appears as a default on the shopping cart homepage?

 

Best,

 

Christopher

Link to comment
Share on other sites

Hi Christopher,

 

Look in catalog/includes/languages/english.php and catalog/includes/languages/english/index.php

 

So then you'll see something like echo(TEXT_MAIN) or something in the catalog/index.php and find the corresponding define in the language file and edit that.

 

Hope that helps!

Matt

Link to comment
Share on other sites

  • 5 months later...

Hi Christopher,

 

In the admin panel go to :

Tools - Define languages - index.php

Open this and copy and paste a backup into notepad and save it.

Then add your text after these lines:

 

Copyright © 2007 osCommerce

 

Released under the GNU General Public License

*/

 

define('TEXT_MAIN', '<p><strong> My Shop etc

 

Then save.

 

Any problems and you can replace the text with your backup.

 

Henry

Link to comment
Share on other sites

Archived

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

×
×
  • Create New...