Vendor register form billing Company

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!

Multi Vendor Marketplace Plugin | WCFM Marketplace Forums WCFM – Membership Vendor register form billing Company

Viewing 3 reply threads
  • Author
    Posts
    • #97123
      ozkancol
      Participant

      Hi i want to add regiter form meta “billing_company” text .. how can i do ? thank you

    • #97928
      Sushobhan
      Keymaster

      Could you please explain what you mean by “add regiter form meta “billing_company” text”?

      If you want to add any custom field in registration form, you can do so from Admin dashboard Settings->Vendor Registration, under Registration Form Custom Fields section. You can set this field mandatory as well.

      Alternately if you want a ‘billing_company’ post meta then you can do that as well using ‘wcfm_vendor_manage_profile_update’ action hook.

      • #99220
        ozkancol
        Participant

        Hi i can not do it becouse there was not any place to write “billing_company”

    • #99315
      Sushobhan
      Keymaster

      Yes, you are right, there is no place to insert user defined field meta in the registration form fields. But, that’s why I told you to use the ‘wcfm_vendor_manage_profile_update’ action hook.

      This action is triggered when a vendor registration form is submitted. You can use that action to save the field value as ‘billing_company’ meta using $_POST variable.

      Thanks

    • #99701
      WCFM Forum
      Keymaster

      You may use this hook as well –

      do_action( 'wcfm_membership_registration', $member_id, $wcfm_membership_registration_form_data );

Viewing 3 reply threads
  • The topic ‘Vendor register form billing Company’ is closed to new replies.