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
Can Dokan be used to write File System Filters in C#?
I need to write File System Filters to hide all files/folders. Can I use Dokan library to write it using C#?

Let me Ask
- 1,029
- 1
- 8
- 33
0
votes
1 answer
Stripe Connect - Create multiple tokens for multiple Destination Charges
I'm trying to create multiple tokens clientside to send to the server to make multiple Destination Charges on Stripe Connect.
I can't use the Customer object because for Destination Charges, the Customer has to be a connected account on the…

limco
- 1,310
- 1
- 15
- 24
0
votes
0 answers
Error 500 when creating Functions.php in my Child theme
Hello i got HTTP ERROR 500 when i create/putting on the Functions.php in my child theme
this is my codes

Aly
- 4,425
- 2
- 13
- 23
0
votes
1 answer
Code to programmatically create and activate a seller for Dokan plugin
Is there sample code to programmatically create and activate a seller account for Dokan plugin?
I tried the below:
$email = 'abc@gmail.com';
$pwd = 'admin123';
$first_name = 'fname';
$last_name = 'lname';
$store_name = 'TestStore';
$custom_store_url…

Ipsita Rout
- 4,945
- 4
- 36
- 40
0
votes
1 answer
Wordpress, dokan errors to upload banner
I had errors when uploading banners and photos, I know I must put this code in the child theme to repair it, but I'm using the handy store theme for my store and I have not created any child theme.
Can someone explain me where I should place the…

Felipe Castillo
- 536
- 8
- 25
0
votes
1 answer
Product status goes to online instead of pending review when seller lists a product
I am using dokan plugin and dokan theme for third party sellers to list their products on the main site. But the issue is when a seller adds a product using his dokan dashboard, product is going to published (online) directly. It should go to…

Upendra Sharma
- 575
- 2
- 9
- 28
0
votes
0 answers
Performance concerns when writing my own file system
I'm writing a file system using Dokan. What I want to achieve is allowing users to access files that are on multiple sources as if they are all on a local folder. i.e. a file can be available locally, on a remote location or in memory.
Initially I…

fjch1997
- 1,518
- 18
- 19
0
votes
1 answer
need Help dokan and c# creating virtual disk
I want to create virtual disk using c# and dokan and I need code hint or api for or I want to know how to work with them because when I search on google I didn,t to find and result

Ahmed Elkady
- 29
- 1
- 7
0
votes
3 answers
Add custom fields to existing form on Dokan (wordpress/woocoomerce)
I am trying to add custom fields on Dokan (woocommerce plugin - http://demo.wedevs.com/dokan/) seller settings to edit values from the user address on woocommerce. Dokan has a form on frontend for sellers to edit his store settings. I changed my…

Greg
- 3
- 1
- 2
0
votes
2 answers
Dokan cAlternateFileName doesn't seem to work
I am writing a File System Driver for Windows 7. I'm using the Dokan library. In the FindFiles function I want to set the 8.3 alternate name. I am assuming that will show up if I use dir /x but it doesn't. I have tried passing a null terminated…

eddyq
- 879
- 1
- 13
- 25
0
votes
1 answer
Identify an Office file write operation on Dokan file system
I'm using dokan as a file system and don't know how to identify office file write operation. Specially the lock and temp files.
I have to identify them because only the main file has to upload to an external database.
Theoretically I get office word…

masterchris_99
- 2,683
- 7
- 34
- 55
-1
votes
1 answer
Using an int in a string PHP
Hey I'm currently using wordpress to create a website and as I'm new to PHP I'm having some trouble adding an integer into a shortcode command. This is the code I'm currently using:

charlietlamb
- 79
- 1
- 1
- 9
-1
votes
1 answer
Trying to access cart items using foreach in a plugin but getting critical error on edit and setting pages in admin wordpress
I'm using Dokan-woocommerce-wordpress.
trying to access the vendor ID of items added in cart, using foreach inside a plugin file.
// Get Vendor UPI ID and Murchant Code
global $woocommerce;
$items = $woocommerce->cart->get_cart();
…

Rishi Malviya
- 77
- 4
-1
votes
1 answer
How to make a dropdown box & description box validate field?
I'm using Dokan plugin for my website. I need to validate the dropdown box & description box of my website. I used some code to validate product name, price, item code it's working fine (check screenshot 2). If you check screenshot 2 you will see…

ashen990
- 7
- 6
-1
votes
1 answer
woocommerce find author or vendor by product
I went to check if product belong to current vender to show edit and remove button Is there function as an example : product->get_vendor()
thx ;)

xXxlazharxXx
- 433
- 4
- 8