Can’t remove compare and wishlist

  • Unknown's avatar

    Hi!

    I want to remove the heart and compare button in my woocommerce store. I have tried to find solutions online but most of them say that it is supposed to be a toggle on and off in the settings which I can’t find. Those were also a couple years old. Let me know if any more information is needed or if I did anything wrong. My site is under construction so I don’t know how to link right.

    I have also tried these ones and put it in the extra CSS in the customize function.

    // Remove the Add to Compare button
    function remove_add_to_compare_button() {
    remove_action( ‘woocommerce_single_product_summary’, ‘woocommerce_template_loop_compare_link’, 20 );
    }
    add_action( ‘wp_loaded’, ‘remove_add_to_compare_button’ );

    Thanks so much in advance!

    <3 Hannah

    The blog I need help with is: (visible only to logged in users)

  • Hi there,

    It looks like you need help with the WooCommerce plugin but have landed on the support forum for WordPress.com sites instead.

    We don’t offer WooCommerce support on WordPress.com (unless you are upgraded to our Creator or Entrepreneur plan), so we are not your best point of contact. The good news is that help is available in the official WooCommerce forums: https://wordpress.org/support/plugin/woocommerce

  • Unknown's avatar
  • The topic ‘Can’t remove compare and wishlist’ is closed to new replies.