• Resolved Nikhil

    (@nikhilarya)


    Hi,

    How can I get the details like Shipment Carrier Name, tracking ID & URL to WC – APG SMS Notific Plugin? From which I could send sms to customers, Please Add a compatibility support for this plugin.

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

    (@zorem)

    We will check how to add compatibility to APG SMS Notific on our end for the next releases, you might need to contact the plguin developer since he might need to add the compatibility on their plugin to pull this meta.
    Thanks

    Thread Starter Nikhil

    (@nikhilarya)

    Hi, Thanks for the quick response. or Could you be able to store these three values as Order Meta into custom field while saving. Courier Name, Tracking ID & URL. If these values are available like the order id n name, then i can easily use it in other plugins as well.

    Plugin Author Zorem

    (@zorem)

    Hi, the tracking is stored in order meta but it’s array since you can add multiple order numbers per order. you can use this function to get the tracking info for an order:
    wc_advanced_shipment_tracking()->get_tracking_items( $order_id, true );
    it will return from the array the tracking number, provider, date shipped.
    Thanks

    • This reply was modified 5 years, 10 months ago by Zorem.
    Plugin Author Zorem

    (@zorem)

    Hi, let me know if you have further Q
    Thanks

    Thread Starter Nikhil

    (@nikhilarya)

    Hi,
    I mean can it be possible to add values to the Custom Meta Field of a Single Order, while saving the Shipping Details. So these values would be accessible everywhere like email, n messages n all.

    Plugin Author Zorem

    (@zorem)

    yes, we save the shipment tracking data in the order meta, but since you can add multiple tracking #’s to each orders, we store the data in array, you can use this function to get the tracking info for an order:

    wc_advanced_shipment_tracking()->get_tracking_items( $order_id, true );

    it will return from the array the tracking number, provider, date shipped.

    Thanks

Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘How can I get the details like tracking ID & URL to WC – APG SMS Notific Plugin?’ is closed to new replies.