• Hi
    I have the Pro version of this plugin and I”m trying to show the estimate delivery date in a custom My Account tab.
    So I tried to echo the shortcode with the order id number but it does not show:

    <?php echo do_shortcode(‘[estimate_delivery_date id=”‘. $order->get_order_number() .'”]’);

    How can i get the estimate delivery date for the current order (like in view-order pages) in my template?

  • The topic ‘can’t get order estimate delivery date data’ is closed to new replies.