• Resolved Jag_sv

    (@jag_sv)


    Hi,

    Is it possible to automatically assign multiple roles to a new vendor upon registering? For example, when they sign up I want them to have the wcfm vendor role, but also for example a custom role I’ve created?

    Secondly, how can we modify the default registration form besides adding in more fields. For example, changing the order of the fields and the layout of the fields without using css?

    Thanks
    J

Viewing 1 replies (of 1 total)
  • Plugin Author WC Lovers

    (@wclovers)

    Hi,

    Thanks for get in touch with us.

    Is it possible to automatically assign multiple roles to a new vendor upon registering? For example, when they sign up I want them to have the wcfm vendor role, but also for example a custom role I’ve created?

    – You may write your own code on this hook to associate additional user role –
    do_action( 'wcfm_membership_registration', $member_id, $wcfm_membership_registration_form_data );

    Secondly, how can we modify the default registration form besides adding in more fields. For example, changing the order of the fields and the layout of the fields without using css?

    – Well this only possibly by overriding template.

    You have to override – wp-content\plugins\wc-multivendor-membership\templates\vendor_membership.php
    Override at – child theme\wcfm\membership\vendor_membership.php

    Thank You

Viewing 1 replies (of 1 total)
  • The topic ‘Multiple Roles and Registration Customisation’ is closed to new replies.