• Resolved cpapadop

    (@cpapadop)


    Hello,

    New checkout fields do show in admin email for new order but not in vendor email.
    I use “WC Vendors” plugin.
    Could you please help me?
    Thanks in advance.

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author ThemeHigh

    (@themehigh)

    We have not yet checked the compatibility of WC Vendors plugin with our plugin. The custom fields created using our plugin will be shown in the WooCommerce default emails.

    To retrieve the custom field from the database, you can use the below function.

    $order_meta = get_post_meta( $order_id, $field_name, true );

    Thank you!

    Thread Starter cpapadop

    (@cpapadop)

    Thank You!

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Display vew checkout fields in WC Vendors emails’ is closed to new replies.