Jeynesey Posted November 23, 2006 Posted November 23, 2006 Hi guys, I did a search but couldnt find the info. Can someone please tell me how I can remove the Privacy Notice Conditions of Use Pages from the menu on the left. Also, how do you add a page (in my case called "About Us") Many thanks in advance! Mike
MSP Posted November 28, 2006 Posted November 28, 2006 real easy first to get rid of the 2 pages mentioned, simply go to /includes/boxes/information.php and comment out the links for example // '<a href="' . tep_href_link(FILENAME_SHIPPING) . '">' . BOX_INFORMATION_SHIPPING . '</a><br>' . // '<a href="' . tep_href_link(FILENAME_PRIVACY) . '">' . BOX_INFORMATION_PRIVACY . '</a><br>' . will remove links to shipping and privacy For the second part, read this and follow accordingly - also quite simple. http://www.oscommerce.info/docs/english/e_add_box_page.html
Recommended Posts
Archived
This topic is now archived and is closed to further replies.