Is it possible to create and publish a product in an ubercart store without giving the user the ability to purchase the product? In other words the price is not shown and instead a "contact us" link is shown.
Creating Non Purchasable Products
|
|
Theme your node-product.tpl.php to not have an add to cart button. Replace it with your contact button.
I did it like this: http://www.ubercart.org/forum/development/3868/nifty_products_tutorial_p...
It is live on our site at http://www.hugamonkey.com/single-sided-baby-slings/aqua-dream-baby-sling
Thanks to @mykz- for the work in starting this all!
Would that change modify all of my products or is there a way to only enable the "Contact Us" feature on just select ones?
One thing I did was create a CCK field - a drop down or a text box - and call it "Available to purchase"... then in your node-product.tpl.php file you can check to see what value is set for this field.
If the box is checked, or the select box is set to "Not available" or whatever you choose it to say, then you can (within your conditional) choose to hide the price and / or the Add to Cart button, etc.
|
|





Joined: 01/25/2008