Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Help Removing centre (New Product for..) box


paulmbarton

Recommended Posts

Posted

I would like to completely remove the centre box (New Products for..) It isn't like the left and right boxes that I found through the directions on the "How Do I" page. Can someone help this newbie?

Posted

I would like to completely remove the centre box (New Products for..) It isn't like the left and right boxes that I found through the directions on the "How Do I" page. Can someone help this newbie?

Actually, it's pretty close to that...

 

Find your catalog/index.php file and open it with your php editor. Scroll way down near the bottom and look for:

} else {    // Default

On the lines that follow you will see what appears on the page when you go to your store. One line will "include(FILENAME_PRODUCTS_NEW)" or something close. That is what you want to comment out, or replace with your new code.

 

I followed the osC conventions and create my own custom /includes/modules/index/..... directory with modules that I can easily select which I want to show from one week to the next, by changing the ..... in the index.php file at that location.

 

Of course, below that I have either a specials box or featured box, or something of that nature.

Community Bootstrap Edition, Edge

 

Avoid the most asked question. See How to Secure My Site and How do I...?

Posted

Actually, it's pretty close to that...

 

Find your catalog/index.php file and open it with your php editor. Scroll way down near the bottom and look for:

} else {    // Default

On the lines that follow you will see what appears on the page when you go to your store. One line will "include(FILENAME_PRODUCTS_NEW)" or something close. That is what you want to comment out, or replace with your new code.

 

I followed the osC conventions and create my own custom /includes/modules/index/..... directory with modules that I can easily select which I want to show from one week to the next, by changing the ..... in the index.php file at that location.

 

Of course, below that I have either a specials box or featured box, or something of that nature.

Archived

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

×
×
  • Create New...