forked from getdokan/dokan
-
Notifications
You must be signed in to change notification settings - Fork 0
/
readme.txt
911 lines (687 loc) · 56.9 KB
/
readme.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
830
831
832
833
834
835
836
837
838
839
840
841
842
843
844
845
846
847
848
849
850
851
852
853
854
855
856
857
858
859
860
861
862
863
864
865
866
867
868
869
870
871
872
873
874
875
876
877
878
879
880
881
882
883
884
885
886
887
888
889
890
891
892
893
894
895
896
897
898
899
900
901
902
903
904
905
906
907
908
909
910
911
=== Dokan - Best WooCommerce Multivendor Marketplace Solution - Build Your Own Amazon, eBay, Etsy ===
Contributors: tareq1988, wedevs, nizamuddinbabu
Donate Link: http://tareq.co/donate/
Tags: WooCommerce multivendor marketplace, multi vendor marketplace, multi seller store, multi-vendor, multi seller, commissions, multivendor, marketplace, product vendors, woocommerce vendor, commission rate, e-commerce, woocommerce, ebay, ecommerce, yith, yithemes
Requires at least: 4.4
Tested up to: 5.8.3
WC requires at least: 3.0
WC tested up to: 6.0.0
Requires PHP: 5.6
Stable tag: 3.3.6
License: GPLv2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
The pioneer multi-vendor plugin for WordPress. Start your own marketplace in minutes!
== Description ==
= DOKAN MULTIVENDOR MARKETPLACE PLUGIN FOR WORDPRESS =
👉 Official Free Demo Link: [Official Demo](https://dokan.wedevsdemos.com/)
👉 Learn More About Dokan(PRO): [All The Features of Dokan](https://wedevs.com/dokan/features/)
= POWERED BY WooCommerce =
[Dokan](https://wedevs.com/dokan/) is the best front end multi-vendor marketplace on WordPress, powered by WooCommerce. It helps you to build your own marketplace similar to Amazon, Shopify, eBay, Magento like marketplaces in under 30 minutes.
Dokan is the fastest way to start eCommerce and earn through commissions with products ranging from digital, physical to variable products.
= PLACES WHERE DOKAN HAS BEEN FEATURED =
🏆 [Dokan wins two prestigious awards with 99% user satisfaction](https://reviews.financesonline.com/p/dokan)
🔖 [How to Setup a WordPress Marketplace with Multiple Vendors](https://learnwoo.com/wordpress-marketplace/)
🔖 [How to create a Multi-Vendor Marketplace for WordPress using Dokan](https://topnotchthemes.com/how-to-create-a-multi-vendor-marketplace-for-wordpress-using-dokan/)
🔖 [Dokan Theme Review: A Multi-Vendor Marketplace Theme for WordPress](https://wpmayor.com/dokan-theme-review-multi-vendor-marketplace-theme-wordpress/)
= DOKAN WAS FEATURED IN CAPTERRA WITH MULTIPLE POSITIVE REVIEWS =
🎉 “Great Platform to start and grow your business with. Provides the ability to grow our startup to a global level with a low financial burden”
🎉 “Dokan is a product with a huge potential. And has evolved during the last years. We have implemented a stable marketplace environment serving hundreds of satisfied customers using this tool”
🎉 “Best Multivendor Wordpress Plugin Available”
🎉 “I have been using Dokan for 3 years. Overall experiences with the software are awesome!”
🎉 “Best investment we made last year”
🎉 “Very good, dokan has improved a lot in these years and allowed me to easily create a marketplace”
➡️ [Learn More](https://wedevs.com/dokan/features/?utm_campaign=dokan-wordpress-org-visitor&utm_medium=learn_more_about_dokan&utm_source=WordPress.org) ⬅️
= SUCCESS STORIES OF PEOPLE WE ARE PROUD TO BE A PART OF =
👨 [“This is why we are proud to be using Dokan as with it we are able to give you all the tools to help manage and run a successful business.”](https://wedevs.com/143965/michael-delaneys-story-successful-marketplace/?utm_campaign=dokan-wordpress-org-visitor&utm_medium=learn_more_about_dokan&utm_source=WordPress.org) – Michael Delaney, Owner of [ShoppeRegion](https://shopperregion.com/)
👨 [“This is why we are proud to be using Dokan as with it we are able to give you all the tools to help manage and run a successful business.”](https://wedevs.com/143965/michael-delaneys-story-successful-marketplace/?utm_campaign=dokan-wordpress-org-visitor&utm_medium=learn_more_about_dokan&utm_source=WordPress.org) – Michael Delaney, Owner of [ShoppeRegion](https://shopperregion.com/)
[“Dokan is a solution for us to provide a fully automized shop-in-shop-system with a very helpful commission-calculation and reports to do all financial details with the vendors”](https://wedevs.com/blog/173305/a-success-story-of-a-healthcare-marketplace/?utm_campaign=dokan-wordpress-org-visitor&utm_medium=learn_more_about_dokan&utm_source=WordPress.org) - Bernd Payer, Founder [JOSHi](https://www.joshi.at)
💁 “The functionality delivers everything that you need to grow your marketplace.” - [Hawk and Peddle](http://hawkandpeddle.co.uk/)
[youtube https://www.youtube.com/watch?v=4id-EwbfUko]
= THE BEST FRONTEND USER INTERFACE =
We love the philosophy of a complete frontend experience. So, vendors have their own [personalized dashboard](https://wedevs.com/dokan/features/?utm_campaign=dokan-wordpress-org-visitor&utm_medium=learn_more_about_dokan&utm_source=WordPress.org) on the store frontend where they can find all that they need.
Backend access is restricted to the admin only. This sets Dokan apart from others. All of our add-ons are frontend compatible.
[Dokan(Pro)](https://wedevs.com/dokan/pricing/?utm_campaign=dokan-wordpress-org-visitor&utm_medium=learn_more_about_dokan&utm_source=WordPress.org) comes with a free responsive eCommerce theme that has widgets specially made for Dokan.
= IT’S FAST AND EASY TO USE =
Your business operations with Dokan is smooth and fast. Everything will work as you expected because we have designed the experience following the best intuitive practices from popular eCommerce activators like WooCommerce, Bigcommerce etc.
= A RELIABLE GROWING PLATFORM & COMMUNITY =
We regularly keep our version updated for flawless operation and integration with dependable services. We just not only keep things compatible, but we also have a style of adding the most trendy new features to Dokan with every update.
👉 See Our Official GitHub page: [Official Dokan GitHub](https://github.com/weDevsOfficial/dokan/?utm_campaign=dokan-wordpress-org-visitor&utm_medium=learn_more_about_dokan&utm_source=WordPress.org)
= A REALLY SCALABLE MARKET =
You can have unlimited vendors and vendors can create unlimited products. You will be able to create marketplaces
* Physical product
* Downloadable product
* Variable product
* Bookable products through the [Dokan WC Bookings add-on](https://wedevs.com/products/plugins/dokan/woocommerce-booking-integration/?utm_campaign=dokan-wordpress-org-visitor&utm_medium=learn_more_about_dokan&utm_source=WordPress.org)
* Auction products through the [Dokan Simple Auction add-on](https://wedevs.com/products/plugins/dokan/dokan-simple-auctions/?utm_campaign=dokan-wordpress-org-visitor&utm_medium=learn_more_about_dokan&utm_source=WordPress.org)
* More freedom to customize the store [Elementor add-on](https://wedevs.com/dokan/modules/elementor/?utm_campaign=dokan-wordpress-org-visitor&utm_medium=learn_more_about_dokan&utm_source=WordPress.org)
= EARN IN MULTIPLE WAYS =
Profit doesn’t only rely on sales. Multiple ways allow earning through vendor commissions or product based commissions. You can also create subscription packs that allow you to charge for product uploads, product limits and time.
➡️ [Learn More](https://wedevs.com/dokan/features/?utm_campaign=dokan-wordpress-org-visitor&utm_medium=learn_more_about_dokan&utm_source=WordPress.org) ⬅️
= PUTS YOU IN CONTROL =
As an admin, you can use Dokan in a way where you can control everything that happens in your marketplace. Product publishing, vendor registration, subscription renewal, and every other vendor activity can be rerouted through you.
In the [Pro Version](https://wedevs.com/dokan/pricing/?utm_campaign=dokan-wordpress-org-visitor&utm_medium=learn_more_about_dokan&utm_source=WordPress.org) with a bunch of super features, updates, and scope for powerful add-ons.
➡️ [Learn More](https://wedevs.com/dokan/pricing/?utm_campaign=dokan-wordpress-org-visitor&utm_medium=learn_more_about_dokan&utm_source=WordPress.org) ⬅️
= DYNAMIC SETTINGS FOR SHIPPING CONDITIONS =
Admin can extend flexibility to individual vendors to have control over their shipping based on various conditions including setting rates, tracking shipments with available integrations, and much more.
* [Vendor Table rate shipping](https://wedevs.com/dokan/modules/table-rate-shipping) (Pro) - Multi-vendor support on setting shipping rates based on location, price, weight, shipping class, or item count of the shipment.
* [Delivery Time](https://wedevs.com/dokan/modules/delivery-time) (Pro) - Let customers choose the time and date they want their product delivered.
* [ShipStation](https://wedevs.com/dokan/modules/shipstation/) (Pro) - Enable vendors to import, manage, and ship orders hassle-free with the leading shipping application for online marketplaces.
= PLAYS NICE WITH OTHER PLUGINS =
Dokan is compatible with more than 60+ plugins so that you don’t have to worry about anything when it comes to compatibility.
From Shipping plugins, Payment plugins to Wallets you have the peace of mind when building Dokan for a global audience.
👉 [CLICK HERE TO LEARN MORE](https://wedevs.com/dokan/compatible-plugins/?utm_campaign=dokan-wordpress-org-visitor&utm_medium=learn_more_about_dokan&utm_source=WordPress.org)👈
= More Freedom To Customize The Store =
Now never get bored with the old fashioned appearance of your store. Have full control over your store customization with the Elementor Module for Dokan. Simply get the customizer to be able to customize the global outlook of the vendor store pages. Drag & drop more than 12 incredible store widgets made exclusively for Dokan and place it anywhere you want it. Save as many customized templates as you want to use it whenever you need it
➡️ [Learn More](https://wedevs.com/dokan/modules/elementor/?utm_campaign=dokan-wordpress-org-visitor&utm_medium=learn_more_about_dokan&utm_source=WordPress.org) ⬅️
* [Elementor Customizer](https://wedevs.com/dokan/modules/elementor/?utm_campaign=dokan-wordpress-org-visitor&utm_medium=learn_more_about_dokan&utm_source=WordPress.org) (Pro): Get the complete store customization authority for the vendor store page to change its default appearance hassle-free.
= FEATURES =
**Marketplace with Independent Stores**
* Every seller gets their own store with a unique URL and branding.
* Beautiful storefront styles with contact details and widgets
* [Store location map on the store front](https://wedevs.com/dokan/modules/geolocation/?utm_campaign=dokan-wordpress-org-visitor&utm_medium=learn_more_about_dokan&utm_source=WordPress.org). (Pro feature)
**Frontend Dashboard For Each Seller**
* WordPress admin area can be accessed only by admin.
* Vendors manage products, orders management, withdraws everything from site frontend.
**Earn From Each Sale**
* A part of the sale value is sent to admin as commission.
* Commission rate can be customized.
* [Per vendor percentage override](https://wedevs.com/docs/dokan/tutorials/how-to-setup-dokan-vendor-commission/?utm_campaign=dokan-wordpress-org-visitor&utm_medium=learn_more_about_dokan&utm_source=WordPress.org). (Pro)
**Simple Product Management**
* Create and manage your products from the frontend.
* [Create variable or downloadable products](https://wedevs.com/87025/types-of-products-you-can-create-using-woocommerce/?utm_campaign=dokan-wordpress-org-visitor&utm_medium=learn_more_about_dokan&utm_source=WordPress.org). (Pro)
* [Your vendors will have support for Zonewise shipping management](https://wedevs.com/docs/dokan/vendor-guide/dokan-zone-wise-shipping/?utm_campaign=dokan-wordpress-org-visitor&utm_medium=learn_more_about_dokan&utm_source=WordPress.org). (Pro)
* [Vendors have the option to manage product attributes](https://wedevs.com/docs/dokan/vendor-dashboard/products/?utm_campaign=dokan-wordpress-org-visitor&utm_medium=learn_more_about_dokan&utm_source=WordPress.org). (Pro)
* [Vendors can manage downloadable product permission, expiry date and download limit](https://wedevs.com/docs/dokan/tutorials/how-to-create-a-digital-product/?utm_campaign=dokan-wordpress-org-visitor&utm_medium=learn_more_about_dokan&utm_source=WordPress.org). (Pro)
**Detailed Reports on important aspects of your marketplace (Pro)**
* Vendors can see their sales report, generate statements and overview from the frontend.
* Admins can overview orders and filter by sale, by date, top vendors or top earners.
* [Let Vendors easily switch from another marketplace to your using Export/Import feature](https://wedevs.com/dokan/modules/export-import/?utm_campaign=dokan-wordpress-org-visitor&utm_medium=learn_more_about_dokan&utm_source=WordPress.org).(Pro)
* [Vendors will be able to create coupons advanced management features](https://wedevs.com/dokan/features/?utm_campaign=dokan-wordpress-org-visitor&utm_medium=learn_more_about_dokan&utm_source=WordPress.org). (Pro)
**The vendors has the capability to manage and offer discounts for each product**
* Set expiry and restriction for coupons.
* The customer can leave reviews for a product/vendor they are satisfied with. A review cannot be modified by the vendor. (Pro)
* All product reviews are managed by vendors (with admin override)
* View all reviews on products left by customers.
**💁ADMINS CONTROL EVERY ASPECT OF THE MARKETPLACE (PRO)**
* Admin can view and manage vendor list
* Admin can view him as well as every vendor’s earning reports individually
* Dokan Pro has update and support option for the customer.
* Dokan tools option has page installer and Sync table option
* Advanced settings for the admin -
* General Settings
* Admin can enable/disable the map on the store page.
* Admin can enable/disable the contact form on the store page
* Admin can also enable/disable the store sidebar from theme.
* Selling Options
* Admin can manage new product status.
* Admin can set the order status for withdraw.
* Admin can seth threshold withdraw day for the vendor.
* Admin can change the vendor store URL.
* Admin can also enable/disable the permission of review editing for the vendor.
* Widgets
* Best vendor widget
* Featured vendor widget
* Store contact widget
* Store location widget
* And much more.
👉 [CLICK HERE TO LEARN MORE](https://wedevs.com/docs/dokan/tutorials/?utm_campaign=dokan-wordpress-org-visitor&utm_medium=learn_more_about_dokan&utm_source=WordPress.org)👈
= EXTENDED FEATURES BY SIMPLY ENABLE A TOGGLE BUTTON =
Dokan comes with a number of extended features that were built around idea that someone with the potential should not be restricted to achieve his/her dream because of any shortcomings. Like,
* [Product Subscription](https://wedevs.com/dokan/modules/product-subscription/) (Pro) - Let your vendors sell subscription-based products and services easily from the frontend of your website.
* [Rank Math SEO](https://wedevs.com/dokan/modules/rank-math-seo) (Pro) - Let your vendors manage their product SEO with an easy-to-navigate frontend dashboard and drive traffic to your eCommerce site.
* [Dokan Paypal Marketplace](https://wedevs.com/dokan/modules/dokan-paypal-marketplace) (Pro) - Make your marketplace payment system smoother than ever with the advanced PayPal integration with all PayPal Commerce Platform (PCP) features.
* [PDF Invoice](https://wedevs.com/dokan/modules/pdf-invoice/?utm_campaign=dokan-wordpress-org-visitor&utm_medium=learn_more_about_dokan&utm_source=WordPress.org): Create automated multi seller invoices with templates & download in PDF.
* [Product Duplicator](https://wedevs.com/dokan/modules/product-duplicator/?utm_campaign=dokan-wordpress-org-visitor&utm_medium=learn_more_about_dokan&utm_source=WordPress.org): Enable vendors to copy a product that another seller is already selling.
* [Ajax Live Search](https://wedevs.com/dokan/modules/ajax-live-search/?utm_campaign=dokan-wordpress-org-visitor&utm_medium=learn_more_about_dokan&utm_source=WordPress.org) (Pro): Turn your regular search bar into an instant advanced product searching tool.
* [Geolocation](https://wedevs.com/dokan/modules/geolocation/?utm_campaign=dokan-wordpress-org-visitor&utm_medium=learn_more_about_dokan&utm_source=WordPress.org) (Pro): Let your customers search by location.
* [Live Chat](https://wedevs.com/dokan/modules/live-chat/?utm_campaign=dokan-wordpress-org-visitor&utm_medium=learn_more_about_dokan&utm_source=WordPress.org) (Pro): Let your vendors give quick real-time support to registered users & customers.
* [Seller Verification](https://wedevs.com/dokan/modules/seller-verification/?utm_campaign=dokan-wordpress-org-visitor&utm_medium=learn_more_about_dokan&utm_source=WordPress.org) (Pro): Verify your vendors using their social profiles, phone and even their photo ID.
* [Stripe Connect](https://wedevs.com/dokan/modules/stripe-connect/?utm_campaign=dokan-wordpress-org-visitor&utm_medium=learn_more_about_dokan&utm_source=WordPress.org) (Pro): Famous for its low fees, use Stripe to all handle all your payments in real time and much more.
* [Wirecard(Moip)](https://wedevs.com/dokan/modules/moip/?utm_campaign=dokan-wordpress-org-visitor&utm_medium=learn_more_about_dokan&utm_source=WordPress.org) (Pro): Get to use the popular payment system Wirecard previously known as Moip with Dokan.
* [Elementor Customizer](https://wedevs.com/dokan/modules/elementor/https://wedevs.com/dokan/modules/elementor/?utm_campaign=dokan-wordpress-org-visitor&utm_medium=learn_more_about_dokan&utm_source=WordPress.org) (Pro): Get the complete store customization authority for the vendor store page to change its default appearance hassle-free.
* [Subscriptions](https://wedevs.com/dokan/modules/subscription/?utm_campaign=dokan-wordpress-org-visitor&utm_medium=learn_more_about_dokan&utm_source=WordPress.org) (Pro): Create highly customized subscription packs and charge vendors as you like.
* [Vendor Review](https://wedevs.com/dokan/modules/dokan-vendor-review/?utm_campaign=dokan-wordpress-org-visitor&utm_medium=learn_more_about_dokan&utm_source=WordPress.org) (Pro): This feature enables your customers to post a review for each store available on your site.
* [Vendor Staff Manager](https://wedevs.com/dokan/modules/vendor-staff-manager/?utm_campaign=dokan-wordpress-org-visitor&utm_medium=learn_more_about_dokan&utm_source=WordPress.org) (Pro): Let the sellers of your multivendor marketplace a unique opportunity to appoint an unlimited number of staffs to manage their personal eCommerce stores.
* [Dokan WooCommerce Booking](https://wedevs.com/products/plugins/dokan/woocommerce-booking-integration/?utm_campaign=dokan-wordpress-org-visitor&utm_medium=learn_more_about_dokan&utm_source=WordPress.org) (Pro): Allows vendors to create & sell bookable products and customers to customize their booking orders.
* [Dokan Simple Auctions](https://wedevs.com/products/plugins/dokan/dokan-simple-auctions/?utm_campaign=dokan-wordpress-org-visitor&utm_medium=learn_more_about_dokan&utm_source=WordPress.org) (Pro): Offer your vendors to enable auction-able products selling feature.
[AND MANY MORE](https://wedevs.com/dokan/modules/?utm_campaign=dokan-wordpress-org-visitor&utm_medium=learn_more_about_dokan&utm_source=WordPress.org) ⏩
= WE KNOW WE ARE NOT PERFECT THAT’S WHY WE ARE IMPROVING EVERYDAY =
This may have bugs and lack of many features. If you want to contribute to this project, you are more than welcome.
👨💻 [Please fork the repository from Github](https://github.com/weDevsOfficial/dokan) 👨💻
= Privacy Policy =
Dokan Lite uses [Appsero](https://appsero.com) SDK to collect some telemetry data upon user's confirmation. This helps us to troubleshoot problems faster & make product improvements.
Appsero SDK **does not gather any data by default.** The SDK only starts gathering basic telemetry data **when a user allows it via the admin notice**. We collect the data to ensure great user experience for all our users.
Integrating Appsero SDK **DOES NOT IMMEDIATELY** start gathering data, **without confirmation from users in any case.**
= Contribute =
This may have bugs and lack of many features. If you want to contribute on this project, you are more than welcome. Please fork the repository from [Github](https://github.com/weDevsOfficial/dokan).
= Author =
Brought to you by [Tareq Hasan](http://tareq.co) from [weDevs](http://wedevs.com)
== Installation ==
Extract the zip file and just drop the contents in the wp-content/plugins/ directory of your WordPress installation and then activate the Plugin from Plugins page.
== Frequently Asked Questions ==
= Q. Can I add a payment method? =
A. Just use any standard WooCommerce payment gateway.
= Q. How do withdrawals work? =
A. Right now, we offer PayPal, Bank and Skrill (pro) withdraw method for "Dokan". For PayPal withdraw, you can generate Mass Payment File to payout your sellers at once. Other methods are manual though.
= Q. Does Dokan integrate with BuddyPress? =
A. Not for the moment. We have plans to integrate with BuddyPress via an add-on in the near future.
= Q. Is Dokan responsive? =
A. Yes, Dokan is fully responsive. We take mobile first approach and it displays very well in mobile and tablet devices. We are using Twitter Bootstrap as a framework and it just works.
= Q. Does it supports variable products? =
A. The **Pro** version does! You can seller normal products, downloadable products and variable products with your own attributes.
= Q. Can each vendor customize his store? =
A. Right now we have options for only changing the store banner page. We are working on a better customizable seller store page.
= Q. Will it be possible to take a cut or commission from the sales? =
A. Yes, that's how Dokan works. In every sales, you can cut a commission from a order. That's configurable from Dokan settings.
= Q. Can Dokan be used in a single seller mode? =
A. Obviously, you can use this on a single seller site to give them a nice front-end experience.
= Q. How to upgrade to the Pro version?
A. Just install and activate the PRO version without deleting the free plugin. All your data will be safe on the database and some extra features will be added. If you feel something may go wrong, please consult with our [support](https://wedevs.com/contact/) staff first.
== Screenshots ==
1. Admin Dashboard
2. Withdraw requests from sellers
3. Settings → General
4. Settings → Selling Options
5. Settings → Withdraw Options
6. Settings → Page Settings
7. Settings → Appearance
8. Seller Dashboard in site frontend
9. Frontend → Products Listing
10. Frontend → Create a new Product
11. Frontend → Edit a product
12. Frontend → Orders Listing
13. Frontend → Orders → Details
14. Frontend → Submit withdraw request
15. Frontend → Store Settings
16. Frontend → Store Payment Settings
17. Frontend → Individual Seller Store-1
18. Frontend → Individual Seller Store-2
19. Frontend → Individual Seller Store-3
== Changelog ==
= v3.3.6 ( Jan 10, 2022 ) =
- **fix:** css class added for styling order details page #1468
- **fix:** Item meta is not being deleted from the order details page of the WordPress dashboard #1458
- **fix:** Showing Vendor or Store Name on the order details page of WooCommerce #1456
- **fix:** Conflict with Siteground optimizer plugin #1474
= v3.3.5 ( Dec 23, 2021 ) =
- **fix:** Fatal error while creating new vendor.
- **fix:** Conflict Dokan admin notices scripts with customizer page and WPML string translation page.
= v3.3.4 ( Dec 15, 2021 ) =
- **fix:** Asset loading issue for admin notice
= v3.3.3 ( Dec 15, 2021 ) =
- **new:** Added what’s New page for Dokan Lite #1427
- **new:** Grouped all Dokan admin notices into a single notice with slider #1427
- **update:** reCaptcha integration added to store contact form #1422
- **update:** Redesigned Dokan admin header section. Also added some useful links under admin bar. #1427
- **fix:** select2 dropdown margin issue fixed #1446
- **fix:** Fix loading issue while loading Dokan pages when permalink sets to plain text, Also added a notice to instruct users to change permalink setting. #1444
= v3.3.2 ( Nov 30, 2021 ) =
- **update:** Caching Enhancement and Fixes
- **update:** Added tooltips for setting options
- **update:** Google Map and Mapbox setting fields will be always visible
- **fix:** Product was creating via API even selling option was disabled for a vendor
- **fix:** Withdraw details field value conflict with old withdraw data
= v3.3.1 ( Nov 12, 2021 ) =
- **new:** Added Vue DateRangePicker library #1409
- **update:** updated vendor store per page placeholder text #1396
- **update:** Removed user switch setting from Dokan selling setting, now user switching will work if plugin exists #1394
- **fix:** Added missing param on woocommerce_admin_order_item_headers #1414
- **fix:** Fixed WC mail template overwrite wasn’t working #1403
- **fix:** add call to filter dokan_product_cat_dropdown_args to listing-filter.php #1408 (thanks to David Marín )
- **fix:** updated dokan_product_seller_info() function to not to add vendor data if vendor id doesn’t exists #1401 (thanks to David Marín )
- **fix:** Hide `Show email address in store` settings from store settings page if admin disable this settings from customiser. #1393
- **fix:** added upgrader to change refund and withdraw database table column #1391
- **add:** Black Friday promotion 2021 #1411
= v3.3.0 ( Oct 31, 2021 ) =
- **update:** Added integration of sweetalert2 for alert, prompt, confirm, toast notification
- **fix:** Fixed typo in vendor earning tooltip.
- **fix** Vendor wasn't getting a notification when order status change from cancelled to processing, on-hold, or completed. This has been fixed now
= v3.2.15 ( Oct 13, 2021 ) =
- **feat:** Permanently delete Dokan related data (custom tables, options, pages, user roles and capabilities etc) after plugin delete based on admin Setting
- **new:** added filter hook dokan_store_banner_default_width and dokan_store_banner_default_height so that theme/plugin author can change store banner with and height based on their needs
- **new:** Added Dokan stores page link under Admin bar menu, from now on “Visit Store” redirects to Dokan store list page and “Visit Shop” directs to WooCommerce Product list page.
- **new:** Added integration of sweetalert2 to replace default javascript alert, prompt, confirm, and toast notifications
- **update:** Added a new tooltip in vendor dashboard product listing page after earning column to clarify vendors about possible earning from their products
- **update:** Added localization support for text "Calculating"
- **update:** Now Dokan page view count will be stored in the browser’s Local Storage instead of browser Cookies. Some caching plugins weren't able to cache single product pages due to this. This fix will let caching plugins to cache single product pages from now on
- **fix:** Single product page used to display the seller's real name instead of store name on the vendor info tab. Issue has been resolved now.
- **fix:** When a vendor adds a new product If the form has any validation error then old selected tags went missing. This issue has been resolved now.
- **fix:** Store Address input fields were missing in vendor dashboard’s store setting form when the Dokan Pro plugin was not installed. Now this issue has been fixed.
- **fix:** Removed vendor verification verified status check from vendor dashboard’s store settings page if dokan pro is not installed or vendor verification module is not active
- **fix:** Single Store product category wasn’t working if WPML plugin was installed. Now this issue has been fixed.,
- **fix:** Added validation for withdraw limit
- **fix:** Corrected spelling to 'picture' from 'picutre'
- **fix:** In the latest version of Divi, theme assets weren’t loading if a single store page doesn’t contain any product. This issue has been fixed now.
- **fix:** Vendor Contact form didn't contain “Reply To” email address when a customer would contact a vendor via the vendor contact form widget. Issue has been resolved now.
= v3.2.14 ( Oct 04, 2021 ) =
- **fix:** multiple issue fixed in WPML integration with Dokan
= v3.2.13 ( Sep 30, 2021 ) =
- **fix:** fixed warning on product listing page due to filter data type mismatch
- **update:** added dynamic filter named: dokan_manage_shop_order_custom_columns_%s hook under shop_order_custom_columns method
- **feat:** Set limitation for how many product tags that vendor can input, admin can set tag limit via filter hook: dokan_product_tags_select_max_length
- **fix:** fixed localization issue on attribute label
- **fix:** fixed Single store product search not working for logged out users
= v3.2.12 ( Sep 13, 2021 ) =
- ***new*** Withdraw details keep save as log
- ***new*** Vendor settings update REST api support
- ***new*** New Filter hook added for Order status list allowed for withdrawal 'dokan_settings_withdraw_order_status_options'
- ***fix*** Check if pagination_base post is empty
- ***fix*** Single store page map hide based on setting
- ***fix*** added upgrader to reassign dokan_store_name meta because it was missing for some vendor
- ***fix*** JS deprecated warnings fixed
= v3.2.11 ( Aug 31, 2021 ) =
- **new:** Added new shortcode attribute named random to display store list randomly [dokan-stores orderby="random"]
- **fix:** Fixed fatal error when vendor registration shortcode used from API
- **fix:** Added Map API selection section on Dokan admin setup wizard page
- **new:** Added **'Texty – SMS Notification for WordPress, WooCommerce, Dokan and more'** plugin as recommended plugins under Dokan admin setup wizard page
- **new:** Added vendor filter on admin Withdraw page
- **new:** Added a new REST route to get corresponding vendor's product categories under StoreController API (GET: wp-json/dokan/v1/stores/3/categories)
- **new:** Added a new REST route to get corresponding vendor's popular product categories under StoreController API (GET: wp-json/dokan/v1/stores/3/categories?best_selling=1)
- **new:** Added REST API route to create withdrawal request (POST: /wp-json/dokan/v1/withdraw/ )
- **Fix:** fixed unable to remove downloadable file when there is only one file exists
- **fix:** fixed fatal error with deleted product of an order
- **new:** What's new button added under dokan admin page top bar section
= v3.2.10 ( Aug 10, 2021 ) =
- **update:** Hide customer billing email and ip address from vendor order export data based on admin setting
- **update:** Default Category order by set to name and order by as ascending
- **fix:** After submitting the Create Product from the selected category is not selected
= v3.2.9 ( Aug 2, 2021 ) =
- **New:** Added customize settings for store product filter option to show/hide
- **Fix:** Product tag search not working in variable product after adding new attribute
- **New:** added a new hook dokan_earning_by_order_item_price
- **Fix:** display shipping widget though virtual checkbox selected
- **Fix:** Children IDs not showing on REST API
- **Fix:** fixed a js error while refunding from vendor dashboard: size() is not a function
= v3.2.8 ( Jul 12, 2021 ) =
- **update:** Added Composer 2 support
- **fix:** Fixed rewrite rules issues after Dokan plugin is installed and after change store slug
- **new:** Added dokan summer sale promotion
- **new:** Added a new action hook named dokan_store_customizer_after_vendor_info under Dokan Store Customizer
- **update:** added $data parameter to existing dokan_vendor_create_data action hook
- **new:** added a new action hook named dokan_before_create_vendor
- **new:** added a new action hook named dokan_seller_registration_after_shopurl_field
- **new:** added a new action hook named dokan_settings_after_store_phone
- **new:** added a new action hook dokan_settings_before_store_email
- **new:** added a new action hook dokan_product_gallery_image_count
= v3.2.7 ( Jul 01, 2021 ) =
- **new:** Added Orderby filtering for single store product listing page
- **new:** Added custom ip address lookup link
- **new:** Added a success message after creating a product from add new product modal window
- **new:** Added - - for category listing in add new product page and add new product modal window
- **new:** Added a new shortcode attribute named with_products_only in [dokan-stores] shortcode so that vendor without product can be filtered out from store listing page
- **new(api):** Add support to send objects to trash, thanks to @Mário Valney
- **fix:** Fixed duplicate tag create issue, if new tag is searched with mixed character case
- **fix:** Wrong hooks used on Elementor widgets
- **fix:** Typo in Staff - Manage Menu Permissions fixed
- **fix:** Fixed an error in Dokan setting for new installation of Dokan Lite
- **fix:** Fixed vendor order page pagination issue for date and customer filter
- **fix:** Fixed “In stock" and "Out of stock" translation issue
- **fix:** Email template override directory location correction for dokan vendor completed order
- **fix:** delete cache data after updating dokan vendor balance table
- **fix:** Fixed a bug that would allow vendors to change order status even if they don't have permission to do so, thanks to @CODLOP
= v3.2.6 ( May 8, 2021 ) =
- **new:** Added new action hooks on order details sidebar
- **new:** Dokan admin setting warning type field added on Dokan admin setting
- **new:** Dokan admin setting repeatable field added 2 new options must-use and desc
- **new:** Introduce the filter hook dokan_dashboard_nav_settings_key for store settings slug
- **new:** Eid 2021 promotion added
- **new:** New hook: Vendor dashboard custom CSV orders export
- **new:** Vendor Order export CSV file earnings column added
- **fix:** Decimal as comma separated sale price does not save
- **fix:** Product variation pagination for post type pending
- **fix:** product published date displaying current date in local language
= v3.2.5 ( April 30, 2021 ) =
- **fix:** Fix single store page template layout
- **fix:** [wpml] Fix malformed dashboard subpage URL when page_link is filtered to add a query parameter
- **fix:** product count exclude booking product
- **fix:** order export not filtered customer filtered data
- **fix:** [wpml] Fix malformed store URL when the home URL contains a query parameter
- **fix:** capitalise vendor url in add new vendor
- **new:** Sub orders set dynamic post status on WooCommerce my account order details page
- **new:** Store listing shortcode enhancements, Store Category wise: [dokan-stores category="clothing"] Order wise: [dokan-stores order="ASC"] Orderby wise: [dokan-stores orderby="registered"] Store_id wise: [dokan-stores store_id="1, 2, 3"
- **new:** Vendor product listing page added 2 new filters options stock wise and product type wise
- **new:** Order status for withdraw option added on dokan admin setting page
- **new:** Store open close option disabled by default when a vendor register
- **fix:** Vendor setup wizard page broken issue fixed
- **fix:** Inconsistency template CSS class dokan-w3 issue fixed on vendor setting page
- **fix:** Unable to add multiple lines to the short Description field issue fixed
- **fix:** AZERTY keyboard restrict registration issue fixed for vendor register form
= v3.2.4 ( April 01, 2021 ) =
- **new:** Enter key allow for vendor search on store listing page
- **feat:** Vendors able to edit product slug from their product edit page
- **update:** Set default values withdraw methods, limit, order status, commissions on the setup wizard
- **refactor:** product create update redundant check
- **fix:** time format with a forward slash (\) wasn't parsing correctly on store open/close time dropdown
- **fix:** Products: Preview of text is not appearing instantly while adding Product Tags
- **fix:** Withdraw: IBAN number is not showing on the Dokan Admin
- **fix:** Warning showing on all widget when use on Elementor
- **fix:** Divi theme store single page showing warning issue fixed
- **fix:** Store listing filter most recent is not working issue fixed
= v3.2.3 ( March 13, 2021 ) =
- **notice:** limited time promotion for weDevs birthday
- **update:** WordPress 5.7 and WooCommerce 5.1 compatibility
= v3.2.2 ( March 5, 2021 ) =
- **new:** Added order completed email notification for vendors
- **new:** Added Vendor individual withdraw threshold option
- **new:** Added a new hook (dokan_admin_setup_wizard_save_step_setup_selling) after admin setup wizard save setup selling step
- **new:** Added a new action hook (dokan_create_sub_order_before_calculate_totals) when creating a suborder
- **update:** Added sales price validation check for subscription product
- **update:** Added a new filter hook (dokan_order_status_count) in order status to support custom order status
- **update:** WP kses added new allowed arguments for image tag
- **fix:** Product update and delete permission error via REST API
- **fix:** Fixed some PHP 8 warnings
- **fix:** Store settings error on save in vendor dashboard area
- **fix:** Order delivery tracking number wasn't saving as order notes
- **fix:** Export order by status on vendor dashboard issue fixed
- **fix:** Product discount price is set empty if regular price is lower than discount price
- **fix:** Fatal error on product tab's post per page in more products section
- **fix:** Store/products orderby query parameter
- **fix:** Dokan store open time timezone mismatch
- **fix:** Prices fields showing for external product
- **fix:** Unable to save stock value for variation product
- **fix:** Deprecated Gplus cleanup
- **fix:** Unable to save stock value for variation product
- **fix:** Different edit url for publish products in vendor dashbboard
- **fix:** SKU wasn't saving from vendor dashboard
= v3.2.1 ( February 12, 2021 ) =
- **fix:** Optimized code for better security
- **update:** performance improvements on vendor dashboard end
- **fix:** fixed conflict with user frontend menu position with Dokan
= v3.2.0 ( January 29, 2021 ) =
- **new:** Added blank product page new UI on vendor dashboard
- **new:** Added Store open and closed status on dokan store listing page
- **new:** Added a setting where admin can set how many products to display on vendor single store page
- **new:** Added a new validation message after upload a banner/profile picture, show a browser alert if user tries to leave the current page without saving the changes.
- **new:** Added a new update setting button on top of the vendor setting form
- **new:** Added downloadable and virtual product type support for subscription products
- **update:** Dokan withdrawal request promotion
- **fix:** While registering as a vendor, radio button should work only when user click mouse cursor on the top of the radio button.
- **fix:** Product add pop-up validation error message style
- **fix:** Vendor pending tab keeps loading issue fixed
- **fix:** Improved the mapbox address search input field and make it same as google map search box
- **fix:** Keep old vendor as product author while duplicating product from the admin area
- **fix:** Fixed rounded vendor balance can not be withdrawn
- **fix:** Fixed resetting geolocation address is not selecting default location address
- **fix:** Fixed featured attribute of the store list shortcode doesn't work
- **fix:** Fixed vendors count not working on autoload in admin vendor listing page
- **fix:** Fixed downloadable product "Grant Access" JS error
- **fix:** Added filter for $allowed_roles in vendor registration which was missing
- **fix:** If the vendor has a rounded value in their balance then vendors are unable to request a withdrawal of the full amount
- **fix:** When order data is retrieved via API, the "total" order value is gets rounded
- **fix:** Elementor conflict with Dokan best and top selling product shortcodes issue fixed
- **fix:** More product tab showing other vendors product issue fixed
= v3.1.2 ( January 12, 2021 ) =
- **fix:** Store listing page displaying disabled vendors
- **notice:** Added Paypal adaptive modules removal notice
= v3.1.1 ( January 11, 2021 ) =
- **feat:** Added searching feature for Dokan admin settings
- **new:** Added "Visit Vendor Dashboard" link to admin bar
- **new:** Added current_datetime() compatible dokan functions for WordPress version < 5.3
- **update:** Updated refund table item_totals and item_tax_totals fields via Dokan upgrader
- **perf:** Optimized Dokan admin settings page to load setting page faster
- **fix:** Added vendor search feature for disabled vendors
- **fix:** Product discount showing wrong when a product that has a limited time discount and sets a schedule on the calendar on the frontend dashboard
- **fix:** Fixed creating addon by vendor staff was not working for product
- **fix:** Fixed coupons created by the vendor can not be modified
- **fix:** Fixed admin dashboard wasn't loading due to use of sprintf for some translatable strings
- **fix:** Fixed display issue for State and Country multi-select of Dokan vendor create modal
- **fix:** Translation issue fixed on store listing page
- **fix:** Store product category not showing properly
- **fix:** Fixed missing text-domain on product listing delete confirmation alert
- **fix:** Responsive dashboard product and order table
= v3.1.0 ( December 20, 2020 ) =
- [new] Store page customizer and better theme support
- [fix] Stock level wrong calculation in order notes
- [fix] Improve search with store name in Dokan admin vendor listing and store listing page
- [fix] Store listing page avatar image not showing properly on store listing page
- [fix] Store and store term and conditions template make high priority
- [fix] Store settings page url issue when vendor dashboard use as child page
- [fix] Vendor dashboard menu not selected when vendor dashboard use as a child page
- [fix] Ordering issue on category dropdown on product listing filter area
- [fix] Vue wp list table package updated, translation support for list tables
- [fix] Dokan vendor dashboard big counter warning issue fixed
- [fix] Vendor dashboard product table column issue fixed
- [fix] Update custom deactivation reason placeholder text
- [fix] Vendor biography formatting issue when update any vendor from Dokan admin area
- [fix] Added attribute slug with product REST API
- [fix] Vendor listing and withdraw page not loading correctly in admin area when use others languages
- [fix] Upgrade to pro module page overlapping issue with admin notice, css & changed svg
- [fix] Withdraw methods toggle options not working on Dokan setup wizard
- [fix] Withdraw methods are not saving for some users, fixed via Dokan upgrader
= v3.0.16 ( December 01, 2020 ) =
- **fix:** Search by store name not working on store listing page when store created from admin area
- **fix:** Store reviews REST API issue fix and improve
- **fix:** Order fetching REST API issue fix and improve
- **new:** Dokan upgrade to pro modules page added
- **update:** weMail plugin added on recommended plugins list when run Dokan setup wizard
- **fix:** Deactivation reasons icons and placeholder updated
= v3.0.15 (November 21, 2020) =
- **fix** updated codebase to fix timezone mismatch
= v3.0.14 (November 20, 2020) =
- **fix** Vendor edit admin commission on decimal separator as comma
- **update** Limited time promotion admin notice
= v3.0.13 (November 12, 2020) =
- **New:** Added new filter `dokan_is_product_author`
- **New:** Apply new filter `dokan_product_listing_post_statuses` on product listing status
- **Fix:** Store name search was not working when the vendor account was created by admin
- **Fix:** Vendor was not changing when trying to change on product quick edit section from admin area
- **Fix:** Some translation issue fixed on admin setting page
= v3.0.12 (November 5, 2020) =
- **Fix:** Refactor upgrade to pro banner.
- **Fix:** Temporary disable WooCommerce payment and shipping setup step from vendor setup wizard section. It was throwing a lot of deprecated warnings, we will fix it in the next version.
= v3.0.11 (October 22, 2020) =
* **Fix:** Fixes a JS loading issue when `SCRIPT_DEBUG` is enabled
= v3.0.10 (October 20, 2020) =
- **Fix:** Vendor balance remains same after refund
- **Fix:** Vendor name is not showing correctly on WooCommerce product list quick edit
- **Fix:** CSS conflicting with the YITH Badge Management Plugin
- **Fix:** Added postbox header div in postbox component
- **Fix:** Guest checkout name in vendor order details
- **Fix:** Phone field pasting option enabled settings page
- **Fix:** Admin dashboard feed REST Request error
- **Fix:** Prevent admin email for sub-order
- **Fix:** Multiple category commission issue fallback to vendor commission
- **Fix:** Admin vendor total count
- **Fix:** Default order sorting issue
- **Fix:** WC deprecate notice for using order parent_id directly
- **Fix:** Label changed for external product type
- **Fix:** Product tag add if do not exist
- **Fix:** Store category widget not translate problem with WPML
- **Fix:** On RESTful order creation, only single store is added into the response even if there are multiple stores
- **Fix:** Product variation author id update for product quick save
- **Fix:** Translation issue on Select2
- **Fix:** Price schedule selection date added
- **Fix:** Remove duplicate capabilities form seller role
- **Fix:** Dashboard header add new button not showing with theme conflict
- **Fix:** Order details page showing warning issue
- **Fix:** After withdraw approval, sometimes it's not inserting in balance table
- **Fix:** Redirect to 404 if vendor do not exist for TOC template
- **Fix:** Withdrawal current balance is incorrect cause of cache issue
= v3.0.9 (August 25, 2020) =
- **Fix:** Some security issues fixed
- **Fix:** Loading issue when long tags list on add/edit product page (Vendor Dashboard)
- **Fix:** Add missing permission callback in REST routes to make WordPress 5.5 compatible
- **Fix:** Vendor can send multiple withdraw request from vendor dashboard
- **Fix:** API endpoint added
= v3.0.8 (August 12, 2020) =
- **Fix:** WordPress v5.5 compatibility issue fixed
- **Fix:** Namespacing issues on class declaration
= v3.0.7 (July 23, 2020) =
- **Fix:** Showing fatal error for user switching
= v3.0.6 (July 23, 2020) =
- **Feat:** Vendor user switching (User Switching plugin support)
- **Feat:** Decimal and Thousand Separator with Comma
- **Fix:** Add system to refresh options for select fields in admin settings
- **Fix:** Admin settings input field type for common types of fields
- **Fix:** Shop name not showing on product listing quick edit section
- **Fix:** Order notes in vendor dashboard insert wrong author data
= v3.0.5 (June 11, 2020) =
- **New:** Exclude cash on delivery payments from vendor withdrawal balance (COD)
- **Fix:** Remove vendor folder from the excluded list
- **Fix:** Earning column missing on vendor dashboard order list
- **Fix:** Default location not working in vendor dashboard
- **Fix:** Remove link from customer name in vendor order details
- **Fix:** Custom header, footer template does not work in Dokan store page (Divi Theme)
= v3.0.4 (May 15, 2020) =
- **Fix:** Rename google plus to google as google plus is deprecated #807
- **Fix:** Unable to set store trams and condition settings through REST API #808
- **Fix:** Vendor order email does not have the TAX details #809
- **Fix:** Withdraw request email is not send to admin #810
- **Fix:** Typo in backend add and edit vendor page #811
- **Fix:** On updating commission type in backend vendor dashboard, translated commission type is getting saved into database #814
- **Fix:** Store listing filter does not work when its saved as frontpage #815
- **Fix:** When a product is purchased with a price of more than 8 digit the calculation is wrong #819
- **Fix:** Caching issue on vendor's order listing page #821
- **Fix:** Filter out empty seller ids when a product is deleted `dokan_get_sellers_by` function #827
- **Fix:** Deduct PayPal gateway fee from vendor's earning #830
- **Feat:** Hide vendor info if admin wants to #829
- **Improvement:** Pass vendor id in dokan_get_seller_active_withdraw_methods hook #813
= v3.0.3 (April 03, 2020) =
- **Fix:** Clear caches on product update #804
- **Fix:** Vendor is not receiving email for new order #803
- **Fix:** Remove weForms promotion from admin setup wizard #798
= v3.0.2 (March 23, 2020) =
- **Fix:** Unable to remove attributes in vendor product edit page #637
- **Fix:** Feature image is not saving on quick edit
- **Fix:** Vendor image issue #769
- **Fix:** Set vendor eamil on new vendor creation #787
- **Fix:** Return content from shotcode instead of being outputting #752
- **Fix:** Map still showing on vendor dashabord settings page even if there is no API key
- **Fix:** Product type not saving when quick edit #767
- **Fix:** Render withdraw methods dynamically in setup wizard #771
- **Fix:** Show vendor email to admin and actual vendor #773
- **Fix:** Product type error in dokan_save_product function
- **Fix:** Admin is unable to see the setup wizard on new dokan installation when WooCommerce is not installed #783
- **Fix:** Add missing add_meta_query method in dokan REST API #788
- **Fix:** Only render map if api key is availabe in store settings page #774
- **Feat:** Add dokan_get_all_cap_labels function #781
- **Improvement:** Added group description to exporters and updated privacy policy guide to drop use of deprecated classes #755
- **Improvement:** dokan_get_shipping_processing_times function #785
- **Improvement:** Add filter on withdraw export csv args #786
- **Improvement:** Get correct product thumbnail size in vendor product list page #795
= v3.0.1 (February 07, 2020) =
- **Fix:** Fixed yoast seo causing conflict issue in single store page
- **Fix:** Permission issue fixed for shop manager
- **Fix:** Handle sales price error if its greater than regular price or empty
- **Fix:** Change placholder text for filter by customer to registered customer
= v3.0.0 (February 03, 2020) =
- **Fix:** Add mapbox option in dokan admin setup wizard
- **Fix:** Pass order object into woocommerce_order_item_{type}_html hook
- **Fix:** Allow vendor to update store terms and condition with REST API #714
- **Fix:** If show_email is truned off don't show the eamil in REST API response #748
- **Fix:** Remove space while generating user_name via dokan_generate_username function #749
- **Fix:** If a product is deleted and no vendor is found for that product display (no name) in backend order listing page #746
- **Improvement:** Store listing filter styles so that it works with almost any theme
- **Improvement:** Show notice in dokan admin setup wizard if minimum PHP version is not met for WooCommerce
- **Improvement:** If dokan pro doesn't exist but commmision type is found in database, ignore that saved commission type #746
- **Improvement:** Code quality and performance
= v2.9.31 (January 14, 2020) =
- **Fix:** Add option to set dokan store listing page for rendering all stores
= v2.9.30 (January 10, 2020) =
- **Feat:** Grid and List view for store listing page #712
- **Feat:** Store sorting options in store listing page #712
- **Feat:** Add Mapbox as Google map alternative
- **Feat:** Add Enfold theme support
- **Improvement:** dokan_get_vendor_by_product function so that it reruns vendor for product variation #726
= v2.9.29 (December 26, 2019) =
- **Fix:** Don't show the admin setup wizard who ran the setup wizard before
- **Fix:** Remove non-ascii characters from some file names
- **Fix:** Dokan dashboard hamburger menu is not working fixed
- **Fix:** Downloadable product grunt and revoke access issue is fixed
- **Tweak:** Added privacy policy info in setup wizard for admin
= v2.9.28 (December 19, 2019) =
- **Fix:** Sanitize and Escape data before saving and rendering #717
- **Improvement:** Add privacy policy in readme.
= v2.9.27 (December 11, 2019) =
- **Feat:** Run Dokan Admin Setup Wizard without being WooCommerce installed #708
- **Improvement:** Remove empty div from vendor payment settings page #695
- **Improvement:** Deleting a attribute from predefined attributes and add the attribute again mess up attributes #703
- **Improvement:** Add hooks in order details and admin setup wizard #715
- **Improvement:* Pass post_type as a second parameter to the months_dropdown_results hook #710
= v2.9.26 (November 19, 2019) =
- **Feat:** Add option to hide out of stock products in best selling widget #697.
- **Improvement:** Make dokan add vendor UI consistent to WordPress UI #696.
= v2.9.25 (November 12, 2019) =
- **Dev:** Add dokan backend settings input required field validation.
- **Improvement:** Dokan_Commission::prepare_for_calculation() method.
= v2.9.24 (November 08, 2019) =
- **Fix:** Assets URL localization was creating a problem in frontend vendor shipping area, this has been fixed.
- **Improvement:** Added a new filter `dokan_get_edit_product_url` to override the product edit URL.
= v2.9.23 (November 07, 2019) =
- **Feat:** Add REST API support for store contact form widget
- **Feat:** Add Vendor listing page in dokan backend
- **Feat:** Add vendor active inactive REST API
- **Fix:** Increase refund table data length to allow more refund items
- **Fix:** Withdraw threshold field disappears when commission type is selected in dokan settings
- **Fix:** Order listing page shows the same orders when object cache is enabled
- **Fix:** Best selling widgets warning in store sidebar
- **Fix:** Save store name in vendor's user_meta so that store search form widget works correctly
- **Fix:** If percent commission rate is not set while using combine commission calculation is not correct
- **Dev:** Add filter to modify current page id in dokan_is_seller_dashboard function
- **Localization:** Store open and close notice placeholder strings remains untranslated
v2.9.22 -> October 03, 2019
-----------------------------------
- **fix:** Remove duplicate inpute filed in dokan admin settings form
- **fix:** Make commissison value to 0 if no product found
- **fix:** Attribute value's are swapped after changing the order of the attributes
v2.9.21 -> September 24, 2019
-----------------------------------
- **fix:** If state is not found for a country in store settings, remove the state field on reload
- **fix:** Only show vendor's own uploaded media to a vendor.
- **fix:** Add required attribute for various input field in dokan_post_input_box function.
- **fix:** Calculate commission for item by quantity when the commission is set to flat.
- **Tweak:** Introduce Dokan_Commission class to calculate admin and vendor's commission.
- **Tweak:** Remove unnecessary placeholder in admin commission field.
v2.9.20 -> August 23, 2019
------------------------------------
- **Fix:** Geolocation map settings value is not saving
- **Fix:** Fix warning in vendor dashboard widget when seller setup wizard is not run
- **Fix:** Store banner height in vendor settings page it not honouring the saved settings
- **Fix:** Conflict with avada theme fution builder
- **Tweak:** Use WordPress backend date format while printing date in approved and cancelled withdraw request
v2.9.19 -> July 29, 2019
------------------------------------
- **Fix:** Split orders created from admin dashboard
- **Fix:** Add on backorder in product stock management
- **Fix:** Dokan dashboard menu returning 404 with the latest version of visual composer plugin
- **Tweak:** Dokan admin settings rearrange
- **Tweak:** Add compatibility with ultimate member plugin
- **Tweak:** Add few hooks in product listing template
v2.9.18 -> July 10, 2019
------------------------------------
- **Feat:** Add google map type option field component
- **Feat:** Add dokan_array_after helper function
- **Fix:** Admin settings default value for multicheck field
- **Tweek:** Remove unnecessary code and add hook after creating parent order
- **Tweek:** Refactor dokan_get_vendor_by_product function and explicit error checking while using it
v2.9.17 -> June 13, 2019
------------------------------------
- **Fix:** Remove unwanted code to fix conflict with yith plugin
- **Tweak:** Dokan theme support and responsive menu
v2.9.16 -> June 11, 2019
------------------------------------
- **Fix:** Hide hidden and out of stock products in vendor store page
- **Fix:** A non-numeric value encountered warning in vendor product listing page, if product price is not given
- **Fix:** Add failed order in vendor order listing page
- **Fix:** Creating product from admin backend returns 2 instance of the product author
- **Tweak:** Ensure dokan_get_seller_id_by_order filter is always taking effect
- **Tweak:** Make dokan vendor dashboard responsive
- **Tweak:** Show admin notice stating WooCommerce is required if not found on dokan installation
- **Tweak:** Add hook after creating and updating object via dokan REST API
- **Tweak:** Add dokan_ensure_vendor_coupon filter while ensuring vendor coupon restriction
- **Tweak:** Add updater class to fix banner issue where store settings and listing template was overridden
- **Tweak:** Add filter hook while fetching vendor products
- **Tweak:** Add define method to define plugin constants
v2.9.15 -> May 08, 2019
------------------------------------
- **Fix:** Vendor banner is not showing in the backend edit user profile page
- **Fix:** Add filter to allow or skip nonce checking while registering new user
- **Tweak:** Update appsero SDK
v2.9.14 -> Apr 26, 2019
------------------------------------
- **Fix:** Schedule product price not showing correctly
- **Fix:** Backward compatibility for banner and store time
For the changelog history, view the full [changelog.txt](https://github.com/weDevsOfficial/dokan/blob/develop/changelog.txt).
== Upgrade Notice ==
= 3.0.0 =
**Important Update** This update changes code structures for improving performance. Make sure to take backup and read the changlogs first before upgrade process.