Guest Posted February 9, 2005 Share Posted February 9, 2005 How do I remove the "New Products Module" from being dispalyed. I tried deleting some lines in the index file but just can get it right. When I set the configuration to zero for new products to display, it doesn't show them but the header is still there. -- Also, we dont want clients to be able to pay for orders online by credit card, but would like them to add products to the cart and check out... This way we can just login and view the orders and collect cash from the cusotmers... Should we utiize the Cash On Delivery Module or Check/Money Order? Thanks, Mike Link to comment Share on other sites More sharing options...
Nacer Posted February 10, 2005 Share Posted February 10, 2005 If you are talking about "New Products For February" module do the following: Go to your index.php and find include(DIR_WS_MODULES . FILENAME_NEW_PRODUCTS); and replace it with /* include(DIR_WS_MODULES . FILENAME_NEW_PRODUCTS); */ It should be done twice in that file. Enjoy. Link to comment Share on other sites More sharing options...
Guest Posted February 10, 2005 Share Posted February 10, 2005 If you are talking about "New Products For February" module do the following: Go to your index.php and find include(DIR_WS_MODULES . FILENAME_NEW_PRODUCTS); and replace it with /* include(DIR_WS_MODULES . FILENAME_NEW_PRODUCTS); */ It should be done twice in that file. Enjoy. <{POST_SNAPBACK}> Thanks Nacer. I truely appreciate it! Mike Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.