[Resolved] Products counting in categories

Home Forums Support [Resolved] Products counting in categories

Home Forums Support Products counting in categories

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #1054752
    ustar

    Hi, there!

    How to not show (also not to do request to DB) of the products quantity for categories?
    Take a look on the main page, KATEGORY block.

    Thanks in advance!
    Regards, Sergey.

    #1054927
    David
    Staff
    Customer Support

    Hi there,

    try this PHP snippet:

    add_filter( 'woocommerce_subcategory_count_html', '__return_null' );

    #1055580
    ustar

    Hi, David!

    Works very good! Thank you!

    Regards, Sergey.

    #1055643
    David
    Staff
    Customer Support

    You’re welcome

Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.