If you are having issues with Gutenberg editor, please simply download official Classic editor plugin.
Haven't found you're looking for? Visit goodstore howto web

Removing Product count

  • Hi

    i am struggling to remove the Product count from showing in products and categories, you know where it says like:
    Shoes (3)
    Bags (8)

    I have tried all the fixes out there for functions.php, but none work with your theme, how can we remove the count please?

    One out there that did not work was:
    /*
    * Removes products count after categories name
    */
    add_filter( 'woocommerce_subcategory_count_html', 'woo_remove_category_products_count' );

    function woo_remove_category_products_count() {
    return;
    }

    Thanks
    Marc

  • All following comments are shown for registered users only!

    (3 more comments)
This discussion has been solved.
All Discussions