• Resolved Shaharyar Ansari

    (@shaharyaransari2783912)


    I am using this plugin and created extra fields but I want to sync added fields to mailchimp? is it possible?

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

    (@themehigh)

    When you add a custom field in checkout page it gets created as Order Field (order meta data). And the fields are saved in the wp_postmeta table.

    Inorder to retrieve the custom field from the database you can use the below function.

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

    We hope this will help.

    Thank you!

Viewing 1 replies (of 1 total)
  • The topic ‘How can i sync added Fields to mailchimp?’ is closed to new replies.