Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

New Products Problem


Guest

Recommended Posts

Hello,

 

I'm setting up osc for the first time. I've got the site up and running and have deleted all the demo product data. But when I view the site it still displays 'New Products for September' and I can't find the table this data is stored in. Can anybody help please?

 

Cheers,

 

Paul. :)

Link to comment
Share on other sites

I don?t know anything about the database, but I know that it is this line in the catalog/default.php

 

<tr>

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

</td>

</tr>

 

that give you the new product, so if you want to "delete" the new product box then insert this instead

 

 

// <tr>

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

//</td>

//</tr>

 

use of own risk, bla bla .....!

Link to comment
Share on other sites

Archived

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

×
×
  • Create New...