Forum Replies Created
- AuthorPosts
Sarmistha Chakraborty
MemberHi,
We have checked the code in your site, the quotation was mistype. Kindly check.
Thanks.
January 28, 2020 at 5:18 pm in reply to: Add product bottom page is cut off when you add more than one picture #104391Sarmistha Chakraborty
MemberHello,
jQuery(document).ready( function($) { $('#wcfm_products_manage_form .wcfm-tabWrap').css('height',$('#wcfm_products_manage_form .page_collapsible.collapse-open').next().height()); });Add this code to your child theme’s JS (javasript) file.
In case you do not have child theme then add code using this plugin – https://wordpress.org/plugins/header-and-footer-scripts/ (https://www.ostraining.com/blog/wordpress/custom-js/)Thanks.
Sarmistha Chakraborty
MemberHi,
Ok we understand. This is not our default flow. It will need customization. Please contact us here for the purpose – https://wclovers.com/woocommerce-multivendor-customization/
Thanks.
January 27, 2020 at 7:00 pm in reply to: Vendor gets redirected to the message page"Under Review"? #104206Sarmistha Chakraborty
MemberHello,
Please check each membership “Required Approval” settings. It should also be turn off. (PFA)
Thanks.
Attachments:
You must be logged in to view attached files.Sarmistha Chakraborty
MemberHi,
Please check: https://wclovers.com/knowledgebase/wcfm-enquiry-module/ (PFA). Vendor/seller have own followers & inquiries board.
Thanks.
Attachments:
You must be logged in to view attached files.Sarmistha Chakraborty
MemberHi,
Unfortunately there is no shortcode for this. But to achieve this you can create 3 different type of product category (example: booking,appointments etc.) and assign booking products under “booking” category and so on. Then in “booking” product category page you will get only booking products(
<your site url>/product-category/<category-slug).Thanks.
Sarmistha Chakraborty
MemberThis reply has been marked as private.Sarmistha Chakraborty
MemberHello,
We mean that in our current version of plugin we don’t have this option now. The requirement is in our future roadmap.
Thanks.
Sarmistha Chakraborty
MemberHi,
Please go to WCFM Admin Setting -> Marketplace Setting – Set “order sync” OFF – https://ibb.co/RY7qmYn
Now, your each vendor will able to manage their own order status separately, it will not effect main order status. Admin will be only person who can change main order status!
Thanks.
Sarmistha Chakraborty
MemberThis reply has been marked as private.January 24, 2020 at 12:26 pm in reply to: Admin and Vendor Order Dashboard Status Symbols Overlapping Each Other #103567Sarmistha Chakraborty
MemberHi,
You are welcome.
Please create different thread for different issues you are facing.
We have solved the store search issue, if you still have any other issue regarding store search you can communicate here.Thanks.
Sarmistha Chakraborty
MemberHello,
Is your store manager slug represented as “store-manager”?
Can you share the site’s access with us? Then we can take a look into this requirement.Thanks.
January 24, 2020 at 12:07 pm in reply to: Admin and Vendor Order Dashboard Status Symbols Overlapping Each Other #103555Sarmistha Chakraborty
MemberHello,
We have solved the issue. The issue was occurring because of “Advanced Access Manager” plugin and it’s resolved as we have deactivated it. If you want to keep it activated then feel free to speak with the author of “Advanced Access Manager” plugin. (PFA)
Thanks.
Attachments:
You must be logged in to view attached files.January 23, 2020 at 4:52 pm in reply to: How to translate the tab titles within the vendor page and emails? #103416Sarmistha Chakraborty
MemberThis reply has been marked as private.January 23, 2020 at 4:31 pm in reply to: Admin and Vendor Order Dashboard Status Symbols Overlapping Each Other #103413Sarmistha Chakraborty
MemberThis reply has been marked as private.Sarmistha Chakraborty
MemberHi,
The “firebase” chat library does not have this option.
Thanks.
Sarmistha Chakraborty
MemberHello,
Let me explain to you what our plugin has as an inbuilt feature for chat.
With WCFM, there is a chat option available in vendor store page and single product page where-in the customer can chat with vendor. You can checkout the demo access once again https://wcfmmp.wcfmdemos.com/my-account/ and now let me know what exactly you are referring to here.
Thanks.
January 23, 2020 at 12:52 pm in reply to: I didn't know why i no see "Sold By" at single product page #103367Sarmistha Chakraborty
MemberHi,
We suggest you to update your theme and our WCFM plugins. Because we checked in our local-server it works properly. If it still not working then please contact here : https://wclovers.com/woocommerce-multivendor-customization/ with your site details then we can debug your site.
Thanks.
January 23, 2020 at 11:50 am in reply to: wcfm products page – always visible schedule date selector #103348Sarmistha 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,
As these will be customization works, it’s handled by a different team, feel free to reach-out to them with your requirements via this email wclovers.custom@gmail.com.
Thanks.
January 22, 2020 at 1:44 pm in reply to: wcfm products page – always visible schedule date selector #103173Sarmistha Chakraborty
MemberHello,
To visible schedule date selector by-default, add below style Appearance -> Customize -> Additional Css
.sales_schedule_ele, .var_sales_schedule_ele { display: inline-block !important; } .sales_schedule, .var_sales_schedule { display:none !important; }Thanks.
Sarmistha Chakraborty
MemberSarmistha Chakraborty
MemberHello,
function custom_redirects() { $redirecturl = site_url().'/vendor-register'; if ( is_page( 'store-manager' ) && !is_user_logged_in() ) { //add the slug name of vendor store manager page wp_redirect( $redirecturl ); die; } } add_action( 'template_redirect', 'custom_redirects' );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/
Thanks.
Sarmistha Chakraborty
MemberHello,
add_filter('wcfm_product_save_pending_redirect','after_wcfm_product_submit_redirect'); add_filter('wcfm_product_save_publish_redirect','after_wcfm_product_submit_redirect'); function after_wcfm_product_submit_redirect($redirect_to){ global $WCFM; $wcfm_page = get_wcfm_page(); $redirect_to = wcfm_get_endpoint_url( 'wcfm-products', '', $wcfm_page ); return $redirect_to; }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/
Thanks.
Sarmistha Chakraborty
MemberHello,
You can add custom field in vendor registration page from settings -> Vendor Registration. (PFA)
For showing this field in vendor dashboard/any-where in your site it will required custom work. For this Please contact us here – https://wclovers.com/woocommerce-multivendor-customization/Thanks.
Attachments:
You must be logged in to view attached files.- AuthorPosts