Questions tagged [dokan]

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.

192 questions
0
votes
1 answer

Trying to create a CSV file for an automation around dokan_profile_settings but having trouble with quoting getting messed

I have a script that reads in the contents of a CSV file where I then merge it with other data with the goal of creating an output CSV file that has the combined data. I have the CSV file creating working fine and all of the data makes it into the…
0
votes
1 answer

doakn on vendor dashboard edit product in quick edit options find product status (draft or online)

how to produce custom field edit (eg product status online or draft )in on doakn vendor dashboard quick edit panel. I want to product edit in quick edit popup by programatically.
manali jain
  • 3
  • 1
  • 4
0
votes
1 answer

Add Advanced Custom Field to existing form on Dokan- Add product & edit product page (WordPress/WooCommerce)

I’m using a multi-vendor (Dokan) plugin, and been customizing it. One thing I want to achieve and been struggling is that I want my advanced custom field(also a plugin) for single product to actually appear on the front-end, in one of the Dokan’s…
0
votes
1 answer

Test email sent but not delivered by WordPress

The test email has been sent by WordPress. but not delivered to sender .. i used a dokan plugin in my project and at signup i used a email verification when i signup email send but not delivered at destination here is some error notification by…
Quamar
  • 1
  • 1
0
votes
1 answer

How to remove Vendor: from Dokan customer order emails

I am trying to remove the Vendor / Seller store name / URL from the emails that are sent to a customer when an order is placed. I have looked everywhere and can find all of the email php files but still can't figure out how to remove the vendor. I…
Kirk
  • 1
  • 2
0
votes
1 answer

What hook for updating product in WooCommerce Dokan plugin from vendor panel?

I want to do some customization in dokan plugin. I want to know if there is a hook available for update product from vendor panel.
Kalpit tandon
  • 119
  • 1
  • 3
  • 10
0
votes
0 answers

Dokanfuse : how to use Fuse wrapper of Dokan to import a simple file system application of Fuse to windows

I have a simple filesystem created by FUSE on Linux, I wanted to port this to windows using FUSE wrapper of Dokan, https://github.com/dokan-dev/dokany/wiki/FUSE how can I use this, I can't find the dokanfuse.dll file mentioned in the documentation…
0
votes
1 answer

How can I create full Moderation comment system using wordpress?

In Basic WordPress comment moderation - "Admin Moderation only for the first comment, no moderation option for reply message". Hear what I am looking is "Comment moderation for each comments and its reply like first comment, first reply, second…
jsjq-finder
  • 165
  • 3
  • 15
0
votes
1 answer

Fatal error: Using $this when not in object context - Dokan Wordpress Plugin

I am receiving this error when using this code in my wordpress theme´s function.php It seems the code has two parts, i think the last one must be inside the "construct function" but i don't know how to do it. function order_email_include_saler_name(…
Voltaki
  • 115
  • 7
0
votes
1 answer

Login issue using dokan and revo wp theme

i installed dokan multi vendor plugin and revo theme on wordpress, whenever i use the multi-vendor account to login using the login widget, it takes to me the customer dashboard. but on the regular login page ,it takes me to the correct url I tried…
0
votes
3 answers

Displaying custom Select field in Dokan Vendor Dashboard

This is question have already been asked here How Add Custom Meta Fields to Dokan in New Product But no one answered that question. What I am trying to achieve is following: Need to display custom field in Dokan Vendor Dashboard, plugin author have…
Bilal Naseer
  • 156
  • 1
  • 2
  • 16
0
votes
2 answers

Dokan filesystem always displays in Film Strip view

We have created a virtual filesystem driver using Dokan for Windows. For some reason, whenever the device is mounted on Windows XP, it defaults the windows explorer view to "Film Strip" mode. This is annoying, as there aren't even any media…
Michael
  • 3,151
  • 2
  • 22
  • 27
0
votes
1 answer

How can I detect copying files from dokan drive to the same dokan drive?

I need to catch the event to copy file within dokan drive. I am using C# dokan mirror-drive project. Can anybody help me?
Dennis
  • 51
  • 9
0
votes
1 answer

Limit country to just on in dokan plugin

I am using dokan plugin and want to limit countries selection to just one in shipping page and setting page. I removed other countries from woocommerce i18n folder countries.php but nothing changes.
khan
  • 1,099
  • 1
  • 11
  • 21
0
votes
0 answers

How to customize file popup menu just on Dokan file system using C#?

I mounted Dokan drive. I'd like to have file popup menu customized on that file system using C#. Currently windows system supports file popup menu, but I wanna change whole thing and create my own menu. Is that possible? How can I do that? Image
Dennis
  • 51
  • 9