Aye Poppin Posted March 16, 2008 Posted March 16, 2008 I want to add About Us on the home page. How is this done?
Jack_mcs Posted March 16, 2008 Posted March 16, 2008 Go to the above menu: network->Knowledge Base. There is an article on how to do it there. Jack Support Links: For Hire: Contact me for anything you need help with for your shop: upgrading, hosting, repairs, code written, etc. All of My Addons Get the latest versions of my addons Recommended SEO Addons
jgarite Posted March 16, 2008 Posted March 16, 2008 I want to add About Us on the home page. How is this done? This may also be helpful: http://www.oscommerce.com/community/contri...dditional+pages
Ausgirl Posted March 17, 2008 Posted March 17, 2008 Use one of your information pages as a base, for example your unmodified privacy.php. Create a new file base on catalog/privacy.php Rename it to aboutus.php Change the following code within the file: require(DIR_WS_LANGUAGES . $language . '/' . FILENAME_CONDITIONS); $breadcrumb->add(NAVBAR_TITLE, tep_href_link(FILENAME_CONDITIONS)); To: require(DIR_WS_LANGUAGES . $language . '/' . ABOUT_US); $breadcrumb->add(NAVBAR_TITLE, tep_href_link(ABOUT_US)); upload it to catalog Do the same with your catalog/includes/language/english/privacy.php upload it to: catalog/includes/language/english/ then in includes/filenames add: define('ABOUT_US', 'about_us.php'); I think thats it by memory, if not Im sure someone will correct me.
Recommended Posts
Archived
This topic is now archived and is closed to further replies.