Forum Replies Created
- AuthorPosts
- SushobhanKeymaster
Hi,
Thanks for getting in touch with us!
Our next update will have this endpoint.
Thank You!SushobhanKeymasterHi,
As I can see, you are already discussing this on some other threads
https://wclovers.com/forums/topic/how-to-add-custom-post-types-to-your-store-manager-dashboard/#post-131114
https://wclovers.com/forums/topic/request-custom-tabs-manager-in-vendor-store-page/#post-133188
Please, don’t create duplicate entries. It becomes hard to track and also engage multiple support personnel to solve same issue. Which can’t be a good thing.
I’m closing this thread as well.SushobhanKeymasterHi,
In that topic, there was some additional information-Create “wcfmmp-view-store-newtab.php” file in your active theme’s
/wcfm/store/wcfmmp-view-store-newtab.php. In this file add your custom content. Also, you haven’t mentioned how the store is related to these custom post types? Are the vendors set as the author of these posts (artists)? Based on that information we will need to change your ‘new_register_rule2’ function.
Let me know. Thanks!
*edit- I wasn’t even aware of the fact that you were using WCFM CPT plugin. Because you told that to some other topic but forget to mention here!
SushobhanKeymasterDuplicate topic- https://wclovers.com/forums/topic/add-new-tabs-to-display-custom-post-type/
I’m closing this topic.
Thank You!May 20, 2020 at 11:10 am in reply to: Minimum order Quallity and maximum order quality option at product entry page #133414SushobhanKeymasterHi,
Thanks for getting in touch with us!
Sorry but the free version doesn’t have this feature. For this you’ll require https://woocommerce.com/products/minmax-quantities/ and WCFM Ultimate https://wclovers.com/product/woocommerce-frontend-manager-ultimate/
Thank You!SushobhanKeymasterHi,
Sorry to say this but, we do not take any responsibility to set up a website. Of course, we provide guidance/help to set up our own plugins. But anything else we do, we do it just to support the business owners like you.
Similarly, in the forum, we regularly provide code snippets to tweak things for free, but if someone expects we are bound to do that, then sorry again we aren’t.
I might sound rude while talking all this, but put yourself under our shoe and you’ll get my point. Like in your case you have purchased a theme, and some other plugins (including ours), yet you are expecting us to set up your website!
Sorry if we gave you any wrong clues, but if you want your money back I can surely arrange that.
In a nutshell, the features we provide in our free/paid plugins are our responsibility, any bug in it is our responsibility. But that’s it.
Lastly, we would like to help you out. We just need some more time to free ourselves. Last few months the support forum just exploded with queries due to this COVID situation and we are working very hard to catch up. We do care about your business but there are others too in the queue.
Please keep your patience or you can always hire some professional to do this for you!
Thanks!
SushobhanKeymasterHi,
Starting from WCMp v3.4.0, it is no more compatible with WCFM. You can switch to WCFM Marketplace if you want.
We are truly sorry about this inconvenience.
Thank You!SushobhanKeymasterHi,
Thanks for getting in touch with us!
It seems like a JS error. You can find more about this by checking your browser console. Let me know what you have found.
Clear/purge all your cache before testing any further. That might solve the issue as well.
Thank You!SushobhanKeymasterHi,
Thanks for getting in touch with us!
You can try the following snippet-add_action( 'woocommerce_after_shop_loop_item_title', function() { if ( ! wcfm_is_store_page() && apply_filters( 'wcfm_is_pref_inquiry_button', true ) ) { echo do_shortcode( '[wcfm_inquiry]' ); } }, 3 );
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 it goes.
Thanks!SushobhanKeymasterThis reply has been marked as private.SushobhanKeymasterThis reply has been marked as private.SushobhanKeymasterYou are always welcome 🙂
Let me know if there’s anything else we can help you with.
Can we ask for a favor? Would you mind taking a few minutes to review our plugin (if you haven’t already) at https://wordpress.org/support/plugin/wc-multivendor-marketplace/reviews/ and let others know about your 5 Star experience with WCFM Marketplace. Also, follow us on Twitter https://twitter.com/wcfmmp for more exciting news, important updates, and irresistible offers.SushobhanKeymasterHi,
To make this code work, you’ll need WCFM Ultimate. Without that, it will not work. I should have asked you that before. Sorry about that. You can now destroy our access.
Let me know if there is anything else I can help you with.
Thank You!SushobhanKeymasterHi,
It’s done! You had it disabled from Settings >> Menu Manager. When I was there, I have noticed some errors in your browser console due to another plugin.
Thank You!SushobhanKeymasterOk, send me the access also reach out to your theme author and see what they say about this. Thank You!
May 19, 2020 at 9:10 pm in reply to: “Group auto-assignment on Registration” – cannot see option auto-assign Vendor #133181SushobhanKeymasterFor this, go to your Membership settings page (click on cog-wheel sign at the header bar while on the Membership page) >> General tab. Now choose the membership plan that you want to use as default membership against Basic Membership field.
That’s it.SushobhanKeymasterThis reply has been marked as private.SushobhanKeymasterI couldn’t agree more. We’ll overcome this in the coming days for sure.
In the meantime, you can read about this feature from here- https://docs.google.com/document/d/1ZndDZTS7QtVCeXC79jM3HnMnW8l7HRJLgJK5pJotrNs/edit?usp=sharing
This is the same documentation on membership that I have shared with you earlier.May 19, 2020 at 8:10 pm in reply to: Delete button & category breadcumb in product catalog view #133160SushobhanKeymasterThis reply has been marked as private.May 19, 2020 at 5:06 pm in reply to: “Group auto-assignment on Registration” – cannot see option auto-assign Vendor #133108SushobhanKeymasterHi,
Vendor registration now totally gets controlled via WCFM Membership. You’ll need to create your membership and there you can also map that membership with a Group. That way when a vendor gets registered under that membership they will automatically assign in that group as well. Please refer to this updated membership documentation- https://docs.google.com/document/d/1ZndDZTS7QtVCeXC79jM3HnMnW8l7HRJLgJK5pJotrNs/edit?usp=sharing
Thank You!SushobhanKeymasterYour settings seem alright to me. It’s very strange though.
Please try to perform the following steps and after each step check if it solves the issue-
1. Clear all shorts of cache, server cache, CDN cache. Once done, visit your Permalinks page (Settings >>Permalinks).
2. Deactivate and activate WCFM plugins.
3. Enable wp_debug and wp_debug_log and after an error, look at wp-content/debug.log to see if anything gets logged there. https://codex.wordpress.org/Debugging_in_WordPress
4. Check your server log for any possible errors
Thank You!SushobhanKeymasterHi,
Thanks for getting in touch with us!
There are hooks to add new columns. Though it’s not fully customizable.
Tell me your requirement and I’ll help you accordingly.
Thank You!SushobhanKeymasterHi,
Visit Settings >> Permalinks page and send me a snapshot of this page. As your problem is related to permalinks, it might get fixed only by visiting this page.
Let me know.
Thank You!May 19, 2020 at 4:18 pm in reply to: What is cause of 404 error in manager? re Dashboard Pages 'Refresh Permalink' #133088SushobhanKeymasterHi,
Thanks for getting in touch with us!
It’s hard to tell what might be the reason. 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.
SushobhanKeymasterHi,
Thanks for getting in touch with us!
Here is the updated link – https://drive.google.com/file/d/1A9tUnUXwlrToRb7fXmRd7px2r-49jrhi/view?usp=sharing
Thank You! - AuthorPosts