Remove Add to Cart
-
I was trying to remove add to cart button using below codes but it didn’t work, can anyone help. I’m using newspaper theme.
function WC() {
remove_action( ‘woocommerce_after_shop_loop_item’, ‘woocommerce_template_loop_add_to_cart’);
remove_action( ‘woocommerce_single_product_summary’, ‘woocommerce_template_single_add_to_cart’);
return WooCommerce::instance();
}
OR add_filter( ‘woocommerce_is_purchasable’, ‘__return_false’);
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- The topic ‘Remove Add to Cart’ is closed to new replies.