Show subcategories broken when WP/WC updates

Found the answer myself, since WC 3.3 woocommerce_product_subcategories is deprecated and returns an empty value:

Link to woocommerce docs

So you have to implement your own subcategories list view. I used as hint the code found here and rebuild the categories page as it was before