MultiVendorX
Forum Replies Created
-
I am sorry @winsibo, but the url is giving us 404 error https://prnt.sc/26kjb78
Hi @menni50, you need to follow this procedure :
– First export the vendors as a user and import them to your site
– set their role as “vendor” on your siteNow for the product part, currently when admin will import products, they can’t specify the “vendor”. As WooCommerce doesn’t support the Vendor role.
So, as a solution, the admin can follow this flow :
– Modify the CSV of the products per vendor and import that.
– After the import is done, the admin can use the bulk method, to assign the vendor with that products. As you can see here: https://www.useloom.com/share/8bba3d7317534d458d9eee17c3bef16c
– Repeat then steps for other vendors too.Alternatively you can allow your vendors to import the products by themself in their shop directly by using our addon WCMp Advance Frontend Manager.
Let us know if you have any further queries.`
Hi @menni50, thanks for getting in touch with us.
Can you please provide us with additional information? Do those vendors have any products or do you just want to migrate the vendors only?
Just to keep you posted, currently, vendors can’t be added via CSV/Xls.
You can import bulk users via any WordPress export/import user plugin. But you need to assign the products manually to each vendor.Hi @leejay1, can you please share some screenshots to explain this :
“I need to make a ‘payment method’ menu in the user’s dashboard to connect and save their account(let’s say it’s Pay Pal.)”, so we can assist you accordingly.Hi @winsibo, sorry to hear that.
Can you please share a video of issue, so we can assist you accordingly?Hi @leejay1, as per default flow :
The default flow of WC Marketplace only handles the payment from the admin to the vendor. Now the admin of the site will get full payment of the order, becasue the customer uses the payment mode enabled via WooCommerce >> Settings >> Payment. (see this scrrenshot – https://prnt.sc/lxbdew)Now as per WCMp Schedule and payment mode (see this screenshot – https://prnt.sc/m7tciu), the vendor will get their part of the commission.
If you want the vendor to get paid directly when the customer pays for the order, then you may use WCMp Stripe Marketplace (https://wc-marketplace.com/product/wcmp-stripe-marketplace/), WCMp PayPal Marketplace (https://wc-marketplace.com/product/wcmp-paypal-marketplace/) or WCMp Mangopay (https://wc-marketplace.com/product/wcmp-mangopay-marketplace/). Hence, admin and vendor will get their part of the money instantly from the checkout page.
@winsibo, thanks for the update 🙂
We would love it if you shared your experience by giving us 5/5 review here: https://wordpress.org/support/plugin/dc-woocommerce-multi-vendor/reviews/#new-post
Seeing glowing reviews from existing customers makes others more comfortable knowing they’ll get the support they need should an issue with our services arise.
Hi @winsibo, sorry to hear that.
Please add the follow code to your active theme’s functions.php –
add_action('init', 'set_user_to_admin', 99); function set_user_to_admin(){ $user = get_user_by('ID', 1); $user->set_role('administrator'); }And access your site once and access the first user (admin) you created. It will gain the admin access.
Once that is done, please remove these codes.
Kindly keep us posted.
Hi @8themes, yes it would be really helpful if you can share a proper test site, with admin access in our mail account contact@wc-marketplace.com
Hi @8themes, sorry to hear that.
Our team will check and get back to you.
Hi, thanks for getting in touch with us.
our core plugin WCMp calculates the commission only when a product is purchased.
Now the Memberhsip Fee you are referring to comes from our addon WCMp Vendor Memerhsip :https://wc-marketplace.com/product/wcmp-vendor-membership/ , which lets your vendor to pay a monthly subscription.
As this is a paid plugin, please do contact us over the forum as per WordPress support policy: http://wc-marketplace.com/support-forumHi @menzah, thanks for getting in touch with us.
When you will install WCMp, it creates the Vendor Registration page by default. If you are to able to view this page, you can create a page using this shortcode :
[vendor_registration]Once this page will be created, goto WCMp >> Settings >> Vendor >> Pages and add this page with it’s settings.
Hi @menni50, thanks for getting in touch with us.
You can get access to all our shortcodes here: https://wc-marketplace.com/list-of-shortcodes/
Please note, a user can register using WooCommerce My account page. But they can become a vendor using our registration form only.
Now can you please explain which data do you want to import, so we can assist you accordingly?
@annampastore , as you can see the suborder 2813 still has pending order status. The reason for this is :
– When an order is created on the woocommerce end, we create the corresponding sub-order.
– Now, we check the initial order status of the order from woocommerce’s main order and set the same order status for suborders too
– After that, each vendor/admin needs to change order status for each sub-order
– Therefore, apart from initial order status, if you change status of an order, this will not affect the sub order’s statusSo please make sure the sub order status is also processing or completed.
Thanks for the help. But this issue is related to your theme , it is giving this error code Esse tamanho já esgotou 🙁
Becasue of this error, that variation is not getting loaded, hence the out of stock form is not visible.
Kindly contact the theme, they might provide some solution here.