Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

adding additional text


2johnsons

Recommended Posts

I would like to add text to the following areas on my site

Shipping & Returns Privacy Notice and Conditions of use

when I've gone into the language/english/.... area for the specific page it indicates for me to "add the text here". When I add the text I get an error. Im unable to add the several lines of text to these areas.

How can I go about adding several lines of text to these pages with receiving an error message.

 

Thank you

2johnsons

Link to comment
Share on other sites

Vaughn,

 

When editing this line:

 

define('TEXT_INFORMATION', 'Put here your Conditions of Use information.');

 

MAKE SURE you do not remove the ' at the beginning or the end of the statement. So your edited text looks like this:

 

define('TEXT_INFORMATION', 'edited text here, but be careful not to change the syntax');

 

 

In ALL cases, the syntax in PHP is very important. Hope this helps.

 

Chris

Link to comment
Share on other sites

Archived

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

×
×
  • Create New...