S
S
Sanyok2020-06-07 13:41:02
WooCommerce
Sanyok, 2020-06-07 13:41:02

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

1 answer(s)
M
mipfikus, 2020-06-07
@mipfikus

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 question

Ask a Question

731 491 924 answers to any question