• Resolved swapnilthorat

    (@swapnilthorat)


    Hello,
    Thank you for this awesome plugin,
    I’m trying to send SMS with Tracking Number and Shipping provider for that I need custom placeholders which Are like
    For order details {{order-meta_key}}

    For user details {{user-meta_key}}

    For post meta {{post-meta_key}}
    and if data is store in array
    {{order-meta_key:arraykey}}

    {{user-meta_key:arraykey}}

    {{post-meta_key:arraykey}}

    {{vendor-meta_key:arraykey}}

    So Could you please tell me the name of Meta key and Array which I need to use
    Thank you

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

    (@zorem)

    Hello @swapnilthorat,

    We are using this meta key – ‘_wc_shipment_tracking_items’ in post meta and the array key is ‘tracking_number’, ‘tracking_provider’, ‘date_shipped’.

    So you can get tracking information like this = {{post-_wc_shipment_tracking_items:tracking_provider}}

    Thanks,

    Thread Starter swapnilthorat

    (@swapnilthorat)

    Thanks for the details ??

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Looking for meta key and array of tracking number & shipping provider’ is closed to new replies.