Best Multi Vendor Marketplace Plugin for WordPress › Forums › WCFM – Marketplace (WooCommerce Multivendor Marketplace) › Installation of Woocommerce + WCFM Marketplace and WCFM membership
- This topic has 5 replies, 2 voices, and was last updated 6 years, 8 months ago by
WCFM Forum.
- AuthorPosts
- October 23, 2018 at 8:30 am #34623
Camilla
GuestHi, I could really use your help.
I am trying to make a marketplace, where you have to sign in as a member and pay a monthly fee, and right now I have to problems that I hope you can help me with… ๐1)I have tried to install Woocommerce + WCFM Marketplace and WCFM membership one at the time, but I could not get it to work. I did the wizard-setup for Woocommerce and it created a lot of pages, I did not need. Also I don’t want the users of my site, to sign in as vendors, but only as members, so that that pay the monthly fee. As fare as I have red, I can do that with wcfm marketplace and wcfm membership, but I am not sure how? As I tried it, I could not find the site, where the members could login, only a registration site for vendors, which I don’t need.
2)I uninstall all and installed them again, only I started with wcfm Marketplace and it automatically installed the to others.
My problem is now, that when I try to enter WCFM marketplace, the site only says: “Oops! That page canโt be found. It looks like nothing was found at this location. Maybe try one of the links below or a search?”
Should I uninstall all again?
And if yes, should I start with installing Woocommerce and follow the wizard?I really hope you can help me.
Best regards
Camilla - October 25, 2018 at 4:12 am #34897
WCFM Forum
MemberHi Camilla,
Thanks for get in touch with us.
Well, let me first tell you WCFM Marketplace concept –
1. WCFM Marketplace is muti-vendor module for WCFM core plugin
2. WCFM is vendor dashboard plugin so it’s essential here as well
3. WCFM Membership – it’s installed as it works as vendor registration module for WCFM Marketplace, if you don’t require this then just uninstall. But then your user will not have any option to register as vendor. It’s not essential to setup membership but normal registration is required I guess!
4. WooCommerce is required all the time ๐Please check this tutorials for setting up membership – https://wclovers.com/wcfm-tutorials/
“Also I donโt want the users of my site, to sign in as vendors” – this can be disable as well. Add this code snippet for the purpose –
add_filter( 'wcfm_is_allow_my_account_become_vendor', function( $is_allow ) { if( is_user_logged_in() ) $is_allow = false; return $is_allow; });
Well, if you want then we can do basic setup for you as well.
Thank You
- November 1, 2018 at 10:35 am #35507
Camilla
GuestThank you very much for your reply, but it does not help me so much, unfortunately.
I have been trying different things and my problem now is, that when I enter WCFM dachboard and want to go to settings, products or any other page, it always goes to my latest post. Somehow I failed to make the link, so that e.g. when I press on “products” it links to the product-page. except for the page “My Store” – here I can get it to link to the right page, by pressing Woocommerce -> settings -> products.
Can you please tell me, how I make the connection/link to the right page.
I thought it was unter WCFM settings, but since I cannot enter that page, I don’t know what to do?I hope you can help me.
Best regards
Camilla - November 1, 2018 at 1:20 pm #35516
WCFM Forum
MemberHi,
I thought it was unter WCFM settings, but since I cannot enter that page, I donโt know what to do?
– I think, your WCFM dashboard page setting reset. You may set this from wp-admin -> WCFM Options
Thank You
- November 1, 2018 at 6:20 pm #35545
Camilla
GuestThank you very much for your answer.
Now it is working again ๐ - November 2, 2018 at 10:29 am #35577
WCFM Forum
MemberYou are welcome ๐
- AuthorPosts
- The topic ‘Installation of Woocommerce + WCFM Marketplace and WCFM membership’ is closed to new replies.