Multi Vendor Marketplace Plugin | WCFM Marketplace › Forums › WC Marketplace › Force Vendors and Buyers to Register as Vendors
- This topic has 4 replies, 2 voices, and was last updated 3 years, 5 months ago by
jimbo.kuskyn.
- AuthorPosts
- April 18, 2020 at 7:17 pm #120337
jimbo.kuskyn
ParticipantHello once again,
As I said, I’m trying to build a simplistic portal where people can sell and buy products between themselves.
I think that the best idea to have everything simple is to “force” everyone to register as a Vendor, even if they want to buy things only.
So is there any option for have everywhere the “Vendor Registration Page” show up?
This is what I want to have:
https://ibb.co/D4rvvLQWhen opening the My Account page as well, to have the same “Vendor \registration Page Form”:
https://ibb.co/f4F9cx7Thank you!
- April 18, 2020 at 9:14 pm #120370
Sarmistha Chakraborty
KeymasterHello,
Firstly, Please un-checked the “Allow customers to create an account on the “My account” page” option from WooCommerce Settings->Accounts & Privacy (PFA).
And create a link for “Registration” page which will open the “Vendor Registration” page(which contain “[wcfm_vendor_registration]” shortcode). In this way who ever wants to create a account will have do it from the “Vendor Registration” page.Thanks.
Attachments:
You must be logged in to view attached files. - April 19, 2020 at 2:43 pm #120585
jimbo.kuskyn
ParticipantThank you, Sarmistha!
One more question, related to the same Registration process.
Once the User gets fully registered, he is redirected to this page, which has two buttons.
I’ve been trying to get them hidden, but I am unable to. (tried via dashboard, checking the php/css, etc.).Do you have any suggestions?
Thanks a million!
- April 20, 2020 at 3:33 pm #120938
Sarmistha Chakraborty
KeymasterHi,
Try this css in your theme’s style.css
a.wcfm_registration_thank_you_dashbord_button,a.wcfm_registration_thank_you_setup_button { display:none !important; }
Thanks.
- April 20, 2020 at 9:19 pm #121064
jimbo.kuskyn
ParticipantAwesome! Thanks a lot! 🙂
- AuthorPosts
- You must be logged in to reply to this topic.