Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

does not show any text when I add


peter888

Recommended Posts

after I tried to add some text to the contact_us.php

 

<?php

/*

$Id: contact_us.php,v 1.7 2002/11/19 01:48:08 dgw_ Exp $

 

osCommerce, Open Source E-Commerce Solutions

http://www.oscommerce.com

 

Copyright © 2002 osCommerce

 

Released under the GNU General Public License

*/

 

define('HEADING_TITLE', 'Contact Us');

define('NAVBAR_TITLE', 'Contact Us');

define('TEXT_SUCCESS', 'Your enquiry has been successfully sent to the Store Owner.');

define('EMAIL_SUBJECT', 'Enquiry from ' . STORE_NAME);

 

 

define('TEXT_INFORMATION', 'add some text here, add some text here.');

 

 

define('ENTRY_NAME', 'Full Name:');

define('ENTRY_EMAIL', 'E-Mail Address:');

define('ENTRY_ENQUIRY', 'Enquiry:');

?>

 

After I added the define('TEXT_INFORMATION', 'add some text here, add some text here.'); to the contact_us.php. the text does not show up on the page. please help me to find out why.

 

thanks

Link to comment
Share on other sites

Archived

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

×
×
  • Create New...