Answer the question
In order to leave comments, you need to log in
How to remove the add to cart button from products?
Good afternoon!
How to remove the "Add to Cart" button for products that are available for pre-order?
Answer the question
In order to leave comments, you need to log in
I don’t know how only those that are available for pre-order, but to remove everything, the code is this:
remove_action( 'woocommerce_after_shop_loop_item', 'woocommerce_template_loop_add_to_cart', 10 );
remove_action( 'woocommerce_single_product_summary', 'woocommerce_template_single_add_to_cart', 30 );
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question