Forum Replies Created
- AuthorPosts
Sarmistha Chakraborty
MemberHello,
We have already replied you in this https://wclovers.com/forums/topic/custom-templates-for-each-vendor/ thread regarding this.
Different color schemes for different vendor – Unfortunately we haven’t this feature.Thanks.
Sarmistha Chakraborty
MemberHello,
Try this code to your child theme’s functions.php
In case you do not have child theme then add code using this plugin – https://wordpress.org/plugins/code-snippets/add_filter('wcfm_dashboard_welcometext',function($text){ $text = sprintf('Welcome to the %s ', get_bloginfo() ); // change as per your requirement return $text; },20);Thanks.
Sarmistha Chakraborty
MemberHello,
Can you modify the below code once,
add_filter('wcfm_thank_you_right_button_url','vendor_welcome_url_change_0505'); function vendor_welcome_url_change_0505($setup_url) { return site_url().'store-manager/products-manage/'; } add_filter('wcfm_thank_you_right_button_label','vendor_welcome_lbl_change_0505'); function vendor_welcome_lbl_change_0505($setup_lbl) { $setup_lbl = __( 'set up your market by add your first product', 'wc-multivendor-membership' ); return $setup_lbl; }Thanks.
Sarmistha Chakraborty
MemberHello,
This is not possible using code snippet.
It requires good amount custom development, and this will be a paid one.
If you are interested then please contact us here –https://wclovers.com/setup-guidance/ with requirement.Thank You
Sarmistha Chakraborty
MemberHello,
Unfortunately we don’t have any filter to modify this. In main plugin if you modify the code, then you will see the subcategories also.
$product_categories = get_terms( 'product_cat', 'orderby=name&hide_empty=0' );
path : \wp-content\plugins\wc-frontend-manager-groups-staffs\views\wcfmgs-view-capability-manage.phpThanks.
Sarmistha Chakraborty
MemberYou can share us here and Set as private reply.
Thanks.
May 5, 2020 at 1:58 pm in reply to: How to modify store vendor dashboard home page with custom content? #126892Sarmistha Chakraborty
MemberYou 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 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.Sarmistha Chakraborty
MemberHello,
This error indicates you have already added “vendor_welcome_url_change” code/function previously. Please check your custom codes, where you have added this function and remove this code.
Or just modify with below code –add_filter('wcfm_thank_you_right_button_url','vendor_welcome_url_change_0505'); function vendor_welcome_url_change_0505($setup_url) { return site_url().'store-manager/products-manage/'; } add_filter('wcfm_thank_you_right_button_label','vendor_welcome_lbl_change'); function vendor_welcome_url_change($setup_lbl) { $setup_lbl = __( 'set up your market by add your first product', 'wc-multivendor-membership' ); return $setup_lbl; }Thanks.
May 5, 2020 at 1:52 pm in reply to: WCFM registration form custom field display on vendor page #126887Sarmistha Chakraborty
MemberYou are always welcome 🙂
Can we ask for a favor? Would you mind taking a few minutes to review our plugin 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.
Sarmistha Chakraborty
MemberHello,
You can achieve this using our WCFM – GROUPS & STAFFS(https://wclovers.com/product/woocommerce-frontend-manager-groups-staffs/) and WCFM – Membership plugin. https://wclovers.com/knowledgebase/wcfm-groups-staffs/
Set the category in “Product Categories” capability in group and assign the group with membership plan.Thanks.
Sarmistha Chakraborty
MemberHello,
For this admin have to add “Store Policy” from WCFM store dashboard -> Settings -> Store Policy.
Then Add this code to your child theme’s functions.php
In case you do not have child theme then add code using this plugin – https://wordpress.org/plugins/code-snippets/add_action('wcfm_init','remove_translate_option_for_vendor',100); function remove_translate_option_for_vendor() { if( wcfm_is_vendor() ) { global $WCFM, $WCFMu; remove_action('wcfm_vendor_settings_after_seo', array( $WCFM->wcfm_policy, 'wcfm_policy_vendor_settings' ), 15 ); } }Thanks.
Sarmistha Chakraborty
MemberHello,
1) When adding a Product add-On per product in the store manager it wont display al the fields. Scrolling is almost impossible, the last input fields are only visible when you Tab trough the input fields. How can I lengthen the vertical view in such a way that I can view all the fields.
>>Can you please share us one vendor access of your site, along with site url. Then we can check the issue and guide you accordingly.
When sharing the access, please don’t forget to mark the reply as private.Thank you!
Sarmistha Chakraborty
MemberHello,
1) allow buyers of a product to submit review and rating of a product
>>This is WooCommerce default feature. WooCommerce > Settings > Products -> Enable product reviews2) allow the buyer to share the product he purchased on Social media.
>>This requirement also not depends on WCFM plugins. You can use any social share plugin like Woocommerce Product Page Social Share(https://wordpress.org/plugins/woo-product-page-social-share/)Thanks.
Sarmistha Chakraborty
MemberHello,
If you are using “WCFM – Direct PayPal Pay”(https://wordpress.org/plugins/wc-frontend-manager-direct-paypal/) plugin then this plugin will not allow you to add different vendor’s product add in same cart.
“Disable Multivendor Checkout” option should be un-checked for this purpose – https://ibb.co/7vS19SbThanks.
Sarmistha Chakraborty
MemberHello,
We have already replied you in this https://wclovers.com/forums/topic/how-to-disable-delivery-location-field-on-checkout/ thread.
Thanks.
Sarmistha Chakraborty
MemberHello,
To hide ‘delivery location’ in checkout page,
We have add this “Shipping By Distance” feature in our latest update, incase you do not need it, you can turn off this module.(PFA)Thanks.
Attachments:
You must be logged in to view attached files.May 5, 2020 at 12:30 pm in reply to: How do I setup global rule for bookable product availability based on store ho? #126849Sarmistha Chakraborty
MemberHello,
Sorry, Unfortunately as of now this isn’t supported in our plugin.
This is not possible using code snippet.
We will definitely take this into account and if possible we will incorporate it in our future updates.Thanks.
Sarmistha Chakraborty
MemberHello,
Menu is not displayed in the seller dashboard
>>Please share us your site url with access, we need to check your site.(Set as private reply)Thanks.
Sarmistha Chakraborty
MemberHello,
“martfury” theme(latest version) add support for WCFM vendors. As a result if vendor logged in then theme will remove others accounts menu.
To override this, add below code in your theme’s functions.phpfunction martfury_nav_vendor_menu() { $author = get_user_by( 'id', get_current_user_id() ); $vendor_menu = array(); if ( ! in_array( 'vendor', $author->roles ) && ! in_array( 'seller', $author->roles ) && ! in_array( 'dc_vendor', $author->roles ) ) { return $vendor_menu; } if ( ! has_nav_menu( 'vendor_logged' ) ) { $vendor_menu = martfury_vendor_navigation_url(); } else { ob_start(); martfury_get_nav_menu( 'vendor_logged' ); $vendor_menu[] = ob_get_clean(); } return $vendor_menu; }Thanks.
Sarmistha Chakraborty
MemberHi,
Also please send us the site url, where to login.
Thanks.
May 4, 2020 at 9:19 pm in reply to: WCFM membership option is not showing in store manager dashboard #126599Sarmistha Chakraborty
MemberHello,
You can find here – https://wclovers.com/wcfm-compatible-plugins/ list of plugins which are supported with our WCFM plugins.
ya active el complmemnto
>>For which plugin you are looking for this “membership support”?Thanks.
Sarmistha Chakraborty
MemberHello,
Regarding Dashboard menu issue, We have tested with this theme https://wordpress.org/themes/envo-storefront/, and it’s working fine. Vendor/seller can see his dashboard menus. Please check once WCFM store dashboard->settings->Menu manager all are enable or not, and Vendor/seller capabilities are turn on or not.
Regarding booking, You can find out here -https://wclovers.com/wcfm-compatible-plugins/ which booking plugins are supported with our WCFM plugin. With “WooCommerce Booking” plugin you can handle room/hourly booking.
I am shown in the setting for ultimate 2 green arrows correctly in the loco file for German is shown to me was not activated
>>Sorry , this point is not clear, Please elaborate.Thanks.
Sarmistha Chakraborty
MemberHello,
We have our demo setup with “Martfury” theme, and it’s working perfectly.
Please check : https://wclovers.com/demos/ (Foodie site)Share us your site Url and admin access, then we can check your site. (Set as private reply)
Before that update your themes and plugins.Thanks.
Sarmistha Chakraborty
MemberHello,
For this options will require our premium WCFM-Ultimate plugin.https://wclovers.com/product/woocommerce-frontend-manager-ultimate/
Thanks.
Sarmistha Chakraborty
MemberHello,
I want to preset bookings to be cancelled up to 24 hours
>> For this,add_filter('wcfm_wcbokings_general_fields',function($fields,$vendor_id){ $fields['_wc_booking_user_can_cancel']['dfvalue'] = 'yes'; $fields['_wc_booking_cancel_limit']['value'] = 24; $fields['_wc_booking_cancel_limit_unit']['value'] = 'hour'; return $fields; },10,2);remove block cost, and rename Base cost to price
>>For this,add_filter('wcfm_wcbokings_cost_fields',function($fields,$product_id){ $fields['_wc_booking_cost']['label'] = __('Price', 'woocommerce-bookings'); unset($fields['_wc_booking_block_cost']); return $fields; },10,2);Add this above code to your child theme’s functions.php
In case you do not have child theme then add code using this plugin – https://wordpress.org/plugins/code-snippets/Please be advised,before removing random fields for setup Booking product some fields are required field (https://docs.woocommerce.com/document/creating-a-bookable-product/)
Thanks.
- AuthorPosts