Multi Vendor Marketplace Plugin | WCFM Marketplace › Forums › WCFM – Marketplace (WooCommerce Multivendor Marketplace) › Migrate to WooCommerce Multivendor Marketplace (WCFM Marketplace)
Tagged: woocommerce wcfm
- This topic has 28 replies, 5 voices, and was last updated 5 years, 2 months ago by WCFM Forum.
- AuthorPosts
- September 28, 2018 at 4:22 am #32750WCFM ForumMember
Hi Everybody,
If you are already running a marketplace site setup using WC Marketplace or WC Vendors Marketplace or Dokan Multivendor but you want to change your multi-vendor plugin to WooCommerce Multi-vendor Marketplace (WCFM Marketplace)
Just relax, WCFM Marketplace migration tool is already available!
Here it is – https://wordpress.org/plugins/wc-multivendor-marketplace-migration/
Please test this on your staging/demo site first and then run on live site.
Thanks for your kind cooperation and support 🙂
- September 29, 2018 at 9:46 am #32844WCFM ForumMember
Here is video tutorial for migration process –
- September 30, 2018 at 2:50 am #32897DanGuestThis reply has been marked as private.
- October 1, 2018 at 12:00 am #32920DanGuest
Hi,
1. Changing user role manually did nothing negative. Migration was successful, so that’s not the problem. I dont know what you mean by how am I fetching products ? I have just had WC vendors set up normally and it worked fine with default vendor role with Front end manager.
Main problem !
When WC Vendors was uninstalled All products disappeared from my store page.
PS! I have already been told by your support team will convert my custom code in my child theme for my store to work with marketplace but haven’t heard back yet.
This is a staging site, not public yet.. I can give you admin access if you need to look.
Best Regards
Dan
- September 30, 2018 at 3:01 am #32899WCFM ForumMember
Hi,
“I changed user role to “shop vendor” and “vendor” but still no difference..” – do you have done this manually?
But here most importantly, WC Vendors and WCFM Marketplace both just set vendors as author for the product.
“the vendor role with new wc lovers market place plugin is not working ?” – Are you using this role for fetching products some where?
“Now all my vendor products are not showing in my store ?” – How you are fetching your vendor’s product?
Thank You
- October 1, 2018 at 3:52 am #32932WCFM ForumMember
Hi,
“Changing user role manually did nothing negative.” – If you already changed user role manually then migration had nothing to do as that unable to fetch any vendors.
Between, what is that custom code in your functions.php? Please show me that.
Thank You
- January 13, 2019 at 1:30 pm #43340MichaelGuest
Hi
I own the site above and it is live. I have installed a new WordPress on my localhost and I want to start building it from the ground up, importing all that can be imported. My problem is, that for this to work, I need to be able to import stores, vendors and products and for them to be joined on my localhost. Do you have any idea on how to do that?I did try the migrate plugin, but since I want to start over, this solution is not suitable for me.
Looking forward to your reply.
Cheers
Michael - January 14, 2019 at 3:11 pm #43475WCFM ForumMember
HI,
Well, migration plugin for switch your multi-vendor to WCFM Marketplace from others.
Certainly, WCFM has no such vendor import/export toll.
Between, don’t you have dump your live site in localhost? Specially, database tables?
But, otherwise you will not able to get all data from that site.You want to start from ground, hope you want to change site’s theme, right?
Thank You
- January 14, 2019 at 4:17 pm #43505BrianGuest
Awesome and easy! Thank you for job well done.
The best marketplace plugin in years. - January 15, 2019 at 6:12 am #43575WCFM ForumMember
Pleasure … you are welcome 🙂
- March 15, 2019 at 8:51 pm #52906Pablo VerbelGuest
Hi, i have a website with Woocommerce Product Vendors plugin, and i want to migrate to WCFM Marketplace. This migration tool can do it?
- March 17, 2019 at 5:57 am #53049WCFM ForumMember
Sorry, this tool does not work for that multi-vendor plugin!
- March 20, 2019 at 7:54 pm #53778lakiuzGuestThis reply has been marked as private.
- March 22, 2019 at 8:40 am #53950WCFM ForumMember
Sorry, this migration tool only works for –
Dokan
WC Vendors
WC MarketplaceThank You
- May 16, 2019 at 6:35 am #62393robinp palGuest
Hi
after adding product image in frontend when click save then my page hangs please help for resolve this issuesorry for my bad English.
Thank you.
- May 16, 2019 at 2:29 pm #62500WCFM ForumMember
HI,
Please check at wp-admin -> WooCommerce -> Status -> Logs -> fatal_erros log -> is any error generated?
Also check, whether there is any JavaScript error in your site or not ?
Thank You
- May 17, 2019 at 6:24 am #62617rabin palGuestThis reply has been marked as private.
- May 17, 2019 at 7:12 am #62619rabin palGuest
how to disable downlodable and virtual checkbox in new product admin page?
thank you
- May 18, 2019 at 1:15 pm #62802WCFM ForumMember
HI,
What is your WP Hide and WCFM plugin version ?
To hide virtual and downloadable option add this code to your child theme’s functions.php –
add_filter( 'wcfm_product_manage_fields_general', function( $general_fields, $product_id, $product_type ) { if( isset( $general_fields['is_virtual'] ) ) { $general_fields['is_virtual']['class'] = 'wcfm_custom_hide'; $general_fields['is_virtual']['desc_class'] = 'wcfm_custom_hide'; } if( isset( $general_fields['is_downloadable'] ) ) { $general_fields['is_downloadable']['class'] = 'wcfm_custom_hide'; $general_fields['is_downloadable']['desc_class'] = 'wcfm_custom_hide'; } return $general_fields; }, 50, 3 );
Thank You
- May 20, 2019 at 11:45 am #63021rabin palGuestThis reply has been marked as private.
- May 20, 2019 at 5:28 pm #63060WCFM ForumMember
Hi,
wp-hide Version 1.3.5.2
– Why you are not updating to the latest version ? It’s very very old version. Please update this at 1.5+ version, issue will resolve for you.
Thank You
- June 6, 2019 at 7:39 pm #66279AfrimashParticipant
Hi team,
Nice work with the wcfm plugins
I currently run a production site with Wc Vendors Plugin plus Rehub theme. However, I plan to migrate to wcfm.
I have created a staging site and migrated all products and vendors to wcfm. However, I noticed that the vendor products/store ratings were not migrated. All reviews show “0”.
Is there a way to achieve this? Thanks in advance.
- June 10, 2019 at 8:31 pm #66828WCFM ForumMember
HI,
I have created a staging site and migrated all products and vendors to wcfm. However, I noticed that the vendor products/store ratings were not migrated. All reviews show “0”.
– Yeah right, it’s not possible to migrate WV Vendors review.
One thing is possible, we can migrate vendor’s products reviews as Store Review. Is this will helpful for you?
Thank You
- August 2, 2019 at 6:50 pm #74860pavel zhazhinParticipant
Hello, I installed migration plugin. I’m going to migrate from WCMP. And after activation of migration plugin I received error screen.
As a result I have your plugin active but when I try to start migration – I receive the same error screen.
Attachments:
You must be logged in to view attached files. - August 3, 2019 at 8:13 am #74989WCFM ForumMember
Well, this error generated by WooCommerce Admin plugin.
Please disable that.
We have already request them to fix this – https://wordpress.org/support/topic/its-throwing-fatal-error-nothing-working-due-to-this-plugin/
Thank You
- August 3, 2019 at 10:35 am #75013pavel zhazhinParticipant
Ok, I disabled WC Admin and migrated successfully.
Thanks. - August 4, 2019 at 9:33 am #75159WCFM ForumMember
Welcome 🙂
- September 18, 2019 at 6:18 pm #82308danielantoniowParticipant
does the woocommerce plugin have to be enabled for WCFM to work properly? is it an independent plugin and woocommerce not needed?>
- September 19, 2019 at 6:37 pm #82503WCFM ForumMember
Yes, WCFM is an addon for WooCommerce, it’s essential.
- AuthorPosts
- The topic ‘Migrate to WooCommerce Multivendor Marketplace (WCFM Marketplace)’ is closed to new replies.