Delete all Add to Card Buttons from Product Details
-
Hello,
I want to delete all “add to card” buttons from product details.I used now
remove_action( ‘woocommerce_single_product_summary’, ‘woocommerce_template_single_add_to_cart’, 30 );and it works perfectly, but it doesn;t work for deleting button from related products, and thist bracket “You can be also interested in..product”.
How to delete it from there? What’s the path?
I wan;t to leave add to card button only on products page.
Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
- The topic ‘Delete all Add to Card Buttons from Product Details’ is closed to new replies.