You might need to make your own 10-20 line module to do that. The one I made disables the add-to-cart button, so you can still kinda see it and can get familiar with where it's going to be. Then when you're ready to sell just disable the module. The module determines if the node is a product and has a add-to-cart form on it. If it does, utilize the disabled key in the add-to-cart form {
$form['submit']['#attributes']['disabled']="disabled";
// unset() or change other stuff here
}
Re: Hide Add to Cart button
Mon, 08/30/2010 - 17:58
#1
Re: Hide Add to Cart button
Hide Add to Cart button By: shisamud (6 replies) Mon, 08/30/2010 - 16:47
- How to hide the ADD TO CART button ? By: make-online-shop (01/28/2013 - 12:17)
- Re: Hide Add to Cart button By: scottm316 (08/30/2010 - 17:59)
- Re: Hide Add to Cart button By: shisamud (08/30/2010 - 21:18)
- Re: Re: Hide Add to Cart button By: scottm316 (08/30/2010 - 22:32)
- hidding add to card button for certain products By: djlucky69 (02/21/2012 - 06:37)
- Re: Re: Hide Add to Cart button By: scottm316 (08/30/2010 - 22:32)
- Re: Hide Add to Cart button By: shisamud (08/30/2010 - 21:18)
- Re: Hide Add to Cart button By: scottm316 (08/30/2010 - 17:58)
