Forum Replies Created
- AuthorPosts
- February 7, 2020 at 12:38 pm in reply to: Did the redirect page for a successful vendor registration change #106058
Sarmistha Chakraborty
MemberHello,
You can change the HTML and content using this filter “wcfmmp_store_setup_steps”
add_filter('wcfmmp_store_setup_steps','fn_wcfmmp_store_setup_steps'); function fn_wcfmmp_store_setup_steps($default_steps) { $default_steps['introduction']['view'] = 'custom_wcfmmp_store_setup_introduction'; return $default_steps; } function custom_wcfmmp_store_setup_introduction(){ //Add Content Here }I need to apply a template to it?
>>Unfortunately we have no option for this.Thanks.
February 7, 2020 at 11:58 am in reply to: Hide "Sold by" button on shop pages, only show on single product? #106048Sarmistha 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,
You can find out from here how to setup SEO by vendor – https://wclovers.com/knowledgebase/wcfm-marketplace-store-setup/
You need to install Yoast SEO plugin. Our WFCM plugin has support of Yoast SEO plugin. https://wordpress.org/plugins/wordpress-seo/
You can check Yoast SEO plugin documentation to understand how SEO works.Thanks.
February 6, 2020 at 5:11 pm in reply to: Hide "Sold by" button on shop pages, only show on single product? #105848Sarmistha Chakraborty
MemberHello,
add_action('init',function(){ global $WCFM, $WCFMmp; remove_action('woocommerce_after_shop_loop_item_title', array( $WCFMmp->frontend, 'wcfmmp_sold_by_product' ), 9 ); remove_action('woocommerce_after_shop_loop_item_title', array( $WCFMmp->frontend, 'wcfmmp_sold_by_product' ), 50 ); });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/Thanks.
Sarmistha Chakraborty
MemberHello,
What we understood is that you have added a custom field for product and you want to incorporate a search mechanism using that field, let me know if we have understood it correctly, and if so, it will require custom work. Please contact us here for the purpose – https://wclovers.com/setup-guidance/
Thanks.
February 6, 2020 at 12:08 pm in reply to: Translating different labels of WCFM in another language permanently #105693Sarmistha Chakraborty
MemberHello,
You can use Loco translate plugin for this purpose. (How to use Loco translate – https://www.youtube.com/watch?v=ZUPhsoUm-QE)
It’s the easiest way to achieve what you want. Select the plugin Loco Translate -> Plugins -> WCFM – Plugins for changing labels.Thanks.
Sarmistha 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,
Your Vendor shop-manager page slug is “dashboard”. So modify this script
function custom_redirects() { $redirecturl = site_url().'/vendor-register'; if ( is_page( 'dashboard' ) && !is_user_logged_in() ) { //add the slug name of vendor store manager page wp_redirect( $redirecturl ); die; } } add_action( 'template_redirect', 'custom_redirects' );Thanks.
February 5, 2020 at 11:42 am in reply to: Add product bottom page is cut off when you add more than one picture #105506Sarmistha Chakraborty
MemberHello,
Kindly share your siteurl with access details here : https://wclovers.com/woocommerce-multivendor-customization/ (with this topic link), then we can your site.
Thanks.
Sarmistha 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.February 4, 2020 at 2:44 pm in reply to: Translation line does not match email template (Inquiry) #105355Sarmistha Chakraborty
MemberHello,
Kindly click on “Sync” button in loco translate editor (PFA) because you have updated WCFM plugin. Hope that will help to solve your issue.
Thanks.
Attachments:
You must be logged in to view attached files.Sarmistha Chakraborty
MemberHi,
Kindly check if”Show Sold By” capability for vendor is turned-on. (PFA)
If you still have same issue please share us the site access here : https://wclovers.com/woocommerce-multivendor-customization/ with this topic link. Then we can check your site.Thanks.
Attachments:
You must be logged in to view attached files.Sarmistha Chakraborty
MemberHi,
Unfortunately not yet. May be we will add this feature in our future update.
Thanks.
February 3, 2020 at 6:24 pm in reply to: My vendor-membership page is not showing the plan table #105197Sarmistha Chakraborty
MemberHello,
Have you added any custom code snippets in your site? Which theme are you using?
Thanks.
Sarmistha Chakraborty
MemberHello,
Have you added any custom code snippets in your site? By-default vendor can change his store-name, store-slug etc. You can check once deactivate others plugins(except WooCommerce and our WCFM plugins).
Sarmistha Chakraborty
MemberHello,
We understand your point, It will require custom work.
Please contact us here for the purpose – https://wclovers.com/woocommerce-multivendor-customization/Thanks.
Sarmistha Chakraborty
MemberHello,
Unfortunately currently we don’t have this feature. It is in our future roadmap.
Thanks.
Sarmistha Chakraborty
MemberHello,
For “Store Analytics” you can use ID – “wcfm_dashboard_wcfm_anaytics” and for ‘Sales by product’ you can use ID – “wcfm_dashboard_wc_reports_pie”
Thanks.
Attachments:
You must be logged in to view attached files.Sarmistha Chakraborty
MemberHello,
[Location] is only for grouped products
>> Override the template wcfm-view-geomywp-products-manage.php in your theme’s<your active theme>/wcfm/products-manager/wcfm-view-geomywp-products-manage.php.
and remove the class name “variable external booking”. (PFA)[Yoast SEO] + [Tabs Manager] are accessible only for admin
>>Modify the script,function remove_booking_tabs() { global $WCFMu, $WCFM; remove_action( 'end_wcfm_products_manage', array( $WCFMu->wcfmu_wcbooking, 'wcb_wcfmu_products_manage_form_load_views' ), 30 ); if(!current_user_can('administrator')) { add_filter('wcfm_is_allow_seo','__return_false'); add_filter('wcfm_is_allow_wc_tabs_manager','__return_false'); } } add_action( 'wcfm_init', 'remove_booking_tabs', 20 );Attachments:
You must be logged in to view attached files.Sarmistha Chakraborty
MemberHi,
Basically this is hoe it works-
Any registered users follows any vendors and all this user can check all the list of vendors they are following in the “following” tab. Similarly the vendors can see the list of followers in “Followers” tab in vendor Dashboard.
Thanks.
Sarmistha Chakraborty
MemberHello,
Have you added any custom code snippets in your site? Otherwise please share your site url with access here: https://wclovers.com/woocommerce-multivendor-customization/ then we will check your site.
Thanks.
Sarmistha Chakraborty
MemberHi,
We have replied you https://wclovers.com/forums/topic/change-text-2/#post-104643 in this thread.
Thanks.
Sarmistha Chakraborty
MemberHello,
You can change text using “loco translate” plugin to translate this text.(https://wordpress.org/plugins/loco-translate/)
Please select the plugin Loco Translate -> Plugins -> “WCFM – WooCommerce Multivendor Marketplace” for changing those text.Thanks.
Sarmistha Chakraborty
MemberHello,
Regarding vendor store set up wizard, please check if “Disable Store Setup Widget” is turned-off under “Marketplace Settings”. (PFA)
how can I change the background from blue to white?
>> You can change color of background from WCFM dashboard,
Settings -> Marketplace Settings -> Dashboard Style.Attachments:
You must be logged in to view attached files.January 29, 2020 at 4:12 pm in reply to: My vendor-membership page is not showing the plan table #104530Sarmistha Chakraborty
MemberHello,
Kindly check if you have set “vendor membership” page for “Custom Plan Page” option in here- (
<your site url>/store-manager/memberships-settings/) and the page has [wcfm_vendor_membership] shortcode.
And Uncheck the membership plan “Hide from Plan Table” (PFA)Please check here the documentation : https://wclovers.com/knowledgebase/wcfm-membership/
Thanks.
Attachments:
You must be logged in to view attached files. - AuthorPosts