Multi Vendor Marketplace Plugin | WCFM Marketplace › Forums › WC Vendors › Registration on WCFM not working –
Tagged: registration
- This topic has 38 replies, 2 voices, and was last updated 4 years, 5 months ago by Sarmistha Chakraborty.
- AuthorPosts
- May 28, 2020 at 8:57 pm #136216Davo McConvilleParticipant
Hello,
I have an issue – when I click “Login-Register” and try to Register a new user, it does not do the WCFM registration process
How do I make the Register button go to the WCFM registration / dashboard?
Thanks
!!
- May 28, 2020 at 8:57 pm #136217Davo McConvilleParticipantThis reply has been marked as private.
- May 29, 2020 at 12:01 pm #136436Sarmistha ChakrabortyMember
Hello,
Please check the vendor registration documentation here – https://wclovers.com/knowledgebase/wcfm-marketplace-vendor-registration/
Default registration form(WooCommerce registration form) used for customer registration.
You will find Vendor registration page contain “[wcfm_vendor_registration]” shortcode.Thanks.
- May 29, 2020 at 1:54 pm #136465Davo McConvilleParticipant
Hello Sarmistha – I have done all this correctly, but registration still does not lead to WCFM
Can you help me today please? Thanks!
- May 29, 2020 at 2:12 pm #136468Sarmistha ChakrabortyMember
Hello,
Have you check the pages in your WordPress dashboard? Is there any page with this “[wcfm_vendor_registration]” shortcode? If not kindly create a page with this “[wcfm_vendor_registration]” shortcode and browse it. You will find the Vendor registration form.
Thanks.
- May 29, 2020 at 2:24 pm #136476Davo McConvilleParticipant
Hello yes that page is set, with this short code:
[sc name=”wcfm_vendor_registration”]
The page is named “Register” – is this correct?
- May 29, 2020 at 2:39 pm #136485Sarmistha ChakrabortyMember
What is this? –
[sc name=”wcfm_vendor_registration”]
??
We have mentioned you the shortcode is –[wcfm_vendor_registration]
PFAAttachments:
You must be logged in to view attached files.
- May 29, 2020 at 2:27 pm #136477Davo McConvilleParticipantThis reply has been marked as private.
- May 29, 2020 at 2:33 pm #136480Davo McConvilleParticipantThis reply has been marked as private.
- May 29, 2020 at 2:39 pm #136484Davo McConvilleParticipant
To be clear, what I want out of this is:
• All Sign ups to the site create users who are buyers AND vendors
• All users need to be approved
• email verification
Thanks
- May 29, 2020 at 4:02 pm #136512Davo McConvilleParticipant
OK I have changed the Register page to
[wcfm_vendor_registration]
- May 29, 2020 at 4:03 pm #136515Davo McConvilleParticipant
The page now works, thank you!
However, when I click:
Login/Register in my header, then “Register” – it does not correctly go to this page ([wcfm_vendor_registration])
Can you help
- May 29, 2020 at 4:24 pm #136520Davo McConvilleParticipant
Another issue:
When I register a new Vendor through [wcfm_vendor_registration], their default role is “None”, not “Vendor”
Can you tell me where to modify this?
- May 29, 2020 at 4:25 pm #136521Davo McConvilleParticipant
Actually registration to WCFM still isn’t working
The latest vendor I registered through [wcfm_vendor_registration] does NOT show in WCFM Store Manager
- May 29, 2020 at 7:42 pm #136547Sarmistha ChakrabortyMember
Hello,
Login/Register in my header, then “Register” – it does not correctly go to this page ([wcfm_vendor_registration])
>> This is your theme’s login/register form. Yes it will not open “Vendor registration” form here. You can add “Become vendor” link in after the header register form .function custom_wcfmmp_become_vendor_link() { global $WCFM, $WCFMmp; $hide_become_vendor = wcfm_get_option( 'wcfmvm_hide_become_vendor', 'no' ); if( apply_filters( 'wcfm_is_allow_my_account_become_vendor', true ) && ( $hide_become_vendor !== 'yes' ) && WCFMmp_Dependencies::wcfmvm_plugin_active_check() ) { if( wcfm_is_allowed_membership() && !wcfm_has_membership() && !wcfm_is_vendor() ) { echo '<div class="wcfmmp_become_vendor_link">'; $wcfm_memberships = get_wcfm_memberships(); if( apply_filters( 'wcfm_is_pref_membership', true ) && !empty( $wcfm_memberships ) && apply_filters( 'wcfm_is_allow_my_account_membership_subscribe', true ) ) { echo '<a href="' . apply_filters( 'wcfm_change_membership_url', get_wcfm_membership_url() ) . '">' . apply_filters( 'wcfm_become_vendor_label', __( 'Become a Vendor', 'wc-multivendor-marketplace' ) ) . '</a>'; } else { echo '<a href="' . get_wcfm_registration_page() . '">' . apply_filters( 'wcfm_become_vendor_label', __( 'Become a Vendor', 'wc-multivendor-marketplace' ) ) . '</a>'; } echo '</div>'; } } }
When I register a new Vendor through [wcfm_vendor_registration], their default role is “None”, not “Vendor”
>>There is no “None” role in WordPress. If you turn-on “Required Approval” functionality for vendor registration, then by-default vendor will be registered as a “subscriber” role.The latest vendor I registered through [wcfm_vendor_registration] does NOT show in WCFM Store Manager
You/admin have to approve vendor from “Notification dashboard” then it will display in “Store Vendors” in WCFM dashboard.(https://wclovers.com/wp-content/uploads/2018/08/wcfmmp_registration_approve.png)Thanks.
- May 29, 2020 at 7:52 pm #136549Davo McConvilleParticipant
Hello, no – the last vendor who registered does not appear in Store Vendors.
Please can you look at my site and help me specifically?
Can the theme’s Login/Register be directed to [wcfm_vendor_registration]?
- May 29, 2020 at 7:57 pm #136555Davo McConvilleParticipant
What should these settings be in WooCommerce?
Attachments:
You must be logged in to view attached files. - May 30, 2020 at 1:51 am #136634Davo McConvilleParticipantThis reply has been marked as private.
- June 1, 2020 at 1:01 pm #137231Sarmistha ChakrabortyMember
Hello,
Regarding vendor who registered does not appear in Store Vendors,
Kindly provide us your site admin access(username/password), then we can check this. (Set as private reply)Can the theme’s Login/Register be directed to [wcfm_vendor_registration]?
>>We have already replied you in this #136547 thread.What should these settings be in WooCommerce?
>>Please check the WooCommerce Settings documentation here – https://docs.woocommerce.com/document/configuring-woocommerce-settings/Thanks.
- June 1, 2020 at 1:03 pm #137232Davo McConvilleParticipant
Hello – so to be clear, there is NO way for:
Login/Register (WooCommerce link) to direct to [wcfm_vendor_registration]
I need this functionality. Can you suggest a workaround?
- June 1, 2020 at 1:08 pm #137233Davo McConvilleParticipantThis reply has been marked as private.
- June 1, 2020 at 1:13 pm #137234Davo McConvilleParticipant
Hi – when I asked what the settings in WooCommerce should be – so to use WCFM, the settings should be the WooCommerce default?
- June 1, 2020 at 9:54 pm #137391Sarmistha ChakrabortyMember
Hello,
WooCommerce Login/Register goes to [wcfm_vendor_registration]
>>You must be aware our WCFM plugin has not any customization in WooCommerece registration form. So, Vendor registration via WooCommerce registration form is not possible using code snippet.
It requires serious custom development, and this will be a paid one.
Please be advised then normal-user/customer not able to register in your site. All users will be vendors.the settings should be the WooCommerce default?
>>YesThanks.
- June 1, 2020 at 9:55 pm #137392Sarmistha ChakrabortyMemberThis reply has been marked as private.
- June 1, 2020 at 10:17 pm #137395Davo McConvilleParticipantThis reply has been marked as private.
- June 1, 2020 at 11:01 pm #137402Sarmistha ChakrabortyMemberThis reply has been marked as private.
- June 1, 2020 at 10:18 pm #137396Davo McConvilleParticipant
oh i think you need to login at the wp-login page, no?
- June 1, 2020 at 10:19 pm #137397Davo McConvilleParticipant
>>You must be aware our WCFM plugin has not any customization in WooCommerece registration form. So, Vendor registration via WooCommerce registration form is not possible using code snippet.
It requires serious custom development, and this will be a paid one.
Please be advised then normal-user/customer not able to register in your site. All users will be vendors.Ok thanks – can you advise me on what to ask for the custom development?
Yes, I only want users to be Vendors (because of course Vendors can also be customers, correct?)
- June 4, 2020 at 12:18 pm #138240Davo McConvilleParticipant
Hello? Why is it a 4 day wait, please?
- June 4, 2020 at 2:50 pm #138296Sarmistha ChakrabortyMember
Please go through our previous reply #137402, we have asked you to provide correct credentials. Without correct credential, we can not login in your site, hope you understand.
can you advise me on what to ask for the custom development?
>>Due to COVID-19 we are getting 400-500 more support tickets each day. So we aren’t taking any customizations at this moment. If you can wait for a couple of months then we can start your customization work.If you are interested then please contact us here – https://wclovers.com/woocommerce-multivendor-customization/Otherwise, It will be better to find someone who is accustom to WP development. If you face any difficulty at the time of development we will guide you accordingly.
Thanks.
- June 4, 2020 at 3:14 pm #138307Davo McConvilleParticipant
Please can you tell me how to disable all non-vendor registration?
So that my site can only accept Vendor registrations
- June 4, 2020 at 3:15 pm #138308Davo McConvilleParticipantThis reply has been marked as private.
- June 4, 2020 at 5:15 pm #138345Davo McConvilleParticipant
Hi Sarmistha,
You registered at my site, name demovendor and with your Gmail address – can I ask what page you did that on? Because it did not register you as a WCFM vendor. Thanks
- June 4, 2020 at 9:32 pm #138449Sarmistha ChakrabortyMember
Hello,
The credential you have provided us, this is not admin credentials. Without login as an admin, we are unable to see your site settings.
Also “https://unitbase.co.uk/my-account/” ,the WooCommerce default login page is not accessible.
Previously we have registered from here – https://unitbase.co.uk/vendor-membership/, also this URL not working at present.Thanks.
- June 4, 2020 at 9:39 pm #138450Davo McConvilleParticipant
This is now an administrator account, please try again
- June 4, 2020 at 9:47 pm #138454Davo McConvilleParticipant
The main issue right now is that the sidebar CREATE AN ACCOUNT link (that is accessed through the Login/Register at the top of the page)
Does not function, it never redirects correctly.
Thank you!!!
- June 4, 2020 at 11:16 pm #138504Sarmistha ChakrabortyMemberThis reply has been marked as private.
- June 5, 2020 at 1:24 pm #138679Davo McConvilleParticipant
Thank you – everything was working perfectly yesterday. The Login/Register opened a sidepanel, and both login and register worked
Today nothing works. I don’t understand, I haven’t changed anything
- June 5, 2020 at 10:42 pm #138908Sarmistha ChakrabortyMember
Hello
I don’t understand, I haven’t changed anything
>>Again we checked your site, and we can see you have created too many “My account” page, then assign the wrong page in WooCoomerce “Account” page settings.
We have selected the correct “Account” page in WooCoomerce setting and now login is working correctly.Please be advised it’s very difficult for us to debug your site every day if you applied wrong settings every day.
Hope you understand.Thanks.
- AuthorPosts
- You must be logged in to reply to this topic.