Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Remove New For Month On Main Page And Categories Page


Guest

Recommended Posts

Hi everyone. using oscommerce and loving it., however have run into a bump.

 

I am using milestone 2.2 , I have set products in the admin panel for high and low values to 0 for my new products so now they are not displaying anymore, but I still get the " New for May " section on the main page, and the categories page. I simple want to remove this box . i've done some reading and tried a number of the hacks/script change files and they have only broken my site. please can someone walk me through exactly how to do this? only want to remove displaying of new for month on main page and category page.. I would even be happy to just get it off the main page

 

this should be a feature in teh new version if it isnt set to be already.. help! thanks in advance everyone

chiapet

Link to comment
Share on other sites

Hi everyone. using oscommerce and loving it., however have run into a bump.

 

I am using milestone 2.2 , I have set products in the admin panel for high and low values to 0 for my new products so now they are not displaying anymore, but I still get the " New for May " section on the main page, and the categories page. I simple want to remove this box . i've done some reading and tried a number of the hacks/script change files and they have only broken my site. please can someone walk me through exactly how to do this? only want to remove displaying of new for month on main page and category page.. I would even be happy to just get it off the main page

 

this should be a feature in teh new version if it isnt set to be already.. help! thanks in advance everyone

chiapet

 

OK, I don't have access to try this out myself at the moment, but from the top of my head try the following (REMEMBER TO BACK UP ANY FILES YOU MODIFY BEFORE TRYING THIS)

 

Open index.php in the root of your store

Search for the following : <td><?php include(DIR_WS_MODULES . FILENAME_NEW_PRODUCTS); ?></td>

Change to this : <td><?php // include(DIR_WS_MODULES . FILENAME_NEW_PRODUCTS); ?></td>

 

Upload the new index.php to the root of your store.

 

Hope that works....

Hand made jewellery and tiaras on our website

 

Please bear with me. Im an osC noobie!

Link to comment
Share on other sites

  • 6 months later...
OK, I don't have access to try this out myself at the moment, but from the top of my head try the following (REMEMBER TO BACK UP ANY FILES YOU MODIFY BEFORE TRYING THIS)

 

Open index.php in the root of your store

Search for the following : <td><?php include(DIR_WS_MODULES . FILENAME_NEW_PRODUCTS); ?></td>

Change to this : <td><?php // include(DIR_WS_MODULES . FILENAME_NEW_PRODUCTS); ?></td>

 

Upload the new index.php to the root of your store.

 

Hope that works....

 

Hi, that works for the New Products listing on the index page, but they still show up on the Subcategory page that you get to when you select a Category that has subs.

 

Any idea where that code is and how to edit it?

 

Thanks,

 

Bruce

Link to comment
Share on other sites

Archived

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

×
×
  • Create New...