Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

How to Remove New Product for Month from Index $content


studiobl

Recommended Posts

I don't want the table of new products to appear in the area placemarked $content on the index page. This is the box in the center with the heading "new products for month-foo" The welcome greeting and login are both OK and necessary. How do I remove the new products?

Link to comment
Share on other sites

It's in your catalog\index.php near the end of the file just remove this code:

 

		  <tr>
		<td><?php include(DIR_WS_MODULES . FILENAME_NEW_PRODUCTS); ?></td>
	  </tr>

 

backup your file first

Link to comment
Share on other sites

In the words of Elvis: "An'now, the stege is bar." Oops, wrong quote!

"Thang yuh verra much!"

 

It's in your catalog\index.php near the end of the file just remove this code:

 

		  <tr>
		<td><?php include(DIR_WS_MODULES . FILENAME_NEW_PRODUCTS); ?></td>
	  </tr>

 

backup your file first

Link to comment
Share on other sites

  • 10 months later...
It's in your catalog\index.php near the end of the file just remove this code:

 

		  <tr>
		<td><?php include(DIR_WS_MODULES . FILENAME_NEW_PRODUCTS); ?></td>
	  </tr>

 

backup your file first

 

 

This was excellent advice..I was browsing through topics trying to find out how to remove New Products, and happened upon this thread..it worked like a charm. Just wanted to give you some positive feedback :)

)o( Blessings..RheannonDawn

Link to comment
Share on other sites

  • 11 months later...

Actually, there are two places in index.php where that code appears. You must remove both in order for this to work.

 

David

 

This was excellent advice..I was browsing through topics trying to find out how to remove New Products, and happened upon this thread..it worked like a charm. Just wanted to give you some positive feedback :)
Link to comment
Share on other sites

  • 3 months later...

Archived

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

×
×
  • Create New...