Microsoft Windows library to program file system drivers in user space Also Dokan is the front end multi-vendor marketplace on WordPress, powered by WC. It helps you to build your own marketplace similar to Amazon.
Questions tagged [dokan]
192 questions
0
votes
1 answer
Implementing virtual drive with Dokan. Stuck on WriteFile
I'm writing my filesystem using C# and Dokan library and got stuck on WriteFile.
public int WriteFile(
String filename,
Byte[] buffer,
ref uint writtenBytes,
long offset,
DokanFileInfo…

WannabeCoder
- 77
- 2
- 7
0
votes
1 answer
How to implement thread safety for the tree structure used for the following scenario?
I am making use of the C# code located at the following links to implement a Ram-disk project.
Link to description of source code
Link to source code
As a summary, the code indicated above makes use of a simple tree structure to store the…

Lopper
- 3,499
- 7
- 38
- 57
0
votes
0 answers
Creating function for custom shortcode in wordpress and Dokan multi vendor
I am trying to place a shortcode as a menu item in max mega menu on the vendor dashboard to display a button or series of buttons for the vendor to view their own store.
I have managed to create a sample custom shortcode which works and displays the…

nerdwood
- 1
0
votes
1 answer
How to hide Dokan Plugin Store Profile Image in Store List as well as in Store Single page?
Dokan Multi Vendor Plugin - I wish to hide Profile Image of Vendor using code in funtions.php or css code, in store list and vendor single page. I could not find any settings in the plugign to hide the profile picture of vendor.

Puspal
- 1
0
votes
0 answers
how to fix this error on Dokan: "You can not add more than one vendors product in the cart"
I get the error on Dokan multistore and I already check on /general setting and selected multiple category and disable single seller mode but nothing works. Im really tired, I checked on internet and youtube and I do not find the problem.
I expect…

plazacali
- 1
- 1
0
votes
0 answers
Add a popup button in WooCommerce shop page to show dokan seller info and rate for each product
I'm facing a problem for making a facility in WooCommerce shop page. I'm using Dokan plugin and we have some vendors. I want to create a pop-up button on each cart of product and when a user click on it a pop-up shows some info from the seller of…

adminsk
- 1
0
votes
0 answers
Replace WooCommerce add to cart button depending on purchased product custom field On Woocommerce and DOKAN
In WooCommerce, I have added a custom product type to sale Google meet webinars.
This code is only work on woocommerce. So I want to use it as the same on Dokan too. Any help is appreciated.
Based on this code I able to add custom field on…

Mohsen
- 300
- 2
- 13
0
votes
0 answers
How get value from User Meta - Meta Value
Can you please help me
i don't know code, but what i know is where are the data i need to get from Dokan PRo and is:
from dokan_profile_settings, the data are inside of Meta-Value, as progress and looks like this: progress";i:60;
but i don't know…

Tony Abaroa
- 21
- 2
0
votes
0 answers
disabel checkbox automatic account vendors dokan
Good morning,
I want to deactivate a checkbox in the seller accounts of dokan shops when their subscription ends.
I have created three subscriptions and when it ends I will automatically want the checkbox to be unchecked in their wordpress…

Elodie Gaborit
- 21
- 1
0
votes
2 answers
Avoid Dokan vendors to purchase their own product in WooCommerce
I use Dokan and WooCommerce. I want to hide the add to cart buttons on the products, so sellers do not have payment set up in their seller dashboard.
I have the following function, but it does not work:
add_filter(…

Elodie Gaborit
- 21
- 1
0
votes
1 answer
The number of woocommerce product libraries and the number of default shop pages Can't match
The number of woocommerce product libraries and the number of default shop pages Can't match
All my products display more than 350 products, but only 270 products are displayed on the shop page, and no solution has been found so far
I have tried to…

kevin
- 1
- 1
0
votes
1 answer
What Functions Can I Use to Identify Vendors (Dokan lite WP Plugin)
I am writing a code that would display the user defined additional content on woocommerce email setting only when a user is a vendor.
I have tried using different functions to identify if a user is a vendor on the dokan-lite multivendor plugin but…

xhebruski
- 1
- 1
0
votes
0 answers
Dokan Vendor Dashboard
This unit of measurement field can be accessed from the wordpress admin dashboard. But I want to access it from the product section of the dokan vendor dashboard.How is this done?
I'm happy if anyone can provide code for this.
0
votes
0 answers
A document file cannot be opened in a virtual drive using DOKAN or SFTP
I wrote the code in C#, and I'm making a program that uses DokanNet and Renci.SshNet.Sftp libraries to export files from an SFTP server to a virtual drive on a remote computer.
The problem is that photo files and video files open well, and videos…

푸른창공
- 1
- 1
0
votes
0 answers
Failed to customize Dokan Theme home page settings
Hi I'm using Dokan theme for my wordpress site and I want to display my custom home page when I click on the 2 "Home" buttons (red circles) in the navigation bar.
In other themes I just need to set the homepage (blue circle) to my custom home page…