Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

what file can i iput a text main?


kristof de block

Recommended Posts

Posted
Hello i want to install some text on my index page,

 

Where and what do i have to place to deisplay some text on my main page?

 

Goto to your \includes\languages\english\ folder and edit the index.php

 

now find the code that starts with define('TEXT_MAIN'

 

then replace the text with anything that you want, don't forget to enclosed it with ' ' it should be like this,

 

define('TEXT_MAIN','This are the Text that I want to display in my homepage');

 

 

Hope this helps :D

Posted
Goto to your \includes\languages\english\ folder and edit the index.php

 

now find the code that starts with define('TEXT_MAIN'

 

then replace the text with anything that you want, don't forget to enclosed it with ' ' it should be like this,

 

define('TEXT_MAIN','This are the Text that I want to display in my homepage');

Hope this helps :D

 

 

I placed the code in to the includes\languages\english\index file and it din't show the text.

Posted
I placed the code in to the includes\languages\english\index file and it din't show the text.

HI, can you post your index.php. The one from includes/languages/english/

Posted
HI, can you post your index.php. The one from includes/languages/english/

 

<?php

/*

$Id: index.php,v 1.2 2002/03/30 11:10:39 hpdl Exp $

 

osCommerce, Open Source E-Commerce Solutions

http://www.oscommerce.com

 

Copyright © 2002 osCommerce

 

Released under the GNU General Public License

*/

 

define('HEADING_TITLE', 'Choose an action..');

define('TEXT_MAIN', 'New Shipping prices: >100?-->7?, >199? -->5?, 299-->3.00? more than 300? free shipping ');

define('BOX_TITLE_ORDERS', 'Orders');

define('BOX_TITLE_STATISTICS', 'Statistics');

 

define('BOX_ENTRY_SUPPORT_SITE', 'Support Site');

define('BOX_ENTRY_SUPPORT_FORUMS', 'Support Forums');

define('BOX_ENTRY_MAILING_LISTS', 'Mailing Lists');

define('BOX_ENTRY_BUG_REPORTS', 'Bug Reports');

define('BOX_ENTRY_FAQ', 'FAQ');

define('BOX_ENTRY_LIVE_DISCUSSIONS', 'Live Discussions');

define('BOX_ENTRY_CVS_REPOSITORY', 'CVS Repository');

define('BOX_ENTRY_INFORMATION_PORTAL', 'Information Portal');

 

define('BOX_ENTRY_CUSTOMERS', 'Customers:');

define('BOX_ENTRY_PRODUCTS', 'Products:');

define('BOX_ENTRY_REVIEWS', 'Reviews:');

 

define('BOX_CONNECTION_PROTECTED', 'You are protected by a %s secure SSL connection.');

define('BOX_CONNECTION_UNPROTECTED', 'You are <font color="#ff0000">not</font> protected by a secure SSL connection.');

define('BOX_CONNECTION_UNKNOWN', 'unknown');

 

define('CATALOG_CONTENTS', 'Contents');

 

define('REPORTS_PRODUCTS', 'Products');

define('REPORTS_ORDERS', 'Orders');

 

define('TOOLS_BACKUP', 'Backup');

define('TOOLS_BANNERS', 'Banners');

define('TOOLS_FILES', 'Files');

 

?>

Archived

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

×
×
  • Create New...