Thanks
]]>Wenn new vendors click the link “Visit now…” in the email, nothing happens! Only a white page appear! https://charolais-hessen.de/store-manager/
Same thing happens for the Admins, wenn try to visit the email Dashboard link: https://charolais-hessen.de/store-manager/vendors-manage/11/
I was expecting a frontend login form for the vendors and admins here!
What is wrong?
System Data: WordPress-Version: 6.2.2 / Astra theme / WooCommerce-Version: 7.9.0
Best regards, Madzzoni
]]>I have a problem and I hope you can help me.
I made a website with ReHub theme + WCFM Marketplace + WP Bookings. Bookable product is available in my admin dashboard, but in vendor dashboard not.
What is the problem and how can I fix it?
Another question: WP Booking System is compatible with WCfM Marketplace?
Thanks for your answer.
Best regards,
Cs.
]]>Can someone help?
]]>I have an issue with the WCFM Marketplace plugin: the add to cart button doesn’t appear.
When I disactivate the plugin and keep only WooCommerce and WC Frontend Manager activated, the button appear again… I can’t find information about this, and I checked all the settings 100 times but I can’t fix it.
Someone could help me please?
Thank you !!!
Take care of you!
I have used this tutorial:
https://wclovers.com/knowledgebase/wcfm-marketplace-custom-payment-gateway-developers-guide/
This code of the tutorial does not work:
add_filter( ‘wcfm_marketplace_settings_fields_billing’, function( $vendor_billing_fileds, $vendor_id ) {
$gateway_slug = ‘brain_tree’;
$vendor_data = get_user_meta( $vendor_id, ‘wcfmmp_profile_settings’, true );
if( !$vendor_data ) $vendor_data = array();
$brain_tree = isset( $vendor_data[‘payment’][$gateway_slug][’email’] ) ? esc_attr( $vendor_data[‘payment’][$gateway_slug][’email’] ) : ” ;
$vendor_brain_tree_billing_fileds = array(
$gateway_slug => array(‘label’ => __(‘Brain Tree Email’, ‘wc-frontend-manager’), ‘name’ => ‘payment[‘.$gateway_slug.’][email]’, ‘type’ => ‘text’, ‘class’ => ‘wcfm-text wcfm_ele paymode_field paymode_’.$gateway_slug, ‘label_class’ => ‘wcfm_title wcfm_ele paymode_field paymode_’.$gateway_slug, ‘value’ => $brain_tree ),
);
$vendor_billing_fileds = array_merge( $vendor_billing_fileds, $vendor_brain_tree_billing_fileds );
return $vendor_billing_fileds;
}, 50, 2);
Any help will be appreciated!!!
]]>E.g;
name : left side
email: right side
Steps to replicate
marketgennie.com>become a vendor>vendor registration
Please help
]]>