designbysue Posted January 11, 2005 Posted January 11, 2005 How do I remove the New Product Info Box that displays at the bottom of the Middle Column? I have the Kerry Watson Book "osCommerce Users Manual" but the instructions in it do not work.
ozcsys Posted January 11, 2005 Posted January 11, 2005 How do I remove the New Product Info Box that displays at the bottom of the Middle Column? I have the Kerry Watson Book "osCommerce Users Manual" but the instructions in it do not work. <{POST_SNAPBACK}> Look for the following code in your index.php file and delete or comment it out <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??
angel_duzt Posted January 11, 2005 Posted January 11, 2005 How do I remove the New Product Info Box that displays at the bottom of the Middle Column? I have the Kerry Watson Book "osCommerce Users Manual" but the instructions in it do not work. <{POST_SNAPBACK}> Either Comment out this line in public_htm/index.php <tr> <td><?php include(DIR_WS_MODULES . FILENAME_NEW_PRODUCTS); ?></td> </tr> Or delete it to remove the new products box. :thumbsup:
angel_duzt Posted January 11, 2005 Posted January 11, 2005 LOL we must have replied at the same time :blush:
ozcsys Posted January 11, 2005 Posted January 11, 2005 LOL we must have replied at the same time :blush: <{POST_SNAPBACK}> It happens fairly often. 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??
Recommended Posts
Archived
This topic is now archived and is closed to further replies.