• Resolved TechMan

    (@techman)


    I want to WhatsApp tracking number and courier company name to user. How can I get this information using PHP?

    Is this information available in WooCommerce order like this?

    $order = new WC_Order( $order_id );
    $tracking_number = $order->tracking_number();

Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
  • The topic ‘How to get tracking number and courier company’ is closed to new replies.