Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Removing the "New Products for ..." box.


onedownfiveup

Recommended Posts

Posted

I've used code to edit it out for the main index, but when I click on my menus and go to sub menus it still displays the new products box, how do I remove it from there too?

  • 2 months later...
Posted
I've used code to edit it out for the main index, but when I click on my menus and go to sub menus it still displays the new products box, how do I remove it from there too?

If you mean the New Products box on the Left Hand side, just edit it out of column_left.php its in Includes.

  • 1 month later...
Posted

Hi all I had a little problem on removing "What's New Products for..."

 

 

in the manual is wrote this:

 

Remove What's New Box

Q: How do I remove the box that says "What's new for May"?

A: In the catalog/index.php file you will see this line about line 134:

 

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

?></td>

 

Comment this out with:

 

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

?></td>

 

This will let you bring the what's new back should you change your mind by just un-

commenting the line.

 

I'd comment out the cose in the index.php

 

but nothing append even if i complitely delete the code !! How

can i solve this problem ??

 

algot

Posted
Hi all I had a little problem on removing "What's New Products for..."

in the manual is wrote this:

 

Remove What's New Box

Q: How do I remove the box that says "What's new for May"?

A: In the catalog/index.php file you will see this line about line 134:

 

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

?></td>

 

Comment this out with:

 

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

?></td>

 

This will let you bring the what's new back should you change your mind by just un-

commenting the line.

 

I'd comment out the code in the index.php

 

but nothing append even if i complitely delete the code !! How

can i solve this problem ??

 

algot

 

Ok i found it it was on my vi editor at line 313 and not 134 how the manual said !!!!!!!!

 

By to all

Archived

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

×
×
  • Create New...