1. Create your own public facing order tracking page using this shortcode.
Just copy following code where you want to display the order tracking form:
bt_shipping_tracking_form2]
You can customize the look and feel of the form and results table by applying custom css. Just use wordpress customizers or your child theme to add custom css like this:
2. Display “Estimate Delivery Checker” widget anywhere on your website using this shortcode:
[bt_estimated_delivery_widget]
3. Show shipment related data anywhere using these shorcodes:
1. [bt_shipment_tracking_url order_id="1234"] : Prints the tracking url.
2. [bt_shipment_status order_id="1234"] : Prints current shipment status (In Transit, Delivered etc)
3. [bt_shipment_courier_name order_id="1234"] : Prints the courier name.
4. [bt_shipment_edd order_id="1234"] : Prints estimated delivery date.
5. [bt_shipment_awb order_id="1234"] : Prints awb number.