hi the email_order_meta isn’t pulling through the tracking details from the customer order, even though the woocomerce tracking plugin documentation tells me that that’s where it should be stored, how do i add this information ?
in the standard template i add
if ( function_exists( ‘wc_st_add_tracking_number’ ) ) {
wc_st_add_tracking_number( $order_id, $tracking_number, $provider, $date_shipped, $custom_url );
}
to the child template
any help would be appreciated