timeiu79 Posted October 15, 2007 Share Posted October 15, 2007 I know where the information pages (Shipping & Returns, Privacy Policy, etc.) live, but I am having a hard time figuring out how to edit the .php pages and apply formatting to the text. I'd like to add some breaks, bulleted lists, and possibly even a table. What is the best way to do this? Thanks! Link to comment Share on other sites More sharing options...
timeiu79 Posted October 16, 2007 Author Share Posted October 16, 2007 Anyone? I can edit the pages, but they come out as a big blob of text. I know how to do what I want to do via html, but I'm not very familiar with PHP. Link to comment Share on other sites More sharing options...
germ Posted October 17, 2007 Share Posted October 17, 2007 I know where the information pages (Shipping & Returns, Privacy Policy, etc.) live The text displayed in them is here: define('TEXT_INFORMATION', 'Put here your Shipping & Returns information.'); I know how to do what I want to do via html define('TEXT_INFORMATION', ' <--- PUT THE HTML HERE --->'); 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...
timeiu79 Posted October 17, 2007 Author Share Posted October 17, 2007 I could have sworn I tried that! Anyways, thanks so much for answering such a dumb question! Link to comment Share on other sites More sharing options...
germ Posted October 17, 2007 Share Posted October 17, 2007 Sometimes after changing web pages you have to force the browser to get the latest copy from the Web site, or you'll just be looking at what's in the browser cache. Either clear the cache, or you can hold down the <Ctrl> key while clicking the "page refresh" (works in IE and Firefox). This forces the browser to get and display the latest content from the web site. ;) 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...
ian_m Posted October 17, 2007 Share Posted October 17, 2007 Best bet is to install this http://addons.oscommerce.com/info/1026 then you can add all the information pages you want and edit them from the admin area Cheers Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.