Forum Replies Created
- AuthorPosts
- Sayan NaskarMember
Hello,
WCFM rest api doesn’t have any route of itself to create users or even vendors you must use the default wordpress user creation route.
https://developer.wordpress.org/rest-api/reference/users/You must enter the correct user roles for in the api data for creating different user roles other than customers.
December 17, 2019 at 12:44 pm in reply to: Rest API not working for notifications & enquiries #97734Sayan NaskarMemberHello,
We already have a Seller app for WCFM (WCFM Store Manager) you can use it. It is available in the google play store for free it is developed in react native framework. It is also available for white labeling and the source code is also available.
But we don’t provide help with the custom app development in custom frameworks.Regards,
Sayan NaskarMemberHello,
You can check the link: https://wordpress.stackexchange.com/questions/105168/how-can-i-search-for-a-worpress-user-by-display-name-or-a-part-of-it
You can create your own custom search query for the users in this method.Thank You.
Sayan NaskarMemberHello,
Use the Api Route: https://wcfmmp.wcfmdemos.com/wp-json/wcfmmp/v1/store-vendors
for the purpose.
Replace https://wcfmmp.wcfmdemos.com with your site urlSayan NaskarMemberHello,
In the rest API of both WordPress and WCFM currently, there is no option of filtering users by name.Sayan NaskarMemberHello,
Rest api always shows 10 data per page by default at a time. This is to avoid larger fetching time, it is default in WordPress. To get data of a perticular page number use page=query parameter and to increase no of data per page use per_page= parameter http://192.168.0.32/gigantv2.com.ph//wp-json/wp/v2/users/?search=key&per_page=20&page=2
This will be tha url structure.December 2, 2019 at 12:12 am in reply to: Login Failure Contact Admin-Probable Cause Incorrect url #95384Sayan NaskarMemberHello,
This is strange and should not happen. Can you provide a temporary vendor access and a temporary admin access of the site for us to check?
Please send the access through the contact form in our site https://wclovers.com/priority-supportRegards,
November 30, 2019 at 11:53 pm in reply to: Login Failure Contact Admin-Probable Cause Incorrect url #95107Sayan NaskarMemberHello,
Can you please chech if you are entering the site url with http:// or https:// which depends on your site.
Send us your site link we will tell you what you need to enter as the site url.Thank you.
Sayan NaskarMemberHello,
Your website needs to be configured properly to use the WCFM mobile apps.
You can see the configuration document from the link: https://docs.wclovers.com/wcfm-app/If you have already done the configuration please check that if JWT auth plugin mentioned in the above documentation in installed and activated.
If all of the above steps doesn’t work please contact us at wclovers.contact@gmail.com we will do the configuration ourselves for you.
Thank you.
Sayan NaskarMemberMost welcome.
Sayan NaskarMemberHello,
Do you want to integrate onesignal notification feature in the WCFM Marketplace website version ie one signal desktop notification? Our WCFM Marketplace plugin already has a desktop push notification feature of its own do you want it implemented with onesignal?
Let us know.
Thank You.Sayan NaskarMemberHello,
Which multivendor marketplace plugin are you using? WCFM Marketplace or any other marketplace plugins? As our app is only compatible with WCFM Marketplace plugin.Let us know, if you are already using WCFM Marketplace plugin then send us the access of your site from the link:
https://wclovers.com/woocommerce-multivendor-customization/
Or here as a private post. We will look into this and let you know.Thank you.
Sayan NaskarMemberHello,
Is there a way to hide the button send to review?
>>> If all you need all your vendors to submit the products to draft and not publish the products directly then use the CSS:#wcfm_products_simple_submit_button { display: none !important; }
For the shipping issue.
I tested in my environment with the values you provided and the save functionality is working fine screenshot attached.
Maybe you are having some issues in javascript on your site.Please contact us here for the mentioning this issue and with your site access – https://wclovers.com/woocommerce-multivendor-customization/
Our team will look into the issue on your site and get back to you.Thank You.
Attachments:
You must be logged in to view attached files.Sayan NaskarMemberHello,
Great to hear that the issue you mentioned is solved.
Please let us know if you have any other questions or problems.Thank you.
Sayan NaskarMemberHello,
Really sorry for the late reply. We are looking to improve our support. You can email us at wclovers.contact@gmail.com with your problems we will get back to you as possible. Thanks for your patience.Thank you.
Sayan NaskarMemberHello,
This generally happens for theme CSS related issues. Send us the Site URL and the Page URL where the issue is occurring and we will look into it.Thank You.
Sayan NaskarMemberHello,
Please send a screenshot from where you are sending the product to revision status.
As if the vendor submits a product it is sent to Pending status, not revision status.
Thank You.Sayan NaskarMemberYes we have checked it we will update them all.
Sayan NaskarMemberHello,
You can automatically approve unpaid commissions based on order status. There is a setting. Please check the screenshot attached.Attachments:
You must be logged in to view attached files.Sayan NaskarMemberHello,
We have checked it. We will implement the authentication in the next version of the API plugin. Thanks for pointing it out.Sayan NaskarMemberHello,
This can be done by overwriting the template /wc-frontend-manager/views/products-manager/wcfm-view-products-manage.php in the child theme.In this template please change the position of the fields as required.
Thank You.
Sayan NaskarMemberHello,
The WooCommerce custom fields should be added to to the WooCoocommerce rest API through custom code.https://wordpress.org/plugins/wp-rest-api-controller/ plugin is only for wp default rest api, not WooCommerce restapi.
Thank you.
Sayan NaskarMemberHello,
Our plugin by default supports shipping by country, shipping by zone, shipping by weight.You can approve the product from the frontend itself. Screenshot attached.
Attachments:
You must be logged in to view attached files.Sayan NaskarMemberHello,
Please send us the site URL and a temporary admin access. We are looking into this. Please mark the reply as private while sending the accessSayan NaskarMemberHello,
Sorry for the delayed response.
Can you mention where in the frontend text “brand” is not translated?
A screenshot will also help. We will definitely take care of this.Thank you.
- AuthorPosts