{# # Product Category Tree (Bootstrap 5) # # Renders a hierarchical product category navigation using Bootstrap # list-group with nested sub-lists and action links. # # Expected context: # categories - Hierarchical array from wc_bootstrap_get_category_tree() # shop_url - URL to the main shop page # current_cat - Term ID of the currently viewed category (0 = shop page) # # @package WcBootstrap # @since 0.1.7 #} {% if categories is not empty %} {% endif %}