Change Choose State

We're shifting our Forum based support to a more dedicated support system!

We'll be closing our Forum support from 10th June, 2020 and move to Email Support assistance.

  • If you are a WCFM premium add-ons user, contact us- here
  • Want to know more before buying our add-ons? Send Pre sale queries- here
  • If you are a WCFM free user, please open a support ticket at WordPress.org
  • For WCFM App related queries, reach us- here
From now the forum will be read-only!

Viewing 5 reply threads
  • Author
    Posts
    • #97650
      hindipogi
      Participant

      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.
    • #97732

      Hello,

      Change the Woocommerce settings “Selling location” (PFA)

      Thanks.

      Attachments:
      You must be logged in to view attached files.
    • #97748
      hindipogi
      Participant

      Hi, thank you for your reply.
      What I mean is change the “Choose State” to “Choose Province”

      Thanks.

    • #97757
      hindipogi
      Participant

      Thank you.

    • #97764
      hindipogi
      Participant

      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.
      • #97789

        Hello,

        Enter the plugin is “WCFM – WooCommerce Multivendor Marketplace”, add “English” language by clicking “New language”.

        Thanks.

    • #97793
      hindipogi
      Participant

      Thank you. Great help. Cheers.

Viewing 5 reply threads
  • The topic ‘Change Choose State’ is closed to new replies.