cebuprincess Posted January 25, 2007 Share Posted January 25, 2007 My website is at: http://cebuprincess.com/osCommerce/catalog/index.php At the bottom of the left column is a box titled "information" with 4 links afterwards of Shipping & Returns, Privacy Notice, Conditions of Use and Contact Us. How can I change or get rid of that box altogether and insert my own list of links using html. Link to comment Share on other sites More sharing options...
spax Posted January 25, 2007 Share Posted January 25, 2007 Getting rid of the information box is simple enough. Open up includes/column_left.php in your text editor and comment out the call for information.php like this: // require(DIR_WS_BOXES . 'information.php'); The two forward slashes comment it out. If you just want to change the links, open up includes/boxes/information.php instead and change the links to what you require. A word of caution though; if you are still linking within osC, use the tep_href_link function that is in place now. Using normal HTML could lose the session for your users, if their browser doesn't accept your cookies. Also, I think most would agree that the Privacy, Shipping etc info is important to an e-commerce site so I wouldn't advise removing it altogether. Link to comment Share on other sites More sharing options...
bkochis Posted January 28, 2007 Share Posted January 28, 2007 :'( And make sure you are changing catalog/includes/column_left.php; not catalog/includes/includes/column_left.php Changing the wrong file is embarresing. Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.