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

    It looks like you’ve selected WordPress categories instead of WooCommerce product categories. In Appearance > Widgets, make sure to select “Product Categories List”

    Link to image: https://snipboard.io/ML8jTw.jpg

    Thread Starter zehgs

    (@zehgs)

    Thank you so much for replying!

    https://pasteboard.co/yrg164e1y1G0.png

    Right now there are no products so I still don’t see the full tree. Is there a way I can see the full category tree before uploading them?

    Adding the following code snippet did not work and all I see is still “Uncategorized (10)”

    add_filter( 'woocommerce_product_subcategories_hide_empty', 'hide_empty_categories', 10, 1 );
    function hide_empty_categories ( $hide_empty ) { $hide_empty = FALSE; // You can add other logic here too return $hide_empty; }
    • This reply was modified 2 years, 11 months ago by zehgs.

    Hi @zehgs

    You can toggle the Show hierarchy to show the full category tree.

    Link to image: https://snipboard.io/7ZOkrD.jpg

    Thread Starter zehgs

    (@zehgs)

    Thank you so much for all your help!! Have a great day

    Hi @zehgs

    You’re welcome! Happy to help ?? I’m marking this thread as resolved now. If you have further questions, feel free to open a new topic.

    Is there a way to show only parent categories and then child categories?

    Hi @adio93

    Since this thread has already been closed, could you please open a new topic and elaborate more on what you are trying to achieve there?

Viewing 7 replies - 1 through 7 (of 7 total)
  • The topic ‘Unable to properly add product categories to sidebar”’ is closed to new replies.