world2er Posted September 30, 2002 Share Posted September 30, 2002 I just want to use the catalog features of oscommerce, not the shopping cart ... How do I disable it ? What I want to do is create an online "gallery" of sorts ... Not selling anything, just want to display items & descriptions ... Thanks in advance for your replies :D Link to comment Share on other sites More sharing options...
Ajeh Posted September 30, 2002 Share Posted September 30, 2002 Mainly, you would change the price display: /catalog/includes/classes/currencies.php is a function for display at the bottom. Set it to return ''; that's two single quotes btw. Then where the turn off the Buy Now buttons in the Admin. Then turn off the In Cart button on /catalog/product_info.php Comment out the link to the Shopping Cart and Login in /catalog/includes/header.php and remove the images to those pages as well. You can then edit any other specifics referring to prices in a similar manner. Later to make this a clean Gallery, you would want to edit the /catalog/includes/application_top.php file and set any redirects away from the login, shopping cart, etc. incase people enter in a specific address knowing how the shop works. If you need additional help creating a gallery, you can email me on it. Sounds easy, eh? :shock: Link to comment Share on other sites More sharing options...
♥olby Posted September 30, 2002 Share Posted September 30, 2002 Hi Jimmy. Maybe you should have a look at: http://sourceforge.net/projects/gallery It could prove to be a good alternative. Best Regards olby Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.