Forum Replies Created
- AuthorPosts
Sarmistha Chakraborty
MemberHello,
Thanks for contacting us. Your customization request is in process and our technical team will reach out soon with all the details.
For any custom work please contact us here for the purpose – https://wclovers.com/woocommerce-multivendor-customization/Thanks.
Sarmistha Chakraborty
MemberHello,
Please deactivate others plugins except WooCommerce and our WCFM plugins. And active any default wordpress theme, then check once.
Thanks.
Sarmistha Chakraborty
MemberHi,
This information required for SEO, this information will not shown n the website.
Please check Yoast SEO plugin documentation, how SEO works.(https://wordpress.org/plugins/wordpress-seo/)Thanks.
Sarmistha Chakraborty
MemberHello,
Is there a way to make each vendor have a different template using child themes?
>>Sorry unfortunately this is not possible.is there a way to customize each vendor’s frontend page (e.g. background colors, custom menus, etc)?
>> For changing any style go to admin WCFM dashboard->settings->store style (PFA)
Regarding custom menu for vendor store page you can check here : https://wordpress.org/support/topic/custom-tab-in-vendor-store-page/Thanks.
Attachments:
You must be logged in to view attached files.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
MemberHi,
We have resolved the issue in your site.(We have added some style)
input.wcfm-checkbox, input[type="checkbox"].wcfm-checkbox { margin-right: 50% !important; position: unset !important; } label.onoffswitch-label { padding-left: 0 !important; } label.onoffswitch-label::before{ border:none !important; } label.onoffswitch-label::before{ color:transparent !important; }Thanks.
Sarmistha Chakraborty
MemberHello,
Add this style to your child theme’s style.css
@media only screen and (max-width: 768px) { #wcfmmp-stores-wrap ul.wcfmmp-store-wrap li .store-footer .store-data-container { padding: 25px 0 0; } } @media only screen and (max-width: 1024px) { #wcfmmp-store #wcfm_store_header { min-height: 110px; } #wcfmmp-store .header_left,#wcfmmp-store .header_right { padding-bottom: 0 !important; } #wcfmmp-store .social_area { background: transparent !important; } } @media only screen and (max-width: 600px) { #wcfmmp-store .social_area { margin-top: 0; top: -15px; } #wcfm_store_header .wcfmmp-store-rating { top: -18px; } .theme-urus #wcfmmp-store .address { top: 80px; position: absolute; } #wcfmmp-store .social_area ul li a i { font-size: 16px; } #wcfmmp-store .social_area ul li { width: 30px; height: 30px; } }Thanks.
Sarmistha Chakraborty
MemberHi,
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_filter('wcfm_defaut_user_avatar',function($img_url){ $img_url = 'http://localhost/wordpress/wp-content/uploads/2019/05/1.jpg'; //image url which you upload to the wordpress media folder return $img_url; },20);Thanks.
Sarmistha Chakraborty
MemberHello,
1> can you provide code for Affiliate form ?
>> What we understand that you want to make firstname&lastname require field for affiliate registration, Add this below 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_affiliate_registration_fields', function( $aff_registration_fields ) { if( isset( $aff_registration_fields['first_name'] ) ) { $aff_registration_fields['first_name']['custom_attributes'] = array( 'required' => 1 ); } if( isset( $aff_registration_fields['last_name'] ) ) { $aff_registration_fields['last_name']['custom_attributes'] = array( 'required' => 1 ); } return $aff_registration_fields; }, 50 );2> both Affiliate form and Vendor form modified files (please share also file names) are not effected by any plugins update ?
>> For this requirement we have send you the script which is using wordpress “filter”. Any file modification is not required. You don’t need to any modification in core file plugin so this customization will not effected by any plugins update.
3>why don’t make it simple for everybody and put on all fields (except the primary key one) an on/off switch like for added ones, so in this way you can avoid all international differences and help a persona customization ?
>> Do you want a settings(on/off) which will decide the registration field will be required or not?
In this case, our WCFM plugins have “filters”, so easily you can achieve this requirement by adding two lines of code.That’s why we don’t have added more settings for this.as my final target is a big project, how much does it cost a specialized and focused remote code worker ?
>>Please contact us here for the purpose – https://wclovers.com/woocommerce-multivendor-customization/ with Scope of work for your site.Thanks.
Sarmistha Chakraborty
MemberHi,
Ok, Unfortunately by-default this theme is not compatible with our WCFM plugins.
Please share us your site url with admin access(here: https://wclovers.com/setup-guidance/ with topic link) then we can share you the style accordingly.Thanks.
Sarmistha Chakraborty
MemberHello,
We have checked you site. Now issue has been resolved. Kindly update your WCFM plugins.
Sarmistha Chakraborty
MemberHello,
1) Multiple membership packages can be assigned to one vendor?
>>No, one vendor have multiple membership not possible.2) General membership setting such as base package selection etc can be accessed in individual membership package screen so if for example ‘Gold Plus’ package is expired the user automatically switched back to it’s base package which is ‘Gold Package’, same goes for Silver plus and silver packages and so on?
>>You can set expiry rule,after membership expire vendor will be disable or assign basic membership (PFA)
But basic membership plan same for all others plus plans(Gold Plus,Silver plus etc.).Thanks.
Attachments:
You must be logged in to view attached files.Sarmistha Chakraborty
MemberHello,
Can you share us the vendor list page and vendor store page url of your site, then we can check your site and send you the style accordingly.
Thanks.
Sarmistha Chakraborty
MemberHello,
The functionality is Products will be online but no option of Add to cart(If vendor is off line).
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,
This is your theme style issue. Which theme you are using?
Thanks.
February 18, 2020 at 3:05 pm in reply to: Did the redirect page for a successful vendor registration change #107616Sarmistha Chakraborty
MemberThanks for your suggestion. We will look into this.
Hope your issue has been resolved, we are closing this topic.Sarmistha Chakraborty
MemberHi,
By-default if you set “order sync” OFF then if all vendors(in same order) make it Completed, then the main order status will be change to Completed. Can you share us the site url with admin access here: https://wclovers.com/setup-guidance/ , then we can check this issue in your site.
Thanks.
Sarmistha Chakraborty
MemberHello,
You have to set “choose plan” option in “Subscription First Step” Membership settings and register vendor from “vendor registration” page(PFA)
Thanks.
Attachments:
You must be logged in to view attached files.Sarmistha Chakraborty
MemberHello,
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//** * Set a minimum order amount for checkout */ add_action( 'woocommerce_checkout_process', 'wc_minimum_order_amount' ); add_action( 'woocommerce_before_cart' , 'wc_minimum_order_amount' ); function wc_minimum_order_amount() { // Set this variable to specify a minimum order value $minimum = 50; if ( WC()->cart->total < $minimum ) { if( is_cart() ) { wc_print_notice( sprintf( 'Your current order total is %s — you must have an order with a minimum of %s to place your order ' , wc_price( WC()->cart->total ), wc_price( $minimum ) ), 'error' ); } else { wc_add_notice( sprintf( 'Your current order total is %s — you must have an order with a minimum of %s to place your order' , wc_price( WC()->cart->total ), wc_price( $minimum ) ), 'error' ); } } }Ref. link: https://docs.woocommerce.com/document/minimum-order-amount/
Thanks.
Sarmistha Chakraborty
MemberHello,
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_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 your required content--> <h1><?php printf( __("Welcome to %s!", 'wc-multivendor-marketplace'), get_bloginfo('title') ); ?></h1> <p><?php printf( __('Thank you for choosing %s! This quick setup wizard will help you to configure the basic settings and you will have your store ready in no time.', 'wc-multivendor-marketplace'), get_bloginfo('title') ); ?></p> <p><?php esc_html_e("If you don't want to go through the wizard right now, you can skip and return to the dashboard. You may setup your store from dashboard › setting anytime!", 'wc-multivendor-marketplace'); ?></p> <p class="wc-setup-actions step"> <a href="<?php echo esc_url(get_wcfm_url()).'/products/'; ?>" class="button-primary button button-large button-next wcfm_submit_button"><?php esc_html_e("Add First Product", 'wc-frontend-manager'); ?></a> <a href="<?php echo esc_url(get_wcfm_url()); ?>" class="button button-large"><?php esc_html_e('Dashboard', 'wc-frontend-manager'); ?></a> </p> <?php }Thanks.
Sarmistha Chakraborty
MemberHello,
You can change font color of “store name” etc from settings->store style (PFA)
Thanks.
Attachments:
You must be logged in to view attached files.Sarmistha Chakraborty
MemberHello,
add_filter('wcfm_is_allow_wc_advanced_product_labels','check_wcfm_is_allow_wc_advanced_product_labels'); function check_wcfm_is_allow_wc_advanced_product_labels($bool) { $userid = get_current_user_id(); if(wcfm_is_vendor($userid)) { $bool = false; } return $bool; }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
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,
Yes It is possible, if you are using our “WCFM Membership” plugin. Then set your page as “Custom Thank You Page” (
<your site url>/store-manager/memberships-settings/PFA) and turn on the “Disable Store Setup Widget” (settings->Marketplace Settings->Disable Store Setup Widget).Thanks.
Attachments:
You must be logged in to view attached files.- AuthorPosts