2johnsons Posted January 23, 2009 Share Posted January 23, 2009 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 More sharing options...
Guest Posted January 23, 2009 Share Posted January 23, 2009 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 More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.