hpcolorado Posted March 26, 2008 Posted March 26, 2008 Where (or how) can I enter the text information for the Shipping/Returns, Privacy Notice, etc, that is supposed to be included in "Information" (left lower corner of the screen)?
BryceJr Posted March 26, 2008 Posted March 26, 2008 These files are located in catalog\includes\languages\english or whatever your language\ folder. Open and edit the following files. Shipping.php, Privacy.php, Conditions.php This 3 have this line in common. define('TEXT_INFORMATION', '<--Put your text between the single quotes-->');
hpcolorado Posted March 31, 2008 Author Posted March 31, 2008 These files are located in catalog\includes\languages\english or whatever your language\ folder. Open and edit the following files. Shipping.php, Privacy.php, Conditions.php This 3 have this line in common. define('TEXT_INFORMATION', '<--Put your text between the single quotes-->'); Thank you!
germ Posted March 31, 2008 Posted March 31, 2008 Just be sure if you have any single tick marks (') that they have a \ preceding them. Like this: define('TEXT_INFORMATION', 'I just can\'t understand why PHP doesn\'t like tick marks without the slash?'); If I suggest you edit any file(s) make a backup first - I'm not perfect and neither are you. "Given enough impetus a parallelogramatically shaped projectile can egress a circular orifice." - Me - "Headers already sent" - The definitive help "Cannot redeclare ..." - How to find/fix it SSL Implementation Help Like this post? "Like" it again over there >
Stargrrl Posted April 10, 2008 Posted April 10, 2008 Thanks! I found I could add <p> and <br /> tags to format the added text too.. A Just be sure if you have any single tick marks (') that they have a \ preceding them. Like this: define('TEXT_INFORMATION', 'I just can\'t understand why PHP doesn\'t like tick marks without the slash?');
Recommended Posts
Archived
This topic is now archived and is closed to further replies.