• Resolved renato347

    (@renato347)


    Hi, I’m using Blocksy + Woocommerce. How can I hide the Add to cart and Select options (variable products) from all archive pages?

    Thanks

    • This topic was modified 5 years, 1 month ago by renato347.
    • This topic was modified 5 years, 1 month ago by renato347.
Viewing 1 replies (of 1 total)
  • You could try this code snippet in the functions.php of the child theme or in a code snippets plugin.

    remove_action( 'woocommerce_single_variation', 'woocommerce_single_variation_add_to_cart_button', 20 );
    remove_action( 'woocommerce_variable_add_to_cart', 'woocommerce_variable_add_to_cart', 30 );
Viewing 1 replies (of 1 total)

The topic ‘Hide “add to cart” and “Select options” on archive’ is closed to new replies.