• Resolved assa123

    (@assa123)


    Hi!

    I’m trying to integrate tracking number into transaction emails.
    The transaction email customizer plugin’s developer (Flycart) asked whether the tracking order is saved in order’s meta. Could you please advise on that?

    Thanks

Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author Zorem

    (@zorem)

    Yes, we are adding tracking information in the order’s meta. Check this code snippet for how to get tracking information for an order – https://www.zorem.com/docs/woocommerce-advanced-shipment-tracking/developers/#how-to-get-tracking-information-of-order-programatically

    Hello zorem,

    I’m integrating woocommerce into our inventory management software Dear Inventory however in order to get Dear Systems download the tracking number from Woo, it requires the tracking number to be stored in the order meta field. I checked quite a few posts from you however all the snippets aren’t recording the tracking number into order meta. The other program need to get the tracking numbers from AST programmatically.

    Is there any way the tracking no and courier can be stored in the meta fields of each order?

    Hope you can help me out on this. Thank you very much.

    Travis

    Plugin Author Zorem

    (@zorem)

    Hi, Since you can add multiple tracking numbers per order and we store the data in the order meta inside an array, you need to programmatically do it, We provide code snippets examples on the AST developers documentation

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Is tracking number saved in order meta?’ is closed to new replies.