• Orangr

    (@orangr-ghost)


    We’re trying to output the gift card messages on packing slips created by another plugin.

    Looks like it’s stored here?: _ywgc_message

    Have tried using this with no results: wc_get_order_item_meta

    Any help gratfully received

Viewing 1 replies (of 1 total)
  • Hi there!
    Thank you for contacting us.

    You should be able to retrieve it with the following:
    get_post_meta( $gift_card->ID, '_ywgc_message', true );
    But you will need to get the Gift Card ID.

    Could you check it?
    Have a nice day!

Viewing 1 replies (of 1 total)
  • The topic ‘Output gift card message on packing slip’ is closed to new replies.