• Resolved bandsome

    (@bandsome)


    Hey,

    We have been using the following shortcodes for the tracking number and despatch date to display in customer order emails –

    [woo_mb_order_meta-aupost_order_tracking_number]
    [woo_mb_order_meta-aupost_order_shipping_date]

    But for some reason these shortcodes are no longer working, and when the customer receives their order email the details are blank.

    Any help would great!

    Thanks

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

    (@waseem_senjer)

    Hello @bandsome

    Thanks for using our plugin. These shortcodes are not provided from our plugin. Maybe you need to check with the plugin’s developer that has these shortcodes.

    Thread Starter bandsome

    (@bandsome)

    Hey Waseem, thanks for the reply.

    Ah ok, makes sense why it’s not working. I think those shortcodes are from the plugin we no longer use.

    Do you have the shortcodes for the tracking number and date shown here –

    View post on imgur.com

    I believe the above is from your plugin.

    Thanks!

    Plugin Author Waseem Senjer

    (@waseem_senjer)

    Hello @bandsome

    There is no shortcode for these two fields right now.

    But you can easily retrieve them using code:

    $order_tracking_number =get_post_meta($order->ID, 'aupost_order_tracking_number', true);
    
    $order_shipping_date =get_post_meta($order->ID, 'aupost_order_shipping_date', true); 
    • This reply was modified 5 years, 4 months ago by Waseem Senjer.
Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Shortcode for tracking number and date’ is closed to new replies.