Guest Posted November 29, 2006 Posted November 29, 2006 Hello. I am working on getting our eCommerce site up and running. I see that, by default, osCommerce has a new products/What's New Here section on the index. I would like to elimate that. Instead, upon entry to the site, I want to show my clients pics of either products or available categories. I tried changing a couple of files, but to no avail. Can someone guide me in the right direction? Thanks
Jack_mcs Posted November 30, 2006 Posted November 30, 2006 Look for this code in index.php and delete it: <tr> <td><?php include(DIR_WS_MODULES . FILENAME_NEW_PRODUCTS); ?></td> </tr> 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
Guest Posted November 30, 2006 Posted November 30, 2006 Look for this code in index.php and delete it: <tr> <td><?php include(DIR_WS_MODULES . FILENAME_NEW_PRODUCTS); ?></td> </tr> Jack Thank you, Jack. I tried that before, but I didn't think it worked because the header was still there. So, I guess my next question is, how do I get rid of the header? Thanks again. Patti
Jack_mcs Posted November 30, 2006 Posted November 30, 2006 I don't know what you mean by the header. My guess is that you have a template installed and it is displaying some text. In that case, you will have to find that code and remove it (it should be right before the above code). 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
Guest Posted December 1, 2006 Posted December 1, 2006 I don't know what you mean by the header. My guess is that you have a template installed and it is displaying some text. In that case, you will have to find that code and remove it (it should be right before the above code). Jack What I mean by the Header is the narrow grey bar that used to say, "New Products for November". Now it is blank (which is good!) but I want to eliminate the grey bar. Thanks!
Guest Posted December 1, 2006 Posted December 1, 2006 What I mean by the Header is the narrow grey bar that used to say, "New Products for November". Now it is blank (which is good!) but I want to eliminate the grey bar. Thanks! Got it!
Recommended Posts
Archived
This topic is now archived and is closed to further replies.