{# # My Account Navigation (Bootstrap 5 Override) # # Renders the sidebar navigation for the My Account area # using Bootstrap list-group component with icons. # Responsive: offcanvas on mobile, sticky sidebar on desktop. # # WooCommerce PHP equivalent: myaccount/navigation.php # # @package WcBootstrap # @since 0.1.0 #} {% set endpoint_icons = { 'dashboard': 'bi-speedometer2', 'orders': 'bi-bag', 'downloads': 'bi-download', 'edit-address': 'bi-geo-alt', 'payment-methods': 'bi-credit-card', 'edit-account': 'bi-person-gear', 'customer-logout': 'bi-box-arrow-right', } %} {{ do_action('woocommerce_before_account_navigation') }}
{{ do_action('woocommerce_after_account_navigation') }}