I'm using the Woocommerce plugin to sell a dozen of products. One of them is really expensive, and the seller want to hide the "add to cart" button for this specific product and replace it with a "Contact us".
What would be a the right function to add in my theme functions.php in order to hide the "add to cart" button for this product?
Thanks!
functions.phpbut that would be more complicated and difficult than simply using jQuery to hide/remove the "Add to Cart" button on that specific page and replace it with the "contact us" text or link. - Ennui