Forum Replies Created
- AuthorPosts
- BingalMember
Hi,
Any update on this!
Thank You
BingalMemberWCFM has it’s own Groups & Staffs.
BingalMemberWelcome 🙂
March 10, 2018 at 11:27 pm in reply to: Price Display (with Discount) needs better formatting #20116BingalMemberHi,
This has been resolved with WCfM 3.5.8 release.
Kindly update yours and take a look.
Thank You
BingalMemberHi,
Any update on this!
Thank You
BingalMemberHi,
Is this resolve for you?
Please know me if I can help you in some other way!
Thank You
BingalMemberHi,
This has been resolved with WCfM 3.5.8 release.
Kindly update yours and take a look.
Thank You
BingalMemberHi,
This is one of WCFM Ultimate exclusive feature.
Kindly check this – https://wclovers.com/knowledgebase/wcfm-product-listings/
Thank You
BingalMemberWell, it’s a custom taxonomy. Kindly add this code to disable this –
add_filter( 'wcfm_is_allow_custom_taxonomy', '__return_false' );
Thank You
BingalMemberHi,
It’s very easy to achieve. Here is your help codes for the purpose –
Hide Short description –
function wcfm_custom_product_manage_fields_content( $content_fields, $product_id, $product_type ) { $content_fields['excerpt']['label_class'] = 'wcfm_custom_hide'; $content_fields['excerpt']['class'] = 'wcfm_custom_hide'; return $content_fields; } add_filter( 'wcfm_product_manage_fields_content', 'wcfm_custom_product_manage_fields_content', 50, 3 );
Hide Draft button –
add_filter( 'wcfm_is_allow_draft_published_products', '__return_false' );
What is “Manufacturer” ?
Thank You
BingalMemberHi,
We definitely have some plan, but it’s difficult to say any ETA from now.
Thank You
BingalMemberYeah sure … please know me if you required any further assistance on this.
BingalMemberGreat … welcome 🙂
BingalMemberHi,
It will take time, possibly till the end of this month.
Thank You
BingalMemberHi,
If you hide ‘user_name’ then Staff can not be created, it’s required field to add a Staff.
Can you please know me, which email notification your are talking about?
Thank You
BingalMemberHi,
This error is nothing, it’s from Chrome.
Please give me a test Vendor access, I want to check this.
Thank You
BingalMemberHi,
‘how we can work for your site?’ – sorry, that’s my fault. I didn’t write it properly. My main query was that, how can we perform this changes to your site, as it’s not possible to do those at our site? Is this live or not … etc.
But you have already answered me those as well, thank you.
We just need admin access for this site to do the work. Please so theme update first, as we don’t want you will be again in pain after that.
Don’t worry about the price, it will not cost you more than $100.
I think it will be better if we discuss this further directly, please contact here – https://wclovers.com/contact-us/
You may also add me at your Skype – wclovers.team@gmail.com
Please know me your thoughts.
Thank You
BingalMemberHi,
Please first go through WCFM Capability, you may disable many of them from there.
Still if you have anything left, then please know me, will definitely give you code snippet for the purpose.
Thank You
March 9, 2018 at 4:31 am in reply to: New Vendor Application Registration Not Working with WCfM #19995BingalMemberThis has been resolved with WCFM 3.5.7 update.
You may remove the filter code as well.
Thank You
BingalMemberHi,
This issue has been resolved.
kindly take a look and know me is this working perfectly for you or not!
Thanks for your patience.
BingalMemberAhh .. great.
Thanks for knowing me this.
Please know me if you have any other issues.
BingalMemberHi,
As understand, you want to have only one main category can be selected and sub-category of that are allowed.
Frankly, these are also possible to achieve but such things are comes under paid customisation.
If you are interested in this then please contact us directly – https://wclovers.com/contact-us/
Thank You
BingalMemberThank you very much, we are just looking into this.
BingalMemberHi,
I am really sorry for the inconveniences and really thanks for your such cooperation.
We are just looking into this and get back to you veery soon.
Thank You
March 7, 2018 at 6:03 pm in reply to: translated products does not appear in wcfm ultimate dashboard #19955BingalMemberThis issue has comes due to Arbic translation, “enter” pressed after each translation strings.
Closing this here for now.
Thank You
- AuthorPosts