Multi Vendor Marketplace Plugin | WCFM Marketplace › Forums › WCFM – Feature Request › vendor registration address
- This topic has 5 replies, 2 voices, and was last updated 5 years, 2 months ago by WCFM Forum.
- AuthorPosts
- September 6, 2019 at 7:09 pm #80469
- September 7, 2019 at 12:34 pm #80586WCFM ForumMember
Hi,
Sure, please use this code snippet –
function wcfm_marketplace_address_fields_rearrange( $address_fields ) { $country_field = ''; if( isset( $address_fields['country'] ) ) { $country_field = $address_fields['country']; unset( $address_fields['country'] ); $address_fields['country'] = $country_field; } return $address_fields; } add_filter( 'wcfm_marketplace_settings_fields_address', 'wcfm_marketplace_address_fields_rearrange' ); add_filter( 'wcfm_membership_registration_fields_address', 'wcfm_marketplace_address_fields_rearrange' ); add_filter( 'wcfm_wcmarketplace_settings_fields_customer_support', 'wcfm_marketplace_address_fields_rearrange' );
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
- September 7, 2019 at 12:51 pm #80591sdel_nevoParticipant
Hi guys
Thatβs fantastic π
Many thanks for this. Itβs amazing that you guys openly provide the code for your users to change the software to fit there needs,
If I could I would change the 5 star review I gave to 10 stars
To be honest I think you guys are the most accommodating software company I have ever used
Steve
- September 7, 2019 at 1:11 pm #80598WCFM ForumMember
You are always welcome π
Between, do you have get a chance to look at our new home page – https://wclovers.com/
If you have any comment on this, then please share feed with me.
Thank you and have a great day π
- September 7, 2019 at 1:17 pm #80600sdel_nevoParticipant
Hi
Yeah sure have π I dropped you an email love the new look
Steve
- September 9, 2019 at 11:58 am #80804WCFM ForumMember
Thank you very much π
Hope you are going to have a great meeting. All the best wishes for you π
- AuthorPosts
- You must be logged in to reply to this topic.