Multi Vendor Marketplace Plugin | WCFM Marketplace › Forums › WC Vendors › Vendor Order Emails/Custom Fields
Tagged: custom fields, vendors
- This topic has 2 replies, 2 voices, and was last updated 5 years, 6 months ago by WCFM Forum.
- AuthorPosts
- May 2, 2019 at 2:31 am #60283nathanieljones96Participant
Hi, I have a question. I’d like to add custom fields to the checkout cart for certain products to get more information (Like text for an engraving, etc). However, I’m worried that if I do this and the customer purchases multiple vendor’s products in the same cart, that all of the vendors will see the custom field information in their order email, rather than only showing it in the email of the vendor associated with that product like how WCFM already splits up orders between vendors. Is there any way I can make sure that certain custom fields in the checkout are only sent to certain vendors? Thanks!
- May 3, 2019 at 11:56 am #60484WCFM ForumMember
Hi,
Are you using any plugin for this?
If not, then use this – https://wordpress.org/plugins/woo-checkout-field-editor-pro/
Thank You
- May 3, 2019 at 12:14 pm #60485WCFM ForumMember
Well, add this line to your child theme’s functions.php –
add_filter( 'wcfm_is_allow_order_details_after_order_table', '__return_true' );
Thank You
- AuthorPosts
- The topic ‘Vendor Order Emails/Custom Fields’ is closed to new replies.