Forum Replies Created
- AuthorPosts
- Sayan NaskarMember
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;
}
}Sayan NaskarMemberHello,
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.
April 6, 2020 at 12:46 pm in reply to: WC Seller APP Showing Only Enquiry Board, Reviews, Notifications #115847Sayan NaskarMemberHello,
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.
Sayan NaskarMemberHello,
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.
Sayan NaskarMemberHello,
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.
Sayan NaskarMemberHello @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-settings2. 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,
March 3, 2020 at 1:09 pm in reply to: Erro app delivery (Network Error – Invalid Website URL or Auth Setup Incorrect) #109697Sayan NaskarMemberHello,
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.
Sayan NaskarMemberHello,
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.
Sayan NaskarMemberHello, 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.
Sayan NaskarMemberHello,
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.
Sayan NaskarMemberHello,
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.
Sayan NaskarMemberHello,
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.
Sayan NaskarMemberHello,
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.Sayan NaskarMemberHello,
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.Sayan NaskarMemberHello,
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.
February 10, 2020 at 12:47 pm in reply to: Login Faild: Website Auth Setup Incorrect – Contact Admin – JWT Plugin Inactive #106378Sayan NaskarMemberHello,
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.
Sayan NaskarMemberHello,
Can you please explain with screenshots the exact problem you are facing? That will help us understand your problem clearly.Thank you.
Sayan NaskarMemberHello,
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.
January 20, 2020 at 12:53 pm in reply to: New shipping methods not showing in vendor dashboard #102817Sayan NaskarMemberHello,
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.
Sayan NaskarMemberHello,
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.
Sayan NaskarMemberHello,
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.
Sayan NaskarMemberHello again,
For your convenience the user role for vendors is wcfm_vendorSayan NaskarMemberHello,
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
December 28, 2019 at 11:46 am in reply to: Vendor Mobile App (MStore MultiVendor Marketplace App) #99686Sayan NaskarMemberHello,
Thanks for the information. We will contact the app development team as soon as possible.Thank you
Sayan NaskarMemberHello,
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. - AuthorPosts