OSCOMMERCE SUPPORT CALL 702-453-3332

 

Help - Search - Members - Calendar
Full Version: Changing text in information box gives parse error
osCommerce Community Support Forums > osCommerce Online Merchant v2.x > Installation and Configuration
hagopk
I am trying to change the following text in the information box of the left column from "Shipping & Returns" to "Shipping information". I edit the following in includes/languages/english.php:

// information box text in includes/boxes/information.php
define('BOX_HEADING_INFORMATION', 'Information');
define('BOX_INFORMATION_PRIVACY', 'Privacy Notice');
define('BOX_INFORMATION_CONDITIONS', 'Conditions of Use');
define('BOX_INFORMATION_SHIPPING', 'Shipping & Returns');
define('BOX_INFORMATION_CONTACT', 'Contact Us');

When I change 'Shipping & Returns' to 'Shipping information', I get a parse error on line 79. Where is this error coming from? Can't I change the text without getting an error?
theantiquestore
you shouldnt get a parse error if you are keeping the characters: 'Shipping Information');

dont lose those little ' around the words.

That is the only reason I could think of that you'd be getting that error.
This is a "lo-fi" version of our main content. To view the full version with more information, formatting and images, please click here.
Invision Power Board © 2001-2008 Invision Power Services, Inc.