Forum Replies Created
- AuthorPosts
- Shhiv NarayanMember
Hi,
We are working on this but just to mention one thing “WCFM Product Export” is part of WCFM Free version, not Ultimate.
WCFM Product Import is WCFM Ultimate feature.We will fix this by next update.
Thank You
ShhivShhiv NarayanMemberHi,
Can you please know me which multi-vendor plugin you are using in?
It’s absolutely possible, I will send a small code snippet to achieve this soon.
Thank You
ShhivShhiv NarayanMemberHi,
I have already checked this plugin https://wordpress.org/plugins/woo-product-bundle/
It’s review is not good and it only works for Simple Products as I read.
Did you tested that properly and it’s good to work with?
If you really really interested in using this i am happy to integrate that, please know me.Course – are you talking about any plugin which doing such things but from backed. Then please send me link of that plugin.
Thank You
Shhiv NarayanMemberHi,
Really sorry for the inconveniences.Are you getting this issue after last WCFM update?
Kindly tell me which multi-vendor plugin you are using is?Also I want to know your WC Bookings version.
Thank You
ShhivShhiv NarayanMemberHi @admin9,
WCFM 3.2.4 has just released and this is already fixed the issue.
Kindly update yours and take a look.
If you still have any queries please know me.
Thank You
ShhivShhiv NarayanMemberHi,
WCFM 3.2.4 has just released and this is already fixed this issue.
Kindly update yours and take a look.
If you still have any queries please know me.
Thank You
ShhivShhiv NarayanMemberHi,
WCFM 3.2.4 has just released and this is already integrated with this feature.
Kindly update yours and take a look.
If you still have any queries please know me.
Thank You
ShhivShhiv NarayanMemberHi,
WCFM 3.2.4 has just released and this is already integrated with this feature for WC Product Vendors.
Kindly update yours and take a look.
If you still have any queries please know me.
Thank You
ShhivShhiv NarayanMemberHi,
Thanks for informing this to us.
yeah right, disabling full view definitely fix this but that is actually a bug.
WCFM CSS should not effect rest of the site.
Between, we have already fix this and updated the in wordpress.org, so if you want to go for full view then just delete and reinstall WCFM Free once.
Thanks for your cooperation.
Shhiv
October 27, 2017 at 6:46 pm in reply to: How can I edit the wcfm-appointments-dashboard page ? #14898Shhiv NarayanMemberHi,
WCFM 3.2.4 has just released, can you please update yours and take a look is that staff login issue resolved or not!!
500 error from this code, strange. Can you please check is there any garbage character exists or not, may possible due to copy-paste and specially coping code from HTML pages.
Please know me, hope you get the concept how you can disable those. Just have to return “false” on these two filters –
1. wcfm_is_allow_appointment_calendar
2. wcfm_is_allow_manage_appointment_staff
But priority should be more than ‘600’Thanks for your patience.
Shhiv
Shhiv NarayanMemberHi,
We have resolved such issues.
Now WCFM dashboard more optimized, so it will load much faster and smoother.Kindly update your to the latest version and take a look.
Thank You
ShhivOctober 27, 2017 at 6:39 pm in reply to: Facing in issue in adding existing product from front-end #14896Shhiv NarayanMemberHi,
Yeah you are absolutely right, WC Marketplace has such a feature. More to mention, only WC Marketplace offer such a feature.
Please don’t your marketplace plugin.Actually I am talking about https://woocommerce.com/products/product-vendors/
Anyway that’s not relevant, we will add this feature in WCFM very soon.
Please keep in touch, I will inform you.
Thank You
Shhiv NarayanMemberHi,
WCFM 3.2.4 has just released and this is already integrated with this feature.
Kindly update yours and take a look.
If you still have any queries please know me.
Thank You
ShhivShhiv NarayanMemberHi,
Do you have exposer of Loco Translate?
Please install the plugin and start translating using this and choose system location. Now this will create folder for you under plugins directory, just place your translated files there.
If you are not getting me clearly please know me, I will send you a help video for that.
Please don’t translate again using this as you have already did that.
Thank You
October 27, 2017 at 10:41 am in reply to: Facing in issue in adding existing product from front-end #14884Shhiv NarayanMemberHi,
Thanks for get in touch with us and it’s pleasure to know that you are using WCFM.
But, you have WC Marketplace as multi-vendor plugin and not WC Product Vendors, if I am not wrong!!
WCMp has a feature called “Single product multiple vendor” – if you enable this then users will have suggestion when the start type product title.
But it’s not suggestion, it’s for creating associated product of that existing!!In WCFM we didn’t integrate that feature yet, it’s quite problematic till now. Specially WC shop search not properly works!!
So we are waiting for the fixes, as WCMp come with the resolved version we will also integrate that in WCFM and vendors will have suggestion in product title.
Just to mention, WCMp frontend manager also not support this feature yet!!
Please know me if you have any further queries.
Thank You
Shhiv NarayanMemberI am closing this topic as this issue is not from any WCFM JS, rather it’s configuration mismatch.
WCFM has no issues with “Autoptimize” and “A3 Lazy Loading”
Thanks for your patience.
Shhiv NarayanMemberWell fine, take your time.
Please know me if I can help you in some way.
Thank You
ShhivShhiv NarayanMemberCan you please give us some error log like above as we can’t get any details from this?
At least some snap from browser console.Thank You
ShhivOctober 26, 2017 at 5:55 am in reply to: How can I edit the wcfm-appointments-dashboard page ? #14838Shhiv NarayanMemberHi,
That’s really cool.
Here is the custom code for you. Past this any where you preferred –
function wcfm_custom_manage_staff( $allow ) { if( current_user_can('shop_staff') ) { $allow = false; } return $allow; } add_filter( 'wcfm_is_allow_manage_appointment_staff', 'wcfm_custom_manage_staff', 750 ); function wcfm_custom_allow_calendar( $allow ) { if( current_user_can('shop_staff') ) { $allow = false; } return $allow; } add_filter( 'wcfm_is_allow_appointment_calendar', 'wcfm_custom_allow_calendar', 750 );
Can you please give me a bit more details what kind of issue you are facing with Appointment List for staff login? If you can share a screenshot then that will be really helpful!!
Thank You
Shhiv NarayanMemberThank you very much.
We will send you customization quotation here soon.
Shhiv NarayanMemberHi,
I have debugged into the issue and this is not for WCFM scripts or any comment within Javascript files.
Can you please contact us at mail, I want to show you snap and if you can tell me from which plugin those are loading?
Even I found that your site “contact us” broken and reason is same.
Between, all these only because of “Force JavaScript in
?” this option from “Autoptimize”, actually most of the scripts can’t work from head. This also break Javascript inter-dependencies, best is to avoid this for large sites, specially when you have too many plugins and lots of Javascript files.Please contact me at wclovers.contact@gmail.com or submit here https://wclovers.com/contact-us/
Thank You
ShhivShhiv NarayanMemberHi,
Didn’t here back anymore from you for a long!!
Thank You
Shhiv NarayanMemberHi,
Didn’t here back from you for a long!!
Thank You
Shhiv NarayanMemberHi,
I am really sorry for this.
We are just looking into this, will definitely fix by the next update.Thank You
ShhivOctober 25, 2017 at 6:27 pm in reply to: How can I edit the wcfm-appointments-dashboard page ? #14822Shhiv NarayanMemberHI,
Now I got your requirement and this can be achieve very easily.
Are you comfortable with coding a bit, if I send you some code snippet can you implement those in child theme functions.php?
Actually, we have WCFM – Groups & Staffs for such purpose, you can control whole staff capability separately as Vendors and even at individual user level.
But your requirement is small so don’t required that, I will help you to do that as well.Also the “Appointment List” section is not working properly for shop_staff users, is it normal ? – Now, this is absolutely not normal, a Staff can view/manage his staff’s Appointments. I will check this, if there is any such issue or not!! If there is something definitely fix by the next update.
Thank You
Shhiv - AuthorPosts