Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Remove New Products


oscillate

Recommended Posts

catalog/includes/modules/new_products.php, rename new_products.php by adding a 1 or ORIG to it and its gone. dont know if the space will be usable.

Link to comment
Share on other sites

catalog/includes/modules/new_products.php, rename new_products.php by adding a 1 or ORIG to it and its gone. dont know if the space will be usable.

 

That's treating the symptoms, not the disease :lol: Look for a line that says something like

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

in index.php

 

Sorry, not on my normal computer or i'd be able to give you more info!

Link to comment
Share on other sites

That's treating the symptoms, not the disease  :lol: Look for a line that says something like
<?php include(DIR_WS_MODULES . FILENAME_NEW_PRODUCTS); ?>

in index.php

 

Sorry, not on my normal computer or i'd be able to give you more info!

 

hey there.. after commenting out that line.. it still shows up.. there must be something somewhere else.. cheeers

Link to comment
Share on other sites

There is two occurence of that

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

within the index.php.

One around the middle of the file and one at the end just above 'body_text_eof'.

Commenting out both should do it.

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

Link to comment
Share on other sites

There is two occurence of that

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

within the index.php.

One around the middle of the file and one at the end just above 'body_text_eof'.

Commenting out both should do it.

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

 

 

absolute legend.. thanks heaps

Link to comment
Share on other sites

Archived

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

×
×
  • Create New...