Emilytw88 Posted May 2, 2011 Share Posted May 2, 2011 Can someone tell me where to enter or type in the Privacy Policy information of my website under the Admin page? Which module(s) or options under the standard osCommerce2.3.1 that I should look for? Thanks. -Emily Link to comment Share on other sites More sharing options...
germ Posted May 2, 2011 Share Posted May 2, 2011 You need to use a simple text editor and edit the language file /catalog/includes/laguages/english/privacy.php This line: define('TEXT_INFORMATION', 'Put here your Privacy Notice information.'); Something like this: define('TEXT_INFORMATION', '<p>This is privacy line one.<br> This is privacy line two.<br> This is privacy line three, as if you didn\'t know.</p>'); This example shows two important things to be aware of. 1. You need to use HTML to format the text or it just ends up in one big blob on the page. 2. If the text has an apostrophe in it you must "escape" it by adding a \ in front of it (i.e. don't becomes don\'t) 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 > Link to comment Share on other sites More sharing options...
Emilytw88 Posted May 2, 2011 Author Share Posted May 2, 2011 You need to use a simple text editor and edit the language file /catalog/includes/laguages/english/privacy.php This line: define('TEXT_INFORMATION', 'Put here your Privacy Notice information.'); Something like this: define('TEXT_INFORMATION', '<p>This is privacy line one.<br> This is privacy line two.<br> This is privacy line three, as if you didn\'t know.</p>'); This example shows two important things to be aware of. 1. You need to use HTML to format the text or it just ends up in one big blob on the page. 2. If the text has an apostrophe in it you must "escape" it by adding a \ in front of it (i.e. don't becomes don\'t) Link to comment Share on other sites More sharing options...
Emilytw88 Posted May 2, 2011 Author Share Posted May 2, 2011 Thanks Jim!!! :-) I guessed the same "folder" for Shipping and the others on that section, right? *BIG SMILE* :D Thank you Thank you Thank You!!! You have brightened my day today!! :thumbsup: Link to comment Share on other sites More sharing options...
germ Posted May 2, 2011 Share Posted May 2, 2011 You are correct, Ma'am. :thumbsup: 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 > Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.