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
1
vote
2 answers
Dokan vendor add shortcode to each vendor
I have created e-commerce site with dokan.
I want to add each vendor their own livechat.
I have configured everything and just need to add short code to each vendor, but Dokan don't create new pages for vendors and I can't figure out how to do it.
I…

N2hvits
- 329
- 1
- 3
- 15
1
vote
1 answer
WooCommerce: Product Loop by Vendor?
I managed to get the store names of all of the current vendors to display in a
- tag but it seems that when I loop to get the products, all of the products registered gets displayed under the store name.
How would I go about getting the…

JonTronics
- 11
- 2
1
vote
1 answer
Assign Dokan vendor shipping address to store address in Woocommerce
I am using Dokan and Woocommerce plug-in for my wordpress site.
I want all vendors ship their products to store address not customer address. After that I want to ship products from store to their address.
But always shipping address is shown to…

MJB
- 65
- 13
1
vote
0 answers
Dokan Vendor Listing by Location shortcode in Woocommerce
I want to allow my users on my Dokan marketplace to filter vendors by location. I have written the following code in my functions.php file:
/**
* list of vendors by location
*
* @param $atts shortcode attributs
*/
function…

user10466246
- 11
- 3
1
vote
2 answers
Dokan Plugin Customization
I am using dokan plugin for multivendor website. I want to add some extra field in dokan vendor setting page. I use this
add_filter( 'dokan_settings_form_bottom', 'extra_fields', 10, 2);
function extra_fields( $current_user, $profile_info…

Achal Singh
- 19
- 3
1
vote
1 answer
wordpress vendors url in dokan plugin
I am trying to build a slider of users with vendors role, and trying to get the vendors url from dokan plugin here is what I am trying to generate the link for each vendor in the slider loop but it is not working :
function store_query_filter(…

Abdullah Alkurdi
- 378
- 1
- 5
- 11
1
vote
1 answer
Limit file size on Dokan FileSystem
I'm trying to make a virtual file system using the C# version of Dokan.
What I want to do right now is to set the max limit of a file for my filesystem, for example, the filesystem can't have a file with more than 2GB.
At the moment I'm doing this…

Rafael Almeida
- 13
- 7
1
vote
1 answer
Linking the order number for Dokan Woocommerce email notifications
I'm using Dokan and about up and running but have a couple issues with the stock email templates from Woocommerce.
On the new order email, the order number is also a link. Ideally, that would link to their order in Dokan. However, the link address…

Jacob Jordan
- 89
- 1
- 7
1
vote
0 answers
auto load attributes to certain category from frontend in woocommerce
i'm using wordpress and woocommerce and dokan for multivendor ecommerce site
the marketplace website will have multiple categories, each categories have different attributes.
example:
Category: Clothing - attributes: size, color
Category:…

Jeffrey Tanuwidjaja
- 85
- 1
- 1
- 7
1
vote
0 answers
Remove extra charges of COD from dokan plugin seller percentage calculation
I'm using woocommerce advance cod plugin for adding an extra charge when selecting COD option and also using dokan plugin for multi selling capabilities in a single wordpress site.
My question is : how can I include the extra cod charge (which is…
1
vote
1 answer
Provide file's thumbnail from a different file
I've been trying to save the thumbnails for the files separately, so that when the OS will call ReadFile() to load the thumbnail, it will be loaded from an additional file, instead of the original file.
My question is if this is even possible. Can I…

shlatchz
- 1,612
- 1
- 18
- 40
1
vote
2 answers
Using Git in mounted encfs drive via Dokan
I would like to use Git for a software project which resides inside an encfs enctrypted drive mounted via Dokan (Windows environment). The Encryption of the files works just fine, unfortunately Git does not seem to like working in this environment.…

d-nnis
- 71
- 8
1
vote
1 answer
Active Wait in Windows I/O Driver
Continuing the question in:
Keep windows trying to read a file
Thanks to accepted answer in that question I realized that keeping windows waiting for data is a driver responsability.
As i'm using Dokan, I am be able to look into the driver code.…

HyLian
- 4,999
- 5
- 33
- 40
1
vote
1 answer
Developing a virtual drive for windows (.net C#)
My requirement.
Develop a ntfs/fat formatable raw virtual drive in windows - something like truecrypt. I want to know if there is C# implementation for this somewhere.
dokan, callbackfs etc dont exactly fit since the file system itself has to be…

Vikram
- 41
- 1
- 4
0
votes
1 answer
Dokan (DokanNet.dll) on Android/Monodroid - Code Migration Issue
Context:
I have an windows desktop app(c#) which loads the dokan libraries , creates a new file system/drive each time it runs, and then deploys financial data files & copywrite protected files in the newly created drive - Allowing only limited…

Ant-Roid
- 17
- 11