worldn Posted December 7, 2006 Posted December 7, 2006 Hi All, I'm just installing OS Commerce but i need to have a home page that welcomes users to the site and an about us page on the site, as part of the shop. Anyone know how i go about this? Thanks
vivavi Posted December 7, 2006 Posted December 7, 2006 Hi All, I'm just installing OS Commerce but i need to have a home page that welcomes users to the site and an about us page on the site, as part of the shop. Anyone know how i go about this? Thanks Hi, I had the same question, and I got a good solution: http://www.oscommerce.com/forums/index.php?showtopic=237827 good luck ;) ViVi
worldn Posted December 12, 2006 Author Posted December 12, 2006 Thanks for the help but i actually want a home page that look exactly like my oscommerce store, but instead of displaying products in the middle it displays my own welcome message. My site is www.wormsmeanscompost.co.uk
Guest Posted December 12, 2006 Posted December 12, 2006 Find this file: catalog/index.php. You will need to comment out the code below so just follow these steps. Change this: <?php include(DIR_WS_MODULES . FILENAME_NEW_PRODUCTS); ?> to this: <?php //include(DIR_WS_MODULES . FILENAME_NEW_PRODUCTS); ?> Change this: <?php include(DIR_WS_MODULES . FILENAME_UPCOMING_PRODUCTS); ?> to this: <?php //include(DIR_WS_MODULES . FILENAME_UPCOMING_PRODUCTS); ?> Find this file: catalog/includes/languages/english/index.php Find this: define('TEXT_MAIN', ''); Just place anything you want on this home page between the ' ' tags.
Guest Posted December 14, 2006 Posted December 14, 2006 I was looking through the contributions today & found this contribution. It sound like what you are looking for. I have installed it or used it, but from the description of it it is what you described you wanted. http://www.oscommerce.com/community/contributions,86
Recommended Posts
Archived
This topic is now archived and is closed to further replies.