MultiVendorX
Forum Replies Created
-
Hi @lorenalink, thanks for getting in touch with us.
We do let vendor add inventory, as you can see in this screenshot : https://watch.screencastify.com/v/Dppjc93BetnJ7wLduPKn
Now for the delivery part, may we know what type of information do you want to provide so we can help you out.
Hi @dreamabstract, can you please contact us over our forum so we can check and help you out : https://wc-marketplace.com/support-forum/
@dreamabstract, can you please share a video of the issue so we can check and assist you accordingly.
Hi @itmjlee, thanks for getting in touch with us.
In order to remove sole by from shop page only kindly add this code in the function.php of your theme :
– Sold by label:
add_filter( 'wcmp_sold_by_text_after_products_shop_page', '__return_false' );
– “Store” tab :add_filter( 'woocommerce_product_tabs', 'woo_remove_product_tabs', 99 ); function woo_remove_product_tabs( $tabs ) { unset( $tabs['vendor'] ); return $tabs; }@drizla, it will be really helpful if you can share a video so we can help you out better.
Hi @alcmenawebsite, thanks for getting in touch with us and not to worry.
Basically, the email, username, and password fields are coming from woocommerce. Hence in order to display then you need to goto woocommerce >> Settings >> Accounts & Privacy and disable this option “When creating an account, automatically generate an account password”. For reference see this scrrenshot : https://scrnli.com/iZjagbxfkE2Ztt
@drizla, the order status doesn’t depend on the withdrawal commission or banking overriview.
Let me help you out with the order status flow :
– 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 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 statusHi @webtuyu, sorry to hear that you have faced this issue.
It seems like some plugin/theme conflict issue. Just to be sure disable all the plugins except WooCommerce, WCMp and check.
please do keep us posted.
@dimoraes, the display of admin product generally gets controlled by WooCommerce. By default, all the published products on a site can be accessed by the user.
Now if you want to have such restrictions, then you might use plugin like https://wordpress.org/plugins/hide-categories-or-products-on-shop-page/
Please note, we haven’t tested this plugin on our end.
Hi @drizla, can you share the scrrenshot of the order details page from admin end, this will help use understand the issue.
Hi Brenda, thanks for getting in touch with us.
Can you please share a scrrenshot of this issue so we can check and help you out : “when i go to widget to see what is going on and I find there is now a key required.”
Please note, this contact vendor will send email to the vendor only.
We will wait for your reply.Lola, please use the updated version of woocommerce stock alert.
Here we have provided the option to add additional email receiver settings.@drizla, we do have a plan to create a document on custom payment mode creation.
Once this will be ready, we will share that link.@marcellodelio12, our team has refunded your renewal order as we have promised.
Kindly contact our team if you are facing any issues regarding the refund.
Hi @whichtransfers, thanks for getting in touch with us.
The catalog plugin has a setting called exclusion (https://scrgrb.in/1gmx), here you can exclude the categories from catalog mode. Therefore you can display the price and add to cart button for these categories.