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, 5 months ago by
WCFM Forum.
- AuthorPosts
- September 28, 2018 at 4:22 am #32750
WCFM Forum
MemberHi 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 #32844
WCFM Forum
MemberHere is video tutorial for migration process –
- September 30, 2018 at 2:50 am #32897
Dan
GuestThis reply has been marked as private.- October 1, 2018 at 12:00 am #32920
Dan
GuestHi,
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 #32899
WCFM Forum
MemberHi,
“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 #32932
WCFM Forum
MemberHi,
“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 #43340
Michael
GuestHi
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 #43475
WCFM Forum
MemberHI,
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 #43505
Brian
GuestAwesome and easy! Thank you for job well done.
The best marketplace plugin in years. - January 15, 2019 at 6:12 am #43575
WCFM Forum
MemberPleasure … you are welcome 🙂
- March 15, 2019 at 8:51 pm #52906
Pablo Verbel
GuestHi, 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 #53049
WCFM Forum
MemberSorry, this tool does not work for that multi-vendor plugin!
- March 20, 2019 at 7:54 pm #53778
lakiuz
GuestThis reply has been marked as private. - March 22, 2019 at 8:40 am #53950
WCFM Forum
MemberSorry, this migration tool only works for –
Dokan
WC Vendors
WC MarketplaceThank You
- May 16, 2019 at 6:35 am #62393
robinp pal
GuestHi
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 #62500
WCFM Forum
MemberHI,
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 #62617
rabin pal
GuestThis reply has been marked as private.
- May 17, 2019 at 7:12 am #62619
rabin pal
Guesthow to disable downlodable and virtual checkbox in new product admin page?
thank you
- May 18, 2019 at 1:15 pm #62802
WCFM Forum
MemberHI,
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 #63021
rabin pal
GuestThis reply has been marked as private.
- May 20, 2019 at 5:28 pm #63060
WCFM Forum
MemberHi,
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 #66279
Afrimash
ParticipantHi 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 #66828
WCFM Forum
MemberHI,
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 #74860
pavel zhazhin
ParticipantHello, 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 #74989
WCFM Forum
MemberWell, 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 #75013
pavel zhazhin
ParticipantOk, I disabled WC Admin and migrated successfully.
Thanks. - August 4, 2019 at 9:33 am #75159
WCFM Forum
MemberWelcome 🙂
- September 18, 2019 at 6:18 pm #82308
danielantoniow
Participantdoes 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 #82503
WCFM Forum
MemberYes, WCFM is an addon for WooCommerce, it’s essential.
- AuthorPosts
- The topic ‘Migrate to WooCommerce Multivendor Marketplace (WCFM Marketplace)’ is closed to new replies.