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 - 276 through 300 (of 388 total)
  • Author
    Posts
  • in reply to: Cant approve new vendors from store manager #107525

    Hi,

    You will find the option for approving vendors from here: store-manager->Store Vendors->Pending Store Vendor
    and from there you can approve newly registered vendors, if this doesn’t help then please share your website login details with us.

    Please share your website login credentials as private reply here.

    Thanks,

    in reply to: How to resize the store in the store list size? #107524

    Hi,

    It seems to be a css issue. Can you please share the link with us?

    Thanks,

    in reply to: Create user staff #107521

    Hi,

    Are you using our “WOOCOMMERCE FRONTEND MANAGER – GROUP & STAFF” addon plugin?
    Did you create staff user using “WOOCOMMERCE FRONTEND MANAGER – GROUP & STAFF” addon plugin and did you set any capabilities for that user?

    Thanks,

    in reply to: Vendor List not the Next Pages #107518

    Hi,

    There is a javascript error due to “YITH WooCommerce Wishlist” plugin installed in your website. Can you please deactivate it once and check whether the issue still exists or not. If the issue still exists then it can be due to some other plugin. Make sure you take a database backup of your website before deactivating any plugin.
    Can you also confirm whether you are using any custom code snippet in your website.

    Thanks,

    in reply to: Product category limit #107500

    Hi,

    There was a css issue in your site, right now its fixed, please check it once and do let us know if any further issues.
    Added the below code in your child theme’s style.css file:

    .select2-container .selection .select2-selection--multiple {
    	max-height: none !important;
    }

    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.

    Thanks,

    in reply to: Cannot upload any images #107435

    Hi,

    I’ve checked it after login with your vendor login credentials, image upload while adding product works fine. If you are talking about the media section then we don’t have the feature to upload file from there for security reasons.

    Thanks,

    in reply to: WCFM settings problem #107430

    Hi,

    Can you please check whether you are sending us the latest error log report or not?
    If yes then please share your website login details with us, we will check.

    Please share your website login credentials as private reply here.

    Thanks,

    in reply to: Product category limit #107426

    Hi,

    It may be a css issue. Please share us your website login details, we need to check.

    Please share your website login crendentials as private reply here.

    Thanks,

    in reply to: Cannot upload any images #106935

    Hi,

    Can you please share us your website link as well so that we can login and check whats the issue?

    Thanks,

    in reply to: Dashboard menu text not showing #106510

    Hi@owusuoppongemmanuel,

    Please send us your website link to login using the username & password you sent.

    2. After store wizard, I want to direct vendors to a page of training before a visit to the dashboard or a page for the knowledge base. How do I add content to the knowledge base?

    add_filter( 'wcfmmp_store_setup_steps', 'wcfm_set_complete_redirect', 10, 3 );
    function wcfm_set_complete_redirect( $default_steps ) {
    	$default_steps['next_steps']['view'] = 'cus_wcfmmp_store_setup_ready';
    	return $default_steps;
    };
    
    function cus_wcfmmp_store_setup_ready() {
    ?>
    	<h1><?php esc_html_e( apply_filters( 'wcfm_store_setup_complete_heading', __( 'We are done!', 'wc-frontend-manager' ) ) ); ?></h1>
    	<div class="woocommerce-message-wcfm woocommerce-tracker">
    	<p><?php echo esc_html( apply_filters( 'wcfm_store_setup_complete_message', __( "Your store is ready. It's time to experience the things more Easily and Peacefully. Add your products and start counting sales, have fun!!", 'wc-multivendor-marketplace' ) ) ); ?></p>
    	</div>
    	<div class="wc-setup-next-steps">
    	  <p class="wc-setup-actions step">
    		  <a class="button button-primary button-large wcfm_submit_button" href="<?php echo esc_url( site_url() ); ?>"><?php esc_html_e( apply_filters( 'wcfm_store_setup_complete_button', __( "Let's go to the Dashboard", 'wc-frontend-manager' ) ) ); ?></a>
    		</p>
    	</div>
    <?php
    }

    I’ve changed the dashboard url to website url of “Let’s go to the Dashboard” button, you can change the url and content according to you inside the “cus_wcfmmp_store_setup_ready” function.

    3. Can there be a toggle between register as a vendor and as a customer from the my account sign up?
    Yes it can be done, it will require custom development, please contact us here for the purpose: https://wclovers.com/setup-guidance/

    Thanks,

    Hi @marcinzywy,

    Glad to hear that the issue has been resolved for you.

    Thanks,

    in reply to: Become a vendor registration needed #105547

    Hi,

    Is it possible to force customers register first through woocommerce and only then become a vendor?
    There is no such way to force user to register as customer before becoming a vendor first but one thing you can do is to hide the vendor registration or membership page, after that when a customer will login he will get a link which says “Become a Vendor” and clicking on it it will redirect customer to vendor registration page.

    To enable the registration form for customers in my account page you need to enable the Allow customers to create an account on the “My account” page checkbox under wp-admin->WooCommerce->Accounts & Privacy->Account creation.

    Thanks,

    in reply to: Pls Help!! Registration progress stuck #105539

    Hi @sakkem87,

    Glad to hear that it worked.

    Thanks,

    in reply to: Add Vendor info as Tag to product Page #105537

    Hi,

    You can use the [wcfm_store_info id=”” data=”store_location”] shortcode to display the store location map, just pass the correct vendor id value it will return the store location of the respective vendor.
    For displaying it in the product details page you have to put the respective code in the single product page template.

    Thanks,

    in reply to: Dashboard menu text not showing #105520

    Hi @owusuoppongemmanuel,

    It seems as a css issue but no worries just share us your website login details with us, we’ll check it and get back to you.

    Please do share your website login credentials as private reply here.

    Thanks,

    in reply to: Different attributes per category #105515

    Hi,

    Can you please share us your website login details so that we can check.

    Please send your website login credentials as private reply here.

    Thanks,

    in reply to: Delivery Boys requests #105508

    Hi,

    We didn’t receive any customization request mail regarding this forum thread. If you mailed us for customization regarding any other forum thread we will look into it and get back to you.

    Thanks,

    in reply to: free trial days limitation #105505

    Hi @aemr45,

    Thanks for the suggestion.
    We’ll definitely try to add this feature in our future updates.

    Thanks,

    in reply to: WCFM Vendor Approval Not Working #105283

    Hi,

    Can you please check your browser console and confirm that whether you are getting any javascript error or not?

    Thanks,

    in reply to: free trial days limitation #105281

    Hi,

    Yes you have use our “WOOCOMMERCE FRONTEND MANAGER – GROUP & STAFF” addon plugin for this feature. After installing this plugin you need to create a group and disable the “Add Products” capability and then assign this group to the specific membership plan with trial period. When users register under this plan they will not be able to add products but giving the users product adding capability after trial period will be a manual process. I mean after trial of each vendor you have to manually remove that vendor from the group to again give them product adding capability.

    WOOCOMMERCE FRONTEND MANAGER – GROUP & STAFF: https://wclovers.com/product/woocommerce-frontend-manager-groups-staffs/

    Thanks,

    in reply to: Open Vendors tab_links_area on same page #105278

    Hi,

    We don’t have this feature to load all tabs data in the same page as when there will be a lot of date for a vendor it will slow down the page more.

    Thanks,

    in reply to: Remove and Customize Steps from Store Setup #105274

    Hi @contatoapp,

    Please use the below code to remove Support, Seo and Social steps from store setup:

    add_filter('wcfmmp_store_setup_steps', 'remove_seo_tab');
    function remove_seo_tab($steps) {
        unset($steps['seo'], $steps['social'], $steps['support']);
        return $steps;
    }

    And use the below code to remove IBAN, Swift Code and IFSC Code from under “Bank transfer”:

    add_filter( 'wcfm_marketplace_settings_fields_billing_bank', 'remove_store_setup_bank_fields' );
    function remove_store_setup_bank_fields($wcfmmp_settings_fields_billing) {
    	unset( $wcfmmp_settings_fields_billing['iban'], $wcfmmp_settings_fields_billing['swift'], $wcfmmp_settings_fields_billing['ifsc'] );
    	return $wcfmmp_settings_fields_billing;
    }

    Thanks,

    in reply to: Users not able to login via mobile device #105265

    Hi,

    It may be because of your mobile’s browser cache, so please clear your mobile’s browser cache once and check it, you can also check it in incognito mode of your browser.

    Please do let me know if any issues.

    Thanks,

    in reply to: Hide child categories search in the store list page #105232

    Hi,

    There is no such option to change the order, it will require custom coding.
    Please contact us here for the purpose: https://wclovers.com/woocommerce-multivendor-customization/

    Thanks,

    in reply to: About vendor store #105191

    Hi @trapti agrawal,

    What complete code do you want?
    You can use the above code just be sure to get the vendor id correct.

    Thanks,

Viewing 25 posts - 276 through 300 (of 388 total)