WC Lovers

WooCommerce Frontend Manager - Multivendor marketplace vendor dashboard

We're shifting our Forum based support to a more dedicated support system!

We'll be closing our Forum support from 10th June, 2020 and move to Email Support assistance.

  • If you are a WCFM premium add-ons user, contact us- here
  • Want to know more before buying our add-ons? Send Pre sale queries- here
  • If you are a WCFM free user, please open a support ticket at WordPress.org
  • For WCFM App related queries, reach us- here
From now the forum will be read-only!

Forum Replies Created

Viewing 25 posts - 976 through 1,000 (of 1,174 total)
  • Author
    Posts
  • in reply to: Multiple Membership Packages to Single Vendor #108194

    Hello,

    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.

    in reply to: i can not access my store manager #108163

    Hello,

    Please deactivate others plugins except WooCommerce and our WCFM plugins. And active any default wordpress theme, then check once.

    Thanks.

    in reply to: SEO information #108162

    Hi,

    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.

    in reply to: Custom Templates for Each Vendor #108146

    Hello,

    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.
    in reply to: Missing Tick Box in Settings #108143

    You 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.

    in reply to: Missing Tick Box in Settings #108031

    Hi,

    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.

    in reply to: Vendor store list and vendor page issue #108025

    Hello,

    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.

    in reply to: Changing default vendor avatar #107997

    Hi,

    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.

    in reply to: How to make first name and last name mandatory ? #107993

    Hello,

    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.

    in reply to: Missing Tick Box in Settings #107844

    Hi,

    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.

    in reply to: How vendor can cancel an order ? #107832

    Hello,

    We have checked you site. Now issue has been resolved. Kindly update your WCFM plugins.

    in reply to: Multiple Membership Packages to Single Vendor #107749

    Hello,

    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.
    in reply to: Vendor store list and vendor page issue #107747

    Hello,

    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.

    in reply to: Store Inactive ( Not online) #107745

    Hello,

    The functionality is Products will be online but no option of Add to cart(If vendor is off line).

    Thanks.

    in reply to: Editing Store Setup Form #107744

    You 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.

    in reply to: Missing Tick Box in Settings #107743

    Hello,

    This is your theme style issue. Which theme you are using?

    Thanks.

    Thanks for your suggestion. We will look into this.
    Hope your issue has been resolved, we are closing this topic.

    in reply to: How vendor can cancel an order ? #107615

    Hi,

    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.

    in reply to: Skip plan select and confirmation #107611

    Hello,

    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.
    in reply to: How can i set a limit order ? #107606

    Hello,

    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.

    in reply to: Editing Store Setup Form #107439

    Hello,

    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 &rsaquo; 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.

    in reply to: Store list font color #107436

    Hello,

    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.
    in reply to: hide vendor product label collapse tabs #107433

    Hello,

    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.

    in reply to: Delete Product #107432

    You 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.

    in reply to: Re-direct vendor after registration #107428

    Hello,

    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.
Viewing 25 posts - 976 through 1,000 (of 1,174 total)