Yusuf Shahriar
Forum Replies Created
-
Hello @sabernasr ,
For the first issue, it might be a conflict that allows all the orders to be shown.
To avoid this type of conflict you have to check for the plugin/theme conflict.
To do that, deactivate all the other plugins except WooCommerce, Dokan lite, and Dokan pro. Also, choose a default theme like twenty twenty themes. Then see if the issue exists.
You may follow this blog for more information: https://wedevs.com/blog/24556/identify-conflicting-plugin
For the second issue, it seems you are asking about the split payment feature. Split payment feature of adaptive payment is a Pro feature of Dokan. As per this forum’s guidelines, we can not discuss the pro features here. Please contact our support channel regarding this issue.
Best Regards!
Hello @orelqr ,
Due to inactivity, we are marking this topic as resolved. Feel free to open a new one if you face any further issues.
Thanks!
Hello @jaffar29sha ,
Great to know that you have found the issue and fixed it.
As the issue is fixed, I am marking this topic as resolved. Feel free to open and reply to this topic if you need to do so.
Best Regards!
Hello @jaffar29sha ,
It’s hard to say what could be the issue of the URL not working while trying to go back. Initially, you can try flushing out your permalink settings.
To do that, navigate to WP Admin > Settings > Permalink > Select Post name and set custom base as /product/. Click on save changes. See this screenshot to get a more clear idea: https://snipboard.io/proRNP.jpg
This could also have happened because of your theme or other plugin conflicts. To avoid this type of conflict you have to check for the plugin/theme conflict.
To do that, deactivate all the other plugins except WooCommerce and Dokan. Also, choose a default theme like the twenty-twenty theme. Then see if the issue exists.
You may follow this blog for more information: https://wedevs.com/blog/24556/identify-conflicting-plugin
If you think we need to have a look, then you may contact us by creating a ticket here: https://wedevs.com/contact/
Best Regards!
Hello @eaglewoodes ,
Due to inactivity, I am marking this topic as resolved. Feel free to open a new one if you face any further queries.
Best Regards!
Hello @mercurydan ,
Due to inactivity, we are marking this topic as resolved. Feel free to open a new one if you face any further issues.
Regards!
Hi @orelqr ,
To replace the text field with an mp3 field, you will need quite advanced customization in Dokan. As per our support policy, we are unable to provide any custom solution.
Regards!
Hello @eaglewoodes ,
If you search by the product name then the product should show. I would like to suggest you wait a few minutes before searching so that all the 3000 products get loaded. Then try again.
This also could have happened because of a plugin/theme conflict issue. To avoid this type of conflict you have to check for the plugin conflict. To do that, you may follow this blog: https://wedevs.com/blog/24556/identify-conflicting-plugin
If you are still facing the issue then you can contact us here and we will look into it.
Regards!
Hello @mercurydan ,
Your query is not Dokan-specific. It seems like you are asking about WooCommerce.
We are not the author of WooCommerce. However, to the best of my knowledge, WooCommerce does not possess this kind of export-import integration with Amazon.
Hope this helps.
Regards!
Hello @jodybdesigns ,
Due to inactivity, I am marking this topic as resolved. Feel free to open a new one if you face any further queries.
Best Regards!
Hi @charlesrodmell ,
Due to inactivity, I am marking this topic as resolved. Feel free to open a new one if you face any further queries.
Best Regards!
Hello @runner5,
In Dokan-lite only Simple products can be chosen. Since you have asked about variable products, virtual and Grouped (bundle) products, we are unable to provide any guidance. These exist in our pro plugin.
This forum is only for the free plugin and the rules of this forum forbid us to provide any support for the pro plugin’s feature. Hope you can understand.
Regards!
Hello @jodybdesigns ,
Glad to know that worked out for you. But FYI, if you update Dokan, that file will be changed again to its default state and the customization you have done will be lost.
So, for a better approach, I would suggest you use the remove_filter function to remove those filters in your child theme’s function.php file. In this way, even if you update Dokan, the changes will remain and will not be lost.
You can copy-paste the below-given code to your child theme’s function.php file and your vendor will not get any email for low/no stock.
remove_filter( 'woocommerce_email_recipient_no_stock', 'dokan_wc_email_recipient_add_seller_no_stock', 15, 2 );
remove_filter( 'woocommerce_email_recipient_low_stock', 'dokan_wc_email_recipient_add_seller_no_stock', 15, 2 );
If you do not know how to create a child theme, then you may follow this instruction.
Hope this helps.
Regards!
Hello @jodybdesigns ,
The low stock and no stock emails are getting triggered by a hook in Dokan from WooCommerce. To remove this you will have to do some customization.
You need to remove these filters so that vendor gets no email: “woocommerce_email_recipient_no_stock” and “woocommerce_email_recipient_low_stock”
Or remove line number 2280-2289 from this file of Dokan lite: wp-content/plugins/dokan-lite/includes/functions.php and the vendor will not get any email for low stock or no stock.
Hope this helps.
Best Regards!
Hello @charlesrodmell ,
After locally testing, the issue could not be found. The add new customer button is working fine with the storefront theme and showing all the placeholder fields. There could be caching issue which might have done this. Please clear all the cache and try again. It can also be a conflict too.
If you are still unable to find the issue then you can contact our support team and we will gladly assist you further in finding the problem.
Thank you!