Forum Replies Created
- AuthorPosts
- SushobhanKeymaster
Hi,
You forget to send the link. By the way, which theme are you using?
Let me know.
Thank You!May 18, 2020 at 4:55 pm in reply to: Vendor store header – make it a different size (smaller) when browsing products? #132577SushobhanKeymasterHi,
To add some more information on this, you can change the banner size as per your need. To change this go to Settings (admin dashboard) >> Marketplace Settings at the bottom of this screen you will find settings to control the height and width of the banner. See here- https://imgur.com/FQpzoX4
Thank You!May 18, 2020 at 4:46 pm in reply to: Translate – "Item(s) from one store already in your cart." #132574SushobhanKeymasterHi,
The text is in the WCFM Marketplace plugin. You can find it on line:3030, path- wc-multivendor-marketplace\core\class-wcfmmp-vendor.php. I’m using v3.4.0
Thank You!SushobhanKeymasterHi,
You have created a duplicate topi so we have closed that. The original topic is still open. Here is the original topic link- https://wclovers.com/forums/topic/delete-button-category-breadcumb-in-product-catalog-view/. You can still continue on that topic.Lastly, I’ll request you not to post duplicate entries in the future.
Thank You!SushobhanKeymasterHi,
Thanks for getting in touch with us!
The following roles are coming from WCFM-Disable Vendor (disable_vendor) – WCFM Marketplace
Shop manager (shop_manager) – WCFM Groups & Staffs
Shop Staff (shop_staff) – WCFM Groups & Staffs
Delivery Boy (wcfm_delivery_boy) – WCFM Delivery
Store Vendor (wcfm_vendor) – WCFM MarketplaceThank You!
May 18, 2020 at 4:15 pm in reply to: Vendor store header – make it a different size (smaller) when browsing products? #132565SushobhanKeymasterHi,
Thanks for getting in touch with us!
Not sure, are you talking about the store list page- https://wcfmmp.wcfmdemos.com/stores/
Well, vendors got a setting to provide an additional banner for mobile devices from Settings >> Store. They can also set different banners for the store-list page and vendor storefront page.
Let me know if that helps.
Thank You!May 18, 2020 at 3:37 pm in reply to: Delete button & category breadcumb in product catalog view #132551SushobhanKeymasterHi,
Check this out- http://wcfmdemos.com/demos/electroz/shop-2/
This demo is set up using Electro and nothing is broken here. Please revisit your theme settings.
Thank You!May 18, 2020 at 3:19 pm in reply to: Delete button & category breadcumb in product archive view #132547SushobhanKeymasterHi,
Duplicate topic- https://wclovers.com/forums/topic/delete-button-category-breadcumb-in-product-catalog-view/
I’m closing this topic.
ThanksSushobhanKeymasterHi,
To disable virtual and downloadable from vendor dashboard go to your WCFM admin dashboard >> Capability, and from there disable both Virtual and Downloadable under Types section. See here- https://imgur.com/s78BLE2 **No need to do it using code**
Also to enable Catalog by default, add the following snippet-add_filter( 'wcfm_product_manage_fields_general', function($general_fields, $product_id) { $is_catalog = ( get_post_meta( $product_id, '_catalog', true ) == 'no' ) ? 'no' : 'yes'; if(isset($general_fields['is_catalog'])) { $general_fields['is_catalog']['dfvalue'] = $is_catalog; } return $general_fields; }, 101, 5 );
Add this code to your child theme’s functions.php
In case you do not have a child theme then add code using this plugin – https://wordpress.org/plugins/code-snippets/
Let me know how this goes.
Thanks!May 18, 2020 at 2:26 pm in reply to: Stripe Onboarding Integration for Vendor Registration – WCFM #132508SushobhanKeymasterHi,
It’s built-in. So after registration, the vendor can connect their stripe account from the store setup wizard.
Thank You!SushobhanKeymasterHi,
We haven’t started working on this. This topic never gets enough popularity. Maybe marketplace owners prefer to keep this control in hand. If you let your vendors have this data then they can see all your customer/prospect details irrespective of if they ever purchase from that store or not.
If you want to add this support you have to make the settings panel available inside vendor settings page. Now the plugin keeps all the customer information inside a separate table so you might need to check that structure too. And finally, you’ll need to change the logic of email triggering based on Vendor settings.
One thing to give special attention, one user might visit many products from different vendors so while crafting the logic make sure the user doesn’t get bombarded with too many emails from all the vendors.
Thank You!SushobhanKeymasterYes, we are very much aware of this and focusing more on updating our documentation. I guess you already visited our documentation site https://docs.wclovers.com/. We are in a process to add more and more documentation in upcoming days to fill this gap.
Thank You!May 18, 2020 at 12:47 pm in reply to: You guys leave out an IMPORTANT feature – intentionally? #132449SushobhanKeymasterHi,
No, there is none. At least not in the form of a readymade shortcode which you can then put anywhere on the website. I’ll pass this request to our Dev team.
Thank You!SushobhanKeymasterHi @news8,
Also, if possible go to wp-config.php and change wp-debug to true. Then resolve the errors (if any). Also, check error logs in your server.
Let me know if you find the cause.
Thank You!SushobhanKeymasterHi,
Thanks for getting in touch with us!
When you use Stripe Split Pay, it will not use any of your withdrawal settings. When a customer pays via Stripe (Make sure Marketplace Stripe Split Pay is enabled under Payment methods from wp-admin >> WooCommerce >> Settings >> Payments), the commission fee is calculated in realtime and both vendor and admin account gets credited simultaneously.
I hope this answers your question.
Thank You!SushobhanKeymasterHi @news8,
We have tested it in our local environment and also in demo sites but could not replicate the issue. Will it be possible for you to set up a staging site where we can test this?
Thank You!May 18, 2020 at 11:02 am in reply to: What are Inquiries/Enquiry in the dashboard for wclovers.com? #132425SushobhanKeymasterHi,
Thanks for getting in touch with us!
If you ever send an inquiry from one of our addon page, those will get listed there. See here- https://imgur.com/50RvgOL
Thank You!May 18, 2020 at 11:02 am in reply to: What are Inquiries/Enquiry in the dashboard for wclovers.com? #132424SushobhanKeymasterHi,
Thanks for getting in touch with us!
If you ever send an inquiry from one of our addon page, those will get listed there. See here- https://imgur.com/50RvgOL
Thank You!SushobhanKeymasterHi,
Add the following line in your child themes functions.php or using code snippet plugin and wait for 7days-
add_filter( 'wcfm_is_allow_wc_geolocate', '__return_false' );
Thank You!SushobhanKeymasterThis reply has been marked as private.May 18, 2020 at 8:42 am in reply to: Download WCFM has been revoked possibly due to a license key or subscription #132400SushobhanKeymasterThis reply has been marked as private.May 18, 2020 at 8:12 am in reply to: Download WCFM has been revoked possibly due to a license key or subscription #132395SushobhanKeymasterHi,
This usually happens when you use a different email address than you have used while purchasing our product. So either go back to the previous email id or send us your order id and new email and we will update that from our side.
@ryad.bouchaoui Sorry we made you feel that way. My apologies!
Thank You!SushobhanKeymasterHi,
This is happening due to the theme conflict. I’m going to close this topic as we are already discussing this https://wclovers.com/forums/topic/stripe-payement-bug-2/
Thank You!SushobhanKeymasterHi,
Thanks for getting in touch with us!
Assuming you are using the latest version of all the plugins and the themes (please update if not yet), it could be a conflict with one of the plugins or the theme you are using.
To determine that, please follow this troubleshooting guide:
https://wclovers.com/knowledgebase/conflict-check/Only the site admin would know and your users won’t be affected by this troubleshooting.
Please let us know if you find the cause.
Looking forward to helping you.
May 18, 2020 at 7:52 am in reply to: I have purchased wcfm ultimate and still can't see the membership tab #132390SushobhanKeymasterHi,
Thanks for getting in touch with us!
Make sure you have WCFM – Frontend Manager for WooCommerce, WCFM Marketplace, and WCFM – Membership installed and activated. Then go to your WCFM admin dashboard and you will get the Membership menu there. You don’t need Ultimate for this.
Let me know how it goes.
Thank You! - AuthorPosts