Forum Replies Created
- AuthorPosts
info31
ParticipantThank you. I will try to solve it.
info31
ParticipantYes. I am getting this as an ADMIN account.
I am using a Woocommerce plugin for Tickets called FOOEVENTS.
How can I make that show up in the front end, so my vendors can fill up the details for the tickets?
info31
ParticipantPlease help. Its not working on my end.
info31
Participantinfo31
ParticipantI can’t seem to find the download link for Ultimate
info31
ParticipantThank you. It is working now.
March 26, 2018 at 12:38 am in reply to: Vendor Registration (forwarded to WC Vendor Pro dashboard instead of WCFM) #20878info31
ParticipantI am on:
WCFM Version 4.0.0
WCFM Ultimate Version 3.5.1Would you know how I can get my vendor to the WCFM dashboard instead?
info31
ParticipantNoted. Thank you.
Something is happening and I’m not sure what. I’ll look into it.
info31
ParticipantI’ve used the same plugin as well. Are there instructions on how to use / setup the new menu links?
info31
ParticipantThank you. How much would custom coding for this cost?
info31
ParticipantThank you Bingal. I appreciate all your help.
The level of support from WC Lovers has been amazing.
info31
ParticipantHi Bingal,
It works when I put it in Code Snippets. Short Description / Draft are hidden, but Manufacturer still shows. Is that code that I sent above correct?
Weirdly, this happened to another code (Add new links to WCFM menu) that WC Lovers provided previously. It didn’t work on (Childs theme) functions.php but worked in Code Snippets. Would you have a clue on why this happens? Ideally i would like all code to be in functions.php, to reduce on the number of plugins slowing down my site.
info31
ParticipantHi Bingal,
Yes. info@golivmo.com is us.
We’ve purchased the “Products for WP Job Manager” previously to be used with WCFM / WC Vendor Pro, but it didn’t work, unfortunately. After the installation of the plugin, the product field did not show up on the “Add Listing” form.
Here’s the Add Listing form generated by MyListing theme/WCVendor Pro.
https://imgur.com/a/2XpwLI’m still struggling to figure out a solution without having the user jump through multiple steps to Add Listing -> Add Product -> Re-Open Listing to Add Product. Users also have to jump between 2 dashboards (MyListing Theme Dashboard to Add Listing and WCFM to Add Product).
Any suggestions on how I can use WCFM exclusively?
info31
ParticipantIs that achieved easily?
Could you kindly send me the code?
Thank you.
info31
ParticipantWonderful!
What is the best way to achieve this?
info31
ParticipantHi
I’ve added the above code into my childtheme’s function.php, but it doesn’t seem to work. Those fields still remain there:
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 );add_filter( 'wcfm_is_allow_draft_published_products', '__return_false' );
add_filter( ‘wcfm_is_allow_custom_taxonomy’, ‘__return_false’ );
info31
ParticipantHi,
If you remember, I purchased the “Products for WP Job Manager” plugin previous to achieve that.
However, it didn’t work and both WCLovers team couldn’t figure it out and Astoundify (Products for WP Job Manager) provided a refund. I’m currently using MyListing theme + WC Vendor Pro + WCFM. All sides were saying that the other parties plugin was to blame.
The product field did not show up on the Add Listing page, as your demo in the link shows.
Is there something that I’m missing?
(Note: I am currently a paid WCFM Ultimate subscriber).
info31
Participant- AuthorPosts