Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

New Products for October


oscommercenewbie

Recommended Posts

I would like to take out the New Products on the Index Page. I want to keep it on the Category (cpath) pages. I can take out the following code on the catalog/index page but it will also delete the New Products on the categories.

 

<tr>

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

</tr>

 

 

Can someone tell me how to make it display on the cpath pages but not the index page?

 

Using standard oscommerce MS2

Link to comment
Share on other sites

I would like to take out the New Products on the Index Page. I want to keep it on the Category (cpath) pages. I can take out the following code on the catalog/index page but it will also delete the New Products on the categories.

 

<tr>

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

</tr>

Can someone tell me how to make it display on the cpath pages but not the index page?

 

Using standard oscommerce MS2

 

line 313

 

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

make it

 

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

:-)

Monika

 

addicted to writing code ... can't get enough of databases either, LOL!

 

my toolbox: Textpad - Compare and Merge - phpMyAdmin - WS_FTP - Photoshop - How to search the forum

 

Interactive Media Award July 2007 ~ category E-Commerce

my advice on the forum is for free, PMs where you send me work are considered consultation which I charge for ...

Link to comment
Share on other sites

Archived

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

×
×
  • Create New...