{# # View Order (Bootstrap 5 Override) # # Shows details of a specific order on the account page # with summary card, status badge, and order notes. # HPOS compatible: uses WC_Order methods only. # # Expected context: # order_id - Order ID # order - WC_Order object # # WooCommerce PHP equivalent: myaccount/view-order.php # # @package WcBootstrap # @since 0.1.0 #} {% set notes = order.get_customer_order_notes() %}