• Oceanwp theme has provided an option to control over display product count under Customizing>Woocommerce>Archives, here this option is located in Toolbar section, “Shop Result Count” with check n uncheck option. Unfortunatly this unchecking it is not hiding count from reslut page when visiting by clicking on sub category (Ethnic Wear women) Shows Sub SubCategory name with product count in bracket.

    Below is my Current Settings under Customizing>Woocommerce>Archives:

    Shop page display: Show Products
    Category Display: Show Products
    Shop Short: Uncheck
    Shop Result Count: Uncheck
    Pagination Style: Standard

    My Category hierarchy:
    Category – Women
    Sub Category – Ethnic Wear women
    Sub Sub Category – Kurta Sets, Kurtas, Unstitch Dress Material, Ethnic Bottom Wear, Sarees

    Expected Result (My requirement)
    When Visiting by clicking on Sub Category (Ethnic Wear Women)
    Priority 1. Display Products as like on Shop page when visting thru core catgroy (women) instead of showing Sub SubCategories (Kurta Sets, Kurtas, etc)
    Priority 2. Dipaly Sub SubCategories without Count of products in bracket

    • This topic was modified 4 years, 5 months ago by rawprice.
    • This topic was modified 4 years, 5 months ago by rawprice.
    • This topic was modified 4 years, 5 months ago by rawprice.

    The page I need help with: [log in to see the link]

Viewing 3 replies - 1 through 3 (of 3 total)
  • Hello,

    Kindly go to Customize > Woocommerce > General and select the Product option from the display. Now check it works or not.

    Thread Starter rawprice

    (@rawprice)

    @apprimit Thanks for rasing your hand to trying help me.

    I guess you ask me to try under below section under Customize > Woocommerce > General

    CATEGORY PAGE
    Display Featured Image
    (Display the categories featured images before the product archives)

    I turned it to YES (previously it was NO) but Nothing Changed. Still Sub SUbCategories shwoing with Count.

    Please figureout something I really needed.

    adrian001

    (@adrian001)

    I guess you could just use custom css

    .products .product-category .count{
    display: none; }

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘How to hide Product Count showing along with Sub Sub Categoery ?’ is closed to new replies.