emikey Posted August 5, 2004 Posted August 5, 2004 Hello, Can anyone please tell me how I can remove the "new products" from my shopping cart? I looked all over, and can't seem to find a way to do it. Thanks so much for your help! Michael
Guest Posted August 5, 2004 Posted August 5, 2004 In catalog/index.php on line 121 and 313 change this: <?php include(DIR_WS_MODULES . FILENAME_NEW_PRODUCTS); ?> to this: <?php //include(DIR_WS_MODULES . FILENAME_NEW_PRODUCTS); ?> The_Bear
Recommended Posts
Archived
This topic is now archived and is closed to further replies.