• Resolved mahdiagho

    (@mahdiagho)


    How can i edit registration fields? add/remove some fields for vendor registration

    • This topic was modified 8 years ago by mahdiagho.
Viewing 3 replies - 1 through 3 (of 3 total)
  • Sabbir Ahmed

    (@sabbir1991)

    Hi @mahdiagho,

    If you want to just add an extra field not remove any fields then you can simply use dokan_seller_registration_field_after hook

    But if want to both remove and add fields then you can simply overwrite template files. Just create a file like dokan/global/seller-registration-form.php in your child theme and modify your fields as your needs.

    For saving those field data you can use woocommerce_new_customer_data hook ( file location: includes/wc-functions.php)

    Thank you ??

    Thread Starter mahdiagho

    (@mahdiagho)

    I have no programming knowledge. Why we can not doning this visually ?Do Every people that use this plugin have this knowlege?

    Plugin Author weDevs

    (@wedevs)

    @mahdiagho, Thank you for getting back to us. On the dokan registration page, we have added all the necessary fields which are important for a seller registration. If you want to add or remove any field that means you need to modify the default registration page of Dokan plugin. As per our support policy, we do not provide support for modification but we always provide the correct function reference or file path.

    Our developer already provided the correct file location and the function name and from there you can add or remove registration field. Now, if you are not a developer then you may require a developer to customize the registration form for you.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘add/remove registeration fields’ is closed to new replies.