Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Don't Want New Products on Index


Guest

Recommended Posts

Posted

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

Posted
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

Posted

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

Posted
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!

Posted
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!

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...