rdrg2003 Posted January 18, 2004 Share Posted January 18, 2004 I would like to use os-commerce as a catalog website instead of a shopping cart. Is ther a way to disable the shopping cart so it wont appear please help !!! Link to comment Share on other sites More sharing options...
♥kymation Posted January 18, 2004 Share Posted January 18, 2004 Yes, other people have done this. You will need to comment out or remove some of the code, but it is possible. Regards Jim See my profile for a list of my addons and ways to get support. Link to comment Share on other sites More sharing options...
rdrg2003 Posted January 18, 2004 Author Share Posted January 18, 2004 thanks for the info jim- do you know where i can get instructions on how to do it???? do you have any suggestions Link to comment Share on other sites More sharing options...
♥kymation Posted January 18, 2004 Share Posted January 18, 2004 I haven't seen a complete list of what needs to be done. You will probably just have to look at an installed copy of the store and take out anything having to do with shopping. Here's my quick list: 1. In Admin > Configuration > Product Listing, set Display Buy Now column to 0 (That's the easy one.) 2. In includes/header.php, comment out the code that generates the Shopping Cart etc. links. 3. In column_right.php, comment out the include/require commands that insert shopping_cart.php, order_history.php, best_sellers.php, product_notifications.php, and specials.php. 4. In product_info.php, comment out the Buy Now button code and the code that generates the price (if you don't want to show prices.) That's all I can see at a quick look. There may be more things that I've forgotten, or maybe that will show up when all of this is gone. I would comment out code rather than remove it, since you may want the store capability someday. If you are certain that will never happen, then go ahead and delete it. Regards Jim See my profile for a list of my addons and ways to get support. Link to comment Share on other sites More sharing options...
rdrg2003 Posted January 18, 2004 Author Share Posted January 18, 2004 Jim thank you sooo much for your help i really appreciate it !! Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.