Viewing 1 replies (of 1 total)
  • Plugin Author Ashanna

    (@morki)

    Hello,

    Booking dates are stored in the order item meta.

    You can get them with :

    wc_get_order_item_meta( $item_id, '_ebs_start_format' );

    and

    wc_get_order_item_meta( $item_id, '_ebs_end_format' );

    Or _ebs_start_display and _ebs_end_display to get them with the “nice” format.

Viewing 1 replies (of 1 total)
  • The topic ‘Add booking dates to custom woo email template’ is closed to new replies.