Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

New products (always at bottom)


Guest

Recommended Posts

Hi Guys,

 

Just a quick question, How can I remove the 'new products' table which is at the bottom of everypage (including frontpage)

 

Ive tried my best to look in various files but cant seem to get rid of it.

 

Also did search of the forum (but its hasent been very helpfull)

 

Thanks,

 

Chris

Link to comment
Share on other sites

Hi Guys,

 

Just a quick question, How can I remove the 'new products' table which is at the bottom of everypage (including frontpage)

 

Ive tried my best to look in various files but cant seem to get rid of it.

 

Also did search of the forum (but its hasent been very helpfull)

 

Thanks,

 

Chris

 

 

Look in your index.php

 

<tr>

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

</tr>

The Knowledge Base is a wonderful thing.

Do you have a problem? Have you checked out Common Problems?

There are many very useful osC Contributions

Are you having trouble with a installed contribution? Have you checked out the support thread found Here

BACKUP BACKUP BACKUP!!! You did backup, right??

Link to comment
Share on other sites

  • 3 weeks later...
Look in your index.php

 

<tr>

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

          </tr>

 

 

 

Hi there,

 

Hey I tried that but the table is still there.

It is so frustrating I have been also trying to do this for quite a while now.... and nothing.

Any other suggestions?

 

Thank you soooo much :)

PH

Link to comment
Share on other sites

Richard was right. In catalog/index.php change

 

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

to

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

 

Note: There are two occurrences of the above, edit them both.

Link to comment
Share on other sites

Richard was right.  In catalog/index.php change

 

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

to

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

 

Note:  There are two occurrences of the above, edit them both.

 

 

Dammit ! :blush:

 

I was on the wrong index :blush:

I was deleting stuff from includes/index

 

Oh GOD ... I am getting there though thanks a lot!!!!!! :-"

Link to comment
Share on other sites

Archived

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

×
×
  • Create New...