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 - 326 through 350 (of 388 total)
  • Author
    Posts
  • in reply to: Easy bulk upload with default settings #103502

    Hi,

    Thanks for choosing our product.
    If you use our “WOOCOMMERCE FRONTEND MANAGER – ULTIMATE” addon plugin then you will get an extra feature to import bulk products at a time. There is a export option ( you will get the export option in free version too ) under store-manager->Products section, you can export products csv file from there and follow the exact structure to create your bulk products csv file for import. I’ve attached a sample product export csv file below but you have to get a csv file yourself from your website’s product export option and follow that structure.

    A screenshot of the export section is attached also.

    Link for the “WOOCOMMERCE FRONTEND MANAGER – ULTIMATE” addon plugin: https://wclovers.com/product/woocommerce-frontend-manager-ultimate/

    Hope this helps and fulfills your criteria.

    Thanks,

    Attachments:
    You must be logged in to view attached files.
    in reply to: Template header.php #103497

    Hi,

    If you want to edit the store view templates then you will get those in “WCFM Marketplace” plugin folder, the file path is “wcfm-multivendor-marketplace/views/store” and inside this store folder you will get several files of vendor store details page structure. If you wish to edit those files in your theme, then you need to create a folder named “wcfm” and inside that create another folder named “store” and copy the specific file from “wcfm-multivendor-marketplace/views/store” folder path into your theme’s “wcfm/store” folder path and edit that file.

    Hope this helps. If this is not what you were trying to do then please explain it more elaborately with a screenshot image.

    Thanks,

    in reply to: About vendor store #103495

    Hi,

    I think you are not getting the correct vendor id. I hope you are trying to get these values in product details page….right?
    If yes then please use the below code to get the vendor id:
    $vendor_id = wcfm_get_vendor_id_by_post( get_the_ID() );
    It will return the correct vendor id and by passing this id you will get the correct values as well.

    Hope this helps.

    Thanks,

    in reply to: Settings Menu sub items DOESNT WORK. #103488

    Hi,

    Glad to hear that it worked.
    Feel free to contact us if any issues.

    Thanks,

    in reply to: wcfm products page – single page layout #103430

    Hi ian-guy,

    Its not at all bothering for us. You’re most welcome.
    As it’s a custom work so please contact us here for the purpose: https://wclovers.com/woocommerce-multivendor-customization/

    We’ll get back to you.

    Thanks,

    in reply to: checkbox field at seller registration #103412

    Hi,

    The section which I explained is only for adding custom fields in vendor registration form but if you wish to implement any newsletter to it then it will require paid custom development.
    Please contact us here for the purpose – https://wclovers.com/woocommerce-multivendor-customization/

    Thanks,

    in reply to: Full Width Layout #103410

    Hi,
    Glad to hear that it worked because it was nothing to do with my code as I had worked on css files only.
    But one thing I noticed that your site is getting “504 gateway time-out nginx” error, so you can contact your hosting provider for this.

    Thanks,

    in reply to: checkbox field at seller registration #103204

    Hi,

    No need to use custom coding for this. You can go to store-manager->Settings->Vendor Registration and create custom fields ( checkbox ) under “Registration Form Custom Fields”.

    Thanks,

    in reply to: Multi Vendors #103193

    Ok great, we’ll get back to you soon.

    in reply to: Product Limit #103192

    @vanilladev89

    You got it right but as I explained above that it will require custom development and will require additional cost.
    And if you are interested then please contact us here – https://wclovers.com/woocommerce-multivendor-customization/

    Thanks,

    in reply to: Product Limit #103191

    Cheers @pisidia

    in reply to: Multi Vendors #103031

    Hi,

    1) May I ask you how can I ONLY allow vendors who have applied affiliate (and accepted) to access to “ADD to my store” function?
    This will require a bulk of customization work.
    Please contact us here for the purpose – https://wclovers.com/woocommerce-multivendor-customization/

    2) In my business case, I want to simplyfy the process for users being an affiliate. Is it possible to give them the vendor capability the same time when they register affiliate ?
    This is not possible.

    Thanks,

    in reply to: Hide Shipping Option #103025

    Hi,

    For removing “Shipping Type” option you have to add the below given code to your theme’s style.css file. After removing this field you can’t select the shipping type option and for this the “Shipping By Country” settings will not appear. But if you still want this then please use the below code to remove it.

    .wcfmmp_shipping_type, #wcfmmp_shipping_type {
      display: none !important;
    }

    For removing the “Shipping Rates by Country” section add the below code in your theme’s style.css file.

    #wcfmmp_settings_form_shipping_by_country .wcfmmp_shipping_rates, #wcfmmp_settings_form_shipping_by_country #wcfmmp_shipping_rates, #wcfmmp_settings_form_shipping_by_country .description {
      display: none !important;
    }

    For changing the ‘Shipping By Country’ title to ‘Shipping Costs’ use the Loco Translate plugin.

    Thanks,

    Hi,

    We really appreciate suggestions from well-wishers like you because this is how our product will acquire more and more good features and flourish.
    So thanks for the suggestion, we’ll look into it and maybe we can add this feature in our future update.

    Thanks,

    in reply to: Product Limit #102865

    Hi,

    This is not possible using code snippet.

    It requires serious custom development, and this will be a paid one.

    If you are interested then please contact us here – https://wclovers.com/woocommerce-multivendor-customization/

    Thanks

    in reply to: Product updatation issue #102844

    Hi,
    It can be a conflict issue with some other plugin or theme.
    Please share us your website link and login details, we will get back to you.

    Please share your website credentials as private reply here.

    Thanks,

    in reply to: Customize Store List #102841

    Hi,
    You’ve to pass “map” attribute with blank value to remove map from store ( vendor ) list page.
    Please use this shortcode: [wcfm_stores map=””]

    Thanks,

    in reply to: Product limit per product type #102836

    Hi,
    We don’t have this feature in our plugin.
    Please contact us here for the purpose – https://wclovers.com/woocommerce-multivendor-customization/

    Thanks,

    in reply to: Settings options not showing #102645

    Hi,

    Can you please share you website link and login details, we’ll check the issue and get back to you.

    Please share your website login credentials as private reply only.

    Thanks,

    in reply to: The store list mobile #102644

    Hi,

    Please contact us here for the purpose – https://wclovers.com/woocommerce-multivendor-customization/
    We’ll get back to you.

    Thanks,

    in reply to: Product Limit #102641

    Hi,

    You can use our “Groups & Staffs” addon plugin, using this you can create different groups with limited product adding capabilities and assign vendor/vendors to that group, admin can even increase product limit for vendors later if they want.

    Groups & Staffs Addon Link: https://wclovers.com/product/woocommerce-frontend-manager-groups-staffs/

    Thanks,

    Hi,
    You have to navigate to store-manager->Vendors and then click on “Pending Store Vendors” button on the header area, you will get the vendor list with pending approval and then you can approve them whoever you want.
    If you want to approve all vendors by default then you can skip the approval process by unchecking the “Required Approval” option under Settings->Vendor Registration.

    Thanks,

    in reply to: WCFM Vendor Product Upload Issue #102456

    Hi,
    Please check your upload file size limit, it may decline due to large file sizes.
    If this isn’t the issue then please share us your website login details.

    Please do share your website logins details as private reply.

    Thanks,

    in reply to: Issues with setup #102452

    Hi,

    – how do I access the store admin settings? it keeps sending me to the vendor page
    If you login as an administration or vendor it will redirect you to the store-manager page and with different functionalities.
    – why it doesn’t show the “sold by” although I inserted it? http://offerte.ioeilmiocane.it/negozio/prodotto/leni-manto/
    You’ve to check the option “Visible Sold By” option under store-manager->Settings->Marketplace Settings, it will work.
    – where is the vendor page? I don’t see it..
    This is your vendor list page: http://shop.ioeilmiocane.it/venditori/
    And this is your vendor page: https://shop.ioeilmiocane.it/venditore/test/

    In addition to this, is there a way to add more shipping options related to users?
    Yes vendor can set shipping options according to themselves.

    Thanks,

    in reply to: Featured, top stores widgets not showing up #102447

    Hi,
    You’ve to add “Vendor Store: Featured Products” and “Marketplace: Top Rated Vendors” widgets for this and meanwhile can you please specify which theme you are using.
    Using these widgets should work but if it doesn’t then please do share us your website login details.

    Please do share your website details as private reply only.

    Thanks,

Viewing 25 posts - 326 through 350 (of 388 total)