{# # Order Tracking Form (Bootstrap 5 Override) # # Form to look up an order by ID and billing email. # # WooCommerce PHP equivalent: order/form-tracking.php # # @package WcBootstrap # @since 0.1.0 #}
{{ do_action('woocommerce_order_tracking_form_start') }}

{{ __('To track your order please enter your Order ID in the box below and press the "Track" button. This was given to you on your receipt and in the confirmation email you should have received.') }}

{{ do_action('woocommerce_order_tracking_form') }}
{{ wp_nonce_field('woocommerce-order_tracking', 'woocommerce-order-tracking-nonce') }} {{ do_action('woocommerce_order_tracking_form_end') }}