Reply To: get delivery time in a template file

#35021
webdesignbart.be
Participant

I’ve got it. Perhaps there are others looking for this, so:

To retrieve the pickup time:
get_post_meta($order->id, ‘thwdtp_pickup_time’, true);

To retrieve the pickup date:
get_post_meta($order->id, ‘thwdtp_pickup_datepicker’, true);