Multi Vendor Marketplace Plugin | WCFM Marketplace › Forums › WCFM – Marketplace (WooCommerce Multivendor Marketplace) › Add Information on Vendor Order Dashboard
Tagged: Vendor Dashboard
- This topic has 1 reply, 2 voices, and was last updated 4 years, 9 months ago by WCFM Forum.
- AuthorPosts
- February 14, 2020 at 6:04 pm #107161michi.maierParticipant
Hi there,
I am trying to get Information from a Checkout Filed into the Orders Dashboard (like “first Name” within the billing address). It is only dispayed if you click on “view details”.
I created a select field (with a Dropdown menu) in the Checkout but could’nt find an Option to include this Information in the Vendors order Dashboard (for example instead of/as shipping address).
Hope there is a way to to this.
- February 19, 2020 at 2:27 pm #107797WCFM ForumMember
Hi,
Please add this line to your site and take a look –
add_filter( 'wcfm_is_allow_order_data_after_shipping_address', '__return_true' );
Add this code to your child theme’s functions.php
In case you do not have child theme then add code using this plugin – https://wordpress.org/plugins/code-snippets/Thank You
- AuthorPosts
- You must be logged in to reply to this topic.