Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

how to change text???


afunghang

Recommended Posts

Posted

The instructions should be on your front page.

 

catalog/includes/languages/english/index.php

Wendy James

 

Creativity is allowing yourself to make mistakes. Art is knowing which ones to keep.

Posted

If I am not mistaken, edit this page:

 

/catalog/includes/languages/xxx/index.php

 

Close to the top you will see this code:

 

define('TEXT_MAIN', 'YOUR MAIN PAGE TEXT GOES HERE');
define('TABLE_HEADING_NEW_PRODUCTS', 'New Products For %s');
define('TABLE_HEADING_UPCOMING_PRODUCTS', 'Upcoming Products');
define('TABLE_HEADING_DATE_EXPECTED', 'Date Expected');

 

Edit where you see 'YOUR MAIN PAGE TEXT GOES HERE' in the example above. Don't delete the ' ' that are around the words.

Posted
Do you change it in your control panel?  I am very confused.  SOrry :o

 

Go to your catalog/includes/languages/what ever your language/index.php and the text you need to alter will come after the define('TEXT_MAIN', '

 

Open this file in a text editor and delete everything between the two ' ' . Then enter your text as you require. Save it and download it back to your site. Do not use the file managersupplied with oscommerce.

REMEMBER BACKUP, BACKUP AND BACKUP

Posted

can I do this in frontpage? I can't find that file .. I went to my control panel, then file manager, then public html then store. Am I even close to going in the right direction?

Archived

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

×
×
  • Create New...