Title: [woocommerce_order_tracking] shortcode
Last modified: August 7, 2022

---

# [woocommerce_order_tracking] shortcode

 *  Resolved [ipoblete](https://wordpress.org/support/users/ipoblete/)
 * (@ipoblete)
 * [3 years, 10 months ago](https://wordpress.org/support/topic/woocommerce_order_tracking-shortcode/)
 * Hello,
    one question, information of the courier and tracking link are not added/
   stored a way that is display when using [woocommerce_order_tracking] shortcode?
   best regards

Viewing 3 replies - 1 through 3 (of 3 total)

 *  [kimvt1991](https://wordpress.org/support/users/kimvt1991/)
 * (@kimvt1991)
 * [3 years, 10 months ago](https://wordpress.org/support/topic/woocommerce_order_tracking-shortcode/#post-15896908)
 * Hello,
 * Assumed that 99 is the ID of the page where you use `[woocommerce_order_tracking]`
   then below PHP snippet will help you achieve it:
 *     ```
       add_filter( 'woocommerce_orders_tracking_display_tracking_for_order_details', function ( $display ) {
           if ( is_page( 99 ) ) {
               $display = true;
           }
   
           return $display;
       } );
       ```
   
 * Please replace 99 with the real ID of your woocommerce tracking page and follow
   this guide [https://villatheme.com/knowledge-base/how-to-add-custom-snippets/#A.%20PHP](https://villatheme.com/knowledge-base/how-to-add-custom-snippets/#A.%20PHP)
   to add the above snippet.
 * Best regards
 *  Thread Starter [ipoblete](https://wordpress.org/support/users/ipoblete/)
 * (@ipoblete)
 * [3 years, 10 months ago](https://wordpress.org/support/topic/woocommerce_order_tracking-shortcode/#post-15897579)
 * Hello,
    thank you for this reply, now appear perfect on details, Best regards
 *  [kimvt1991](https://wordpress.org/support/users/kimvt1991/)
 * (@kimvt1991)
 * [3 years, 10 months ago](https://wordpress.org/support/topic/woocommerce_order_tracking-shortcode/#post-15899263)
 * Glad to help.
    Best regards

Viewing 3 replies - 1 through 3 (of 3 total)

The topic ‘[woocommerce_order_tracking] shortcode’ is closed to new replies.

 * ![](https://ps.w.org/woo-orders-tracking/assets/icon-256x256.gif?rev=3080899)
 * [Orders Tracking for WooCommerce](https://wordpress.org/plugins/woo-orders-tracking/)
 * [Support Threads](https://wordpress.org/support/plugin/woo-orders-tracking/)
 * [Active Topics](https://wordpress.org/support/plugin/woo-orders-tracking/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/woo-orders-tracking/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/woo-orders-tracking/reviews/)

 * 3 replies
 * 2 participants
 * Last reply from: [kimvt1991](https://wordpress.org/support/users/kimvt1991/)
 * Last activity: [3 years, 10 months ago](https://wordpress.org/support/topic/woocommerce_order_tracking-shortcode/#post-15899263)
 * Status: resolved