Nazmul Hassan
Forum Replies Created
-
Hello @sujeet036,
Please note that you can only override those files which are available in dokan-lite/templates folder. The file you are trying to override is not a template file. It is not possible to override those files via child-theme.
Cheers!
Hello @tikakh98,
I suggest you to follow the below steps to resolve this issue –
1. Visit the following directory – wp-content\plugins\dokan-lite\includes\Admin.
2. Open the Settings.php file with a text editor.
3. Rename the withdraw_methods to withdraw_method_new (https://prnt.sc/vz6om8) and save the file.
4. Refresh the Withdraw Options page of the Dokan > Settings.
5. Then rename again withdraw_method_new to withdraw_methods and save the file.This should solve the problem. Let us know if you need any further assistance.
Cheers!
Hello @perihelionweb,
Please make sure that you did not enable “Load sidebar from your theme” settings on
Dokan -> Settings -> Appearance
area. If not then all the widgets should appear correctly. If yes, then you need to manually insert widget onAppearance -> Widget -> Dokan Store Sidebar area
??Let me know the update.
Hello @niikk,
In Dokan we are using custom re-writes rule to create a store page and showing vendors product on the store page. I suggest you to follow this function
store_query_filter
which you can find indokan-lite/includes/Rewrites.php
file. Where will get the idea of how we are getting vendor-id and fetching all the products.Cheers!
Hello @loopforever,
Thanks for your ticket. As dokan-lite does not have such a feature but you can use a third-party plugin to restrict the visibility of a WordPress page by user role. There are lots of plugins like “Content Control“. I hope this will solve your problem.
Cheers!
Hello @jarrydpaton44 & @nemoprofeta,
I have just checked and if I insert the code add_filter( ‘dokan_ensure_vendor_coupon’, ‘__return_false’ );
on my child-theme
functions.php` then the admin coupon works fine. So, please make sure that you have placed the code correctly. If yes and still not working then would you please contact our own support forum so that we can debug and solve your problem?Cheers!
- This reply was modified 4 years, 3 months ago by Nazmul Hassan.
Hello @teemchebazar,
Thanks for your ticket.
Right now in Dokan-lite, we do not have such a feature to limit the category for the vendor. However, we have a paid feature called “Dokan Subscription” where you can limit categories for each package. I suggest you contact us through our own support forum to discuss further any paid feature as this free forum is not allowed to describing paid functionality.
Cheers!
Hello @refluxcomponents,
Dokan does not have a vendor exporting feature but you can use a third-party plugin to export your vendor in a CSV with custom meta. You can check this tutorial to get more information.
Cheers!
@vlassakos, Yes, it is better to create a ticket to our own support forum as this needs to be checked.
Cheers!
Hello @repetebox,
This problem happens due to the theme layout. Each theme has a different structure of the
<div>
Now when the product edit product page template missing any specific class from the theme that time it is causing such problem.To fix, you have to override
new-product-single.php
file via your child-theme and then insert the missing <div> (check your shop page or any other page to find which <div> is available after the header and check on the product edit page too) which will solve the issue.You can directly create a ticket on our own support forum so that we can do it for you ??
Cheers!
Hello @tusharsethi69,
I am really sorry to hear that you are getting bugs but may I know which bug you have founded. Did you create any other ticket to us or on this forum where you had reported any issue/bug?
Please let me know the issue you are having so that I can help to resolve it. If any plugin has a bug then you can try to reach their support to ask for a fix.
As far I know we have resolved all the bugs in our free version and it is stable.
Thanks!
Hello @vlooman,
I am sorry but it is not possible to provide unminified JS file with the paid version of Dokan. If this is the reason for this 1 star then it is really sad for us because We minify only JS and CSS files for better loading speed. Unminify files have high file sizes.
Thanks ??
Hello @anasazixxx,
It seems like you have inserted a wrong name for the folder. In your child theme, the folder name would be
dokan
not dokan-lite ??Kindly rename the folder and it will work fine.
Cheers!
Hello @crystalwaterz,
The work has not been done yet from your side. You need to work with the below things –
1. Rewrites Rules
2. All places where checking query_var new-product manually.After that, you can try and it should work fine.
Thanks!
Hello @pvwebdev,
Please accept my apology for the trouble which you had to face when you are using the Dokan plugin. I agree that there was an issue with Shipping but that was occurring for a few specific websites and we have a quick fix for that already. If you have created a support ticket in our paid forums then let me know the ticket ID or you can send an email so that I can apply a fix to your website.
Also, regarding Stripe – Dokan Stripe connect is fully SCA ready but when we made it SCA ready stripe did not allow us to use Direct Charges API for a multivendor platform with SCA for that reason, we had to use Transfer method where still the vendor get their money directly to their stripe but via admin account.
The current version of Dokan Stripe Connect is working fine but it is not working as you are expecting with Direct charges due to a limitation which we have already promised to change. I might need to correct that this might be an improvement (not a bug) with the Stripe API which has been done already and a new release will come very soon.
Our team is working with all the major issues and improvement and they are working really hard to fix all these issues.
However, thanks for all the feedback on our plugin and our team noted all the important points from your feedback and hopefully, very soon a stable version will be released.
Thanks.