Dear Support,
1) Try to hide the empty categories http://prntscr.com/rz3rcj
But the category page is not the widget, there is no option to hide categories, what should I do in this case?
https://exoreptiles.com/my/product-category/supplies-accessories/supplement-treatment/powder-supplement/
as I click on “Zoo MED Calcium” and it shows empty inside.
I tried the below code that given by support but is not working, it is still there and the arrangement changed:
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;
}
Could you help to check on it.
Thanks a lot Support!