Multi Vendor Marketplace Plugin | WCFM Marketplace › Forums › WCFM – Ultimate › Change Choose State
- This topic has 8 replies, 2 voices, and was last updated 4 years, 11 months ago by Sarmistha Chakraborty.
- AuthorPosts
- December 16, 2019 at 9:18 pm #97650hindipogiParticipant
How do I change State to Province in the search bar? (help.jpg)
I already change the State to Province in Store Adress (help2.jpg) using this code in function in child theme. I found this in the forum.
function wcfm_marketplace_custom_address_field( $address_fields ) {
if( isset( $address_fields[‘state’] ) ) {
$address_fields[‘state’][‘label’] = ‘Province’;
}
return $address_fields;
}
add_filter( ‘wcfm_marketplace_settings_fields_address’, ‘wcfm_marketplace_custom_address_field’ );
add_filter( ‘wcfm_membership_registration_fields_address’, ‘wcfm_marketplace_custom_address_field’ );
add_filter( ‘wcfm_wcmarketplace_settings_fields_customer_support’, ‘wcfm_marketplace_custom_address_field’ );Attachments:
You must be logged in to view attached files. - December 17, 2019 at 12:28 pm #97732Sarmistha ChakrabortyMember
Hello,
Change the Woocommerce settings “Selling location” (PFA)
Thanks.
Attachments:
You must be logged in to view attached files. - December 17, 2019 at 3:29 pm #97748hindipogiParticipant
Hi, thank you for your reply.
What I mean is change the “Choose State” to “Choose Province”Thanks.
- December 17, 2019 at 4:38 pm #97755Sarmistha ChakrabortyMember
Hello,
What we understand that, you want only label change.
Unfortunately there are no filter for this. You can change the label with “loco translate” plugin(https://wordpress.org/plugins/loco-translate/).Thanks.
- December 17, 2019 at 4:46 pm #97757hindipogiParticipant
Thank you.
- December 17, 2019 at 5:27 pm #97764hindipogiParticipant
Hi, I just installed Loco Translate. I cannot find the Choose State. Can you tell me which particular plugin to edit? Sorry, very noob question.
With WCFM – WooCommerce Frontend Manager – Ultimate there is no English. And with WCFM – WooCommerce Multivendor Marketplace.
With WCFM – WooCommerce Frontend Manager there is English but there is no “Choose State”. I change “State” but it does nothing.
Thanks
Attachments:
You must be logged in to view attached files.- December 17, 2019 at 6:56 pm #97789Sarmistha ChakrabortyMember
Hello,
Enter the plugin is “WCFM – WooCommerce Multivendor Marketplace”, add “English” language by clicking “New language”.
Thanks.
- December 17, 2019 at 7:28 pm #97793hindipogiParticipant
Thank you. Great help. Cheers.
- December 18, 2019 at 11:00 am #97871Sarmistha ChakrabortyMember
Hello,
You are always welcome 🙂
Let me know if there’s anything else we can help you with.
Can we ask for a favor? Would you mind taking a few minutes to review our plugin at https://wordpress.org/support/plugin/wc-multivendor-marketplace/reviews/ and let others know about your 5 Star experience with WCFM Marketplace. Also, follow us on Twitter https://twitter.com/wcfmmp for more exciting news, important updates, and irresistible offers.Thanks.
- AuthorPosts
- The topic ‘Change Choose State’ is closed to new replies.