grickaby Posted September 21, 2006 Posted September 21, 2006 I have a potential user who runs an RV dealership. She wants to feature campers and such with the ability to sort and search by different paramaters: 1. Price 2. Size 3. Ammenities etc... But doesn't want them to be able to "buy online" Is this possible with OsCommerce? Thanks in advance! -Greg
deathgod Posted September 24, 2006 Posted September 24, 2006 yes. there are many methods. easiest is to just set stock to 0. neater solutions can be found by searching the forums Menou and unome
♥Monika in Germany Posted September 24, 2006 Posted September 24, 2006 if you are leaving the price in, the fastest solution is to remove all buy now buttons (for product listing it's a click in admin, for all other pages you need to comment out text). In addition to that, I'd comment out all cart functions in application_top.php so the cart cannot be "accidentally" filled by hackers. :-) Monika addicted to writing code ... can't get enough of databases either, LOL! my toolbox: Textpad - Compare and Merge - phpMyAdmin - WS_FTP - Photoshop - How to search the forum Interactive Media Award July 2007 ~ category E-Commerce my advice on the forum is for free, PMs where you send me work are considered consultation which I charge for ...
grickaby Posted September 25, 2006 Author Posted September 25, 2006 if you are leaving the price in, the fastest solution is to remove all buy now buttons (for product listing it's a click in admin, for all other pages you need to comment out text). In addition to that, I'd comment out all cart functions in application_top.php so the cart cannot be "accidentally" filled by hackers. This is great stuff. Thank you!
Recommended Posts
Archived
This topic is now archived and is closed to further replies.