Multi Vendor Marketplace Plugin | WCFM Marketplace › Forums › WC Vendors › Vendor Registration redirected to membership page
Tagged: Vendor registration
- This topic has 2 replies, 2 voices, and was last updated 4 years, 6 months ago by delwyn.
- AuthorPosts
- April 24, 2020 at 1:29 am #122310delwynParticipant
Hi,
After clicking “Become a Vendor”, it brings me to an empty membership page.
I do not want to offer membership plans for vendors.
Hence, how can i redirect registered vendor to “My Account” page instead??
Please see attached video of the problem here:
Vendor Registration problem - April 24, 2020 at 12:53 pm #122434Sarmistha ChakrabortyMember
Hello,
how can i redirect registered vendor to “My Account” page instead??
>>This requirement is little confusing.
There is two options.
1. After clicking “Become a Vendor” it will take you “Membership plans” page.
>>this scenario is now in your site which you don’t want.2.After clicking “Become a Vendor” it will take you “Vendor Registration” form page. Without registration as vendor how it will take “My Account” page.
>> To After clicking “Become a Vendor” it will take you “Vendor Registration” form page, Add this code in your theme’s functions.php
add_filter('wcfm_is_allow_my_account_membership_subscribe','__return_false');
Thanks.
- April 24, 2020 at 7:00 pm #122560delwynParticipant
okay this worked. thanks!
- AuthorPosts
- You must be logged in to reply to this topic.