Multi Vendor Marketplace Plugin | WCFM Marketplace › Forums › WC Vendors › New Vendor Application Registration Not Working with WCfM
- This topic has 4 replies, 3 voices, and was last updated 6 years, 8 months ago by Bingal.
- AuthorPosts
- March 3, 2018 at 4:25 am #19746PitzParticipant
Hello,
I believe I found a problem when testing out registering as a new vendor with WC Vendors Pro and WCfM Ultimate.
With WC Vendors Pro there is an option on the new user registration page (/my-account) with a check box “Apply to become a vendor?” and when checked, it goes to a second page where the user can fill out some profile information and then apply to be a vendor. The URL for that ends in /dashboard/?terms=
But with WCfM activated, the apply to become a vendor check box does not work, it just directs the new user to /my-account I think because the user still has a “customer” role until they complete that second page application and then they become a “pending vendor” role.
Could you get that vendor application page in to WCfM so it would work?
Thank you!
Attachments:
You must be logged in to view attached files. - March 3, 2018 at 5:39 am #19749WCFM ForumMember
Hi,
I am really sorry for the inconveniences, I understand why this is happen.
We will fix this is next WCFM update.
But now you may run the things, kindly add this line of code to your site –
add_filter( ‘wcfm_is_allow_multivendor_dashboard_redirect’, ‘__return_false’ );
After next update just remove this line.
Please know me is this resolve your issue or not!
Thank You
- March 3, 2018 at 5:47 am #19750PitzParticipant
Hello,
Thank you so much for quick response!
Yes that filter worked to allow the new vendor to go to second page for application.
However then it seems that when current vendor would log in, they would go to /my-account page instead of redirect to /wcfm page.
Would the update be able to have it so it can do both?
Thank you!
- March 3, 2018 at 2:49 pm #19784BingalMember
Hi,
However then it seems that when current vendor would log in, they would go to /my-account page instead of redirect to /wcfm page.
– Don’t worry, this is not going to be happen. After login vendor will login to WCFM Dashboard as usual.
Would the update be able to have it so it can do both?
– After next update you just have to remove this custom filter code, it will be handled from WCFM core.
Thank You
- March 9, 2018 at 4:31 am #19995BingalMember
This has been resolved with WCFM 3.5.7 update.
You may remove the filter code as well.
Thank You
- AuthorPosts
- The topic ‘New Vendor Application Registration Not Working with WCfM’ is closed to new replies.