1. Home
  2. Docs
  3. Shipment Tracker for Wooc...
  4. Developers
  5. Shortcode

Shortcode

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_form]

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:

<style>
                              #_bt_shipping_tracking_from
                             {
                             }
                             #_bt_shipping_tracking_from input
                             {
                             }
                             #_bt_shipping_tracking_from input[type=”submit”]
                             {
                             }
                             #_bt_shipping_tracking_response
                             {
                             }
                             #_bt_shipping_tracking_response thead th
                             {
                             }
                             #_bt_shipping_tracking_response td
                             {
                             }
                             #_bt_shipping_tracking_public .table-responsive
                             {
                             }
</style>

How can we help?