MultiVendorX
Forum Replies Created
-
Forum: Plugins
In reply to: [CatalogX - Catalog Mode, Enquiry & Quotes for WooCommerce] Demo doesn’t workHi @tubescreamer, sorry for the delayed response.
here is the updated demo link http://wcmpdemos.com/wcmp-catalog-enquiry/wp-admin
Hi there, thanks for getting in touch with us.
As per our flow, the vendor doesn’t have any category however they can sell specific category products.
Therefore, as an admin when you will create a product and assign that to a vendor. Then you can display vendors as per each category using our shortcode to have a list of vendors : https://wc-marketplace.com/support-forum/topic/show-a-list-of-all-vendors/#post-123153In order to restrict shopping from one vendor, please use this code :
add_action('woocommerce_add_to_cart_validation','woocommerce_add_to_cart_validation',10,3); function woocommerce_add_to_cart_validation($passed, $product_id, $quantity){ foreach (WC()->cart->get_cart() as $cart_key => $cart_item ){ $cart_vendor = get_wcmp_product_vendors($cart_item['product_id']); $product_vendor = get_wcmp_product_vendors($product_id); if($cart_vendor && $product_vendor){ if($cart_vendor->id != $product_vendor->id){ $passed = false; wc_add_notice( __( 'Another vendor product is already in your cart.', 'woocommerce' ), 'error' ); return $passed; } } } return $passed; }Let us know if you need any further help.
Hi @maryoli, thanks for getting in touch with us.
By default, we don’t send and display failed orders to the vendors. However, if you do want, we can provide to display them.
@liiam, thanks for getting in touch with us.
We haven’t tested this plugin with Elementor Pro. However we do have a shortcode to display enquiry button :
[wce_enquiry_button]We are happy to help @tompok76
@piodecimo , We really try our best to assist our users as much as possible. And thank you so much for taking the time to provide your feedback
@aubreyburkhart , We really try our best to assist our users as much as possible. And thank you so much for taking the time to provide your feedback
@nknov12 , We really try our best to assist our users as much as possible. And thank you so much for taking the time to provide your feedback
@tompok76, We really try our best to assist our users as much as possible. And thank you so much for taking the time to provide your feedback
Hi @carmen9ccw, our replies are inline :
– Shipping:
Shipping calculations currently does not appear in checkout
>> I have added table rate from the admin end, but this is also not displayed.– Product Upload by Vendor:
Vendor couldn’t alter product name after clicking on “Sell Yours”
>> As you are using “sell yours”, it lets vendors sell the same products of another vendor. Hence the product name can’t be changed.Rank Math:
1. SEO fields not showing when vendor creating a product. They cannot input the SEO details
>> This seems like some conflict issue.2. For the products entered by admin, will the Product’s SEO metadata be copied if the vendor click “Sell Yours”?
>> Yes
Please check your mail for further help.Hi @tompok76, 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 @tompok76, add this code in the function.php of the current active theme.
Hi @gifthoney, sorry to hear that.
Can you please make sure that the email you are using to add the vendor, shouldn’t belong to another user.
If you are still facing this issue, please do contact us via our forum : https://wc-marketplace.com/support-forum
Hi @thorsolutions, thanks for getting in touch with us.
Our replies are inline:
1. Is it possible to change the subject? There is a grammatical issue – “You have subscribed a product” – It should be “You have subscribed to a product”
>> Thanks for pointing this out. For now you may use loco plugin and change the string. You may refer to our translation guideline https://wc-marketplace.com/knowledgebase/wcmp-translation-guide/
2. You have email validation, which is great but there are many new domain extensions which aren’t included such as “.solutions”
>> We follow wordpress’s flow. Our team will look into this.Hi @perrinechaissac, can you please let us know what is the default language of your site?