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 - 51 through 75 (of 243 total)
  • Author
    Posts
  • in reply to: Vendors page products too small in mobile layout #116776
    Sayan Naskar
    Keymaster

    Hello,
    Use the following code in the custom css section of your theme.


    @media
    (max-width: 544px) {
    #wcfmmp-store .product_area .products-wrapper ul.products li.product:nth-child(2n) {
    margin-left: 0;
    clear: left;
    }
    #wcfmmp-store .product_area .products-wrapper ul li.product {
    width: calc(50% – 10px);
    display: inline-block;
    }
    #wcfmmp-store .product_area .products-wrapper ul.products li.product:nth-child(2n+1) {
    clear: right;
    }
    }

    in reply to: Return policy #116748
    Sayan Naskar
    Keymaster

    Hello,
    You can use periodic withdrawal option to achieve this. https://docs.wclovers.com/withdrawal/#periodic-withdrawal
    Please take a look at the documentation from the above link.

    Thank you.

    Sayan Naskar
    Keymaster

    Hello,
    It looks like a capabilities issue.
    Just do one thing. Login to the website with admin credentials -> go to the WCFM frontend dashboard -> go to capabilities settings -> then without making any changes save the capabilities settings ones.
    After that close, the mobile app if open and open it ones again.

    I hope this solves your problem. Let us know.

    in reply to: WooCommerce #114848
    Sayan Naskar
    Keymaster

    Hello,
    If you are using JWT Auth in wcfm marketplace you must use Barrier toke to authenticate.
    In the sreenshot you are using woocomere secret keys as username and password in basic authentication. It will not work in that way.
    You must either use JWT auth or Basic auth plugins.

    Thank you.

    in reply to: Firebase SDK #111357
    Sayan Naskar
    Keymaster

    Hello,
    Are you talking about the WCFM Store manager app?
    If so, only the vendors can log-in to the app. For the vendor app, there is no chat module option firebase is used to connect one signal notification.
    If you mean anything else other than WCFM Store Manager Mobile app, Let us know.

    Thank You.

    in reply to: Few headache #109702
    Sayan Naskar
    Keymaster

    Hello @owusuoppongemmanuel,
    1. For Shipping classes, it is available in the shipping by sone. but admin must enable shipping classes from the admin settings.
    The documentation for shipping by zone is available in the link: https://docs.wclovers.com/store-shipping/#zone-wise-admin-settings

    2. All the apps in the codecanyon are third-party apps so we cannot recommend them to you without properly testing them. But don’t worry we are planning a customer app very soon.

    Thank you @SebastianFloKa for the other answers.

    Regards,

    Sayan Naskar
    Keymaster

    Hello,
    We need to check the API request and response through the App apis. Can you please contact us at wclovers.contact@gmail.com so that we can discuss this issue further?

    Thank you.

    in reply to: Primary Menu not visble on shop page #107128
    Sayan Naskar
    Keymaster

    Hello,
    As I can see now the issue on the menu is fixed in our end. Can you please clear the cache and check ones?

    Thank You.

    in reply to: Primary Menu not visble on shop page #106992
    Sayan Naskar
    Keymaster

    Hello, as you see the requests in your site are served from https:// but the SSL in the site is probably not set up correctly so in the console your site is getting cross-origin errors (Please find screenshot). Please check WordPress settings to find out if https:// is properly implemented in WordPress Address (URL) and Site Address (URL).

    Thank You.

    in reply to: How can i create an order manually #106987
    Sayan Naskar
    Keymaster

    Hello,
    As you mentioned the table name to be wp_wcmp_vendor_orders so, I guess you are using WCMP marketplace plugin not our WCFM marketplace plugin. So as you see the Rest API Requests are complete up to WCMP and the data insertion in the database is also managed by their plugin. Moreover from WCMP version 3.4 we have stopped further development support for WCMP..

    Thank You.

    in reply to: Can't create an order in the dashboard #106973
    Sayan Naskar
    Keymaster

    Hello,
    The add new order from the vendor dashboard feature is available only in the WCFM Ultimate addon. So you cannot see it in your test site.

    Thank You.

    in reply to: Product disponible to all vendor #106934
    Sayan Naskar
    Keymaster

    Hello,
    As far as I can see you don’t need any of the features that are available to the vendors in our WCFM Marketplace plugin other than creating the orders manually from the vendor dashboard.
    Is there any special reason, like some other vendor feature you want to use from our WCFM Marketplace plugin other than just creating orders by the vendors? Otherwise, you can use the shop manager to create the orders manually it will be a much simple process for just creating the orders.

    Let us know your detailed flow and capabilities of the vendors you want otherwise, using the shop manager role of default WooComerce can solve your requirement.

    Thank You.

    in reply to: Primary Menu not visble on shop page #106928
    Sayan Naskar
    Keymaster

    Hello,
    Can you share with us the URL access of the site for us to check the css?
    Please mark the reply as private while sharing.

    Thank You.
    Sayan Naskar.

    in reply to: Add new attribute button missing #106668
    Sayan Naskar
    Keymaster

    Hello,
    Please check the capability settings in the WCFM Admin Dashboard -> Capability menu you will find the Add AttributeAdd Attribute Add Attribute Term options. Also, please confirm the same is enabled in the vendor wise capability settings.
    Please find the attached screenshot.

    Attachments:
    You must be logged in to view attached files.
    in reply to: Translate colors #106664
    Sayan Naskar
    Keymaster

    Hello,
    Are you using the loco translate plugin? The loco translate plugin is used to only translate the static texts in a plugin. If you want to translate the dynamic texts you can use the WPML plugin.

    Thank You.

    Sayan Naskar
    Keymaster

    Hello,
    I will like to mention that this is a third-party plugin and is the most used JWT auth plugin for WordPress REST API. We have already sent the author an email to test the plugin for the latest version of WordPress. We will update you ones we get back from them.

    But the issues you have mentioned looks like some issues with the CURL request in your server. It will great if you can check with the server admin that the CURL in your server is enabled or not and it is working correctly or not. As you are getting Operation timed out error and 0 bytes transferred I guess CURL is not enabled in the server.

    Thank You.

    in reply to: WCFM APP Not see add product #106370
    Sayan Naskar
    Keymaster

    Hello,
    Can you please explain with screenshots the exact problem you are facing? That will help us understand your problem clearly.

    Thank you.

    in reply to: Please how can i create a vendor, from a rest API #104477
    Sayan Naskar
    Keymaster

    Hello,
    If you create a product through WCFM Rest api the product will automatically get assigned to the vendor already logged in.
    But if you are using Woocommerce rest api you need to set the user id of the vendor and pass it as the author of the product to assign the vendor as the vendor of the product.

    Thank you.

    in reply to: New shipping methods not showing in vendor dashboard #102817
    Sayan Naskar
    Keymaster

    Hello,
    Are you using any plugin to add the other shipping methods?
    As our plugin only supports the default WooCommerce shipping methods for the shipping by zone ie flat rate, local pickup, free shipping. Please find the attached screenshot.
    For other shipping methods using other plugins or custom code adding the methods in the vendor’s end will be custom development work you can contact regarding this at in https://wclovers.com/woocommerce-multivendor-customization/

    Thank You.

    in reply to: Shipping By Weight #102815
    Sayan Naskar
    Keymaster

    Hello,
    Thanks for contacting us actually the shipping by zone and shipping by weight are two different shipping methods and two work in a completely different mechanism so combining them is not possible. For adding multiple countries select option in a single country field in shipping by zone, this is a custom development work. Please contact us at https://wclovers.com/woocommerce-multivendor-customization/ with your requirement and our development team will get back to you regarding this.

    Thank You.

    in reply to: API JWT AUTH (BLACKLIST) #102571
    Sayan Naskar
    Keymaster

    Hello,
    This only happens when there is some mis-configuraion in the site’s settings.

    Please send us the temporary admin , vendor access and the site url of the site you are facing the issue. We will looking into the configuration and suggest possible solutions.

    Please make the comment with the access as private.

    Thanks.

    in reply to: Please how can i create a vendor, from a rest API #99693
    Sayan Naskar
    Keymaster

    Hello again,
    For your convenience the user role for vendors is wcfm_vendor

    in reply to: Vendor APP IOS #99689
    Sayan Naskar
    Keymaster

    Hello,
    Sorry for the delay. The work for the IOS version of the app is already on. But due to some complexity in the ios end there is some restitutions but it will be customisable dont worry about it.

    Thank you

    in reply to: Vendor Mobile App (MStore MultiVendor Marketplace App) #99686
    Sayan Naskar
    Keymaster

    Hello,
    Thanks for the information. We will contact the app development team as soon as possible.

    Thank you

    in reply to: Online Food Ordering Development #99684
    Sayan Naskar
    Keymaster

    Hello,
    Thanks for contacting us but we ourselves are in software development field and working on WordPress and Mobile app product development.
    So we don’t currently have any requirements as such.

    Thanks
    Team WCLovers.

Viewing 25 posts - 51 through 75 (of 243 total)