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
1 answer
How to add more than one vendor's product in the cart.?
Hello i am using Multivendor dokan plugin.
when i add 2 product in cart from different vendor i receive this message "Sorry you cant add more than one vendor's product in the cart "
any body can help me please ?
1
vote
0 answers
Displaying custom field in dokan vendor Dashboard Orders
I created a custom fields on WooCommerce for the orders and customers then I need to show the vendors this fields in Vendors Dashboard dokan orders, thanks for you help

freddy garcia
- 11
- 1
1
vote
0 answers
dokan store products Category Layout woocommerce
I'm using astra team with WordPress and dokan for multivendor,
I had woocommerce shop page layout by category which still works fine, but for some reason it does not apply to dokan store product listing.
the php code for woocoomerce shop page
…

tyrese humphreys
- 101
- 9
1
vote
1 answer
JNA library initialize problem in dokany java file system
Currently we are trying to adapte
dokany-java (written by @jhult)
repository to our project. Our goal is to use dokany virtual drive but the problem is library is not initializing in our project and also repository's example main is not working…

yck
- 33
- 4
1
vote
1 answer
Dokan REST API return 401 error, where is problem?
Based on Dokan documents, I use woocommerce API consumer_key and consumer_secret in Dokan APIs, but it returns "rest_forbidden" status 401 error, while there is not any problem when use woocommerce APIs.
I use following endpoints:
the first one…

Web Design
- 77
- 2
- 19
1
vote
1 answer
How to change the WooCommerce order id by adding the vendor name as a suffix (Dokan plugin)
I want to add shop name in order number.
For example, there are two vendors on my marketplace:
Sepatu Shop
Baju Shop
If the customer orders products from both the Sepatu Shop and Baju Shop vendors, the respective order numbers must be like…

Andry Lubis
- 11
- 3
1
vote
1 answer
How to hide a product from certain categories on the seller store in dokan
I tried this code in functions.php but it didn’t do anything I still see the product of category id 52. Please help me
function dokan_dashboard_sort( $args ) {
$args['category__not_in'] = array( 52 );
return $args;
}
add_filter(…

BWATA Costel
- 21
- 1
1
vote
0 answers
adding custom File field to Woocommerce dokan plugin
I’m trying to add an extra field on dokan registration for vendors to upload an identification document.. i found the code specified for adding an extra field to the form but it is for a "text" input type… i changed the input type from "text" to…

aneela umar
- 11
- 1
1
vote
2 answers
Show categorys with a certain meta value
I added a custom meta to my categories, and I want to just show the categories that have a certain meta value in dokan new product category dropdown, but I don't know how to filter the category by meta value in the args of the function that gets the…

Guilhermezm
- 29
- 2
1
vote
1 answer
How to get all featured sellers with dokan
Is it possible to get all featured sellesrs with dokan (wordpress plugin)?
I found only this option, which gets all sellers, but in returned data, there is no mention if the store is featured or not.
$sellers = dokan_get_sellers();
foreach…

Hovadko
- 183
- 1
- 11
1
vote
0 answers
How can I require Dokan vendors to enter dimensions and weight for their products?
I am trying to require Dokan vendors to enter dimensions when adding or editing a product through their vendor dashboards. This is because we calculate shipping automatically on the backend and if they don't provide said information, the sale won't…

Inspector Ratchet
- 11
- 1
1
vote
1 answer
Cash On Delivery fee based on Dokan vendors count in WooCommerce
In WooCommerce Dokan multivendor shop I have Cash On Delivery (COD) payment for customers.
I created a code that counts the vendors in the cart and multiply them with the fee that i want per vendor. on my example is 2 € per vendor. so lets say that…

nikosvl97
- 13
- 5
1
vote
1 answer
How to validate WP_editor(product description box) in my website?
In my website i have a product description box, is coming from dokan plugin. I have front end product add form, In that form i have a WP_editor text area. I need to validate it. but i did some research and find some code to validate it but its not…

ashen990
- 7
- 6
1
vote
0 answers
woocommerce custom rates in multi shipping using dokan
I'm using woocommerce and dokan as multi vendor shipping.
i want to calculate rates to external API by passing those vendors address.
for example:
I have vendor A and B. the customer address is C. when I calculate rate it still show the same…

catLovers
- 41
- 7
1
vote
1 answer
Find style.css using CSS class in a website
I'm using Dokan plugin for my website. My problem is need to remove extra space between heading & banner (Check screenshot 1). And I find a solution using web inspect tool. If i change the padding-bottom to 0px its working fine.(check screenshot 2).…

Ashen
- 23
- 3