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

Integrate iDeal with Stripe Connect To Split Payments

I'm running a marketplace website using Dokan Pro where I have integrated Stripe Connect. Now I want to integrate iDeal with it but they don't have it officially so I'm following Stripe's documentation to do some custom coding but I'm not able to…
0
votes
0 answers

Have I constructed this multiple JOIN Correctly?

SELECT * FROM `wpet_woocommerce_order_items` a LEFT JOIN `wpet_woocommerce_order_itemmeta` b ON a.order_item_id = b.order_item_id LEFT JOIN `wpet_users` f ON f.ID = b.meta_value AND b.meta_key = 'seller_id' LEFT JOIN `wpet_dokan_orders` c ON…
noetico
  • 25
  • 6
0
votes
1 answer

Dokan action to update order status

I need help with dokan actions on Orders page. Currently here i have two actions, to mark order complete or processing. What I want is to create action to mark order cancelled and on-hold. I have accessed file that contains these two actions and…
dejan
  • 55
  • 5
0
votes
1 answer

How to auto check Downloadable and Virtual checkbox on Dokan frontend upload form?

I want to auto check on Downloadable and Virtual checkbox on Dokan plugin, this my code: add_action( 'woocommerce_product_options_general_product_data', 'hiding_and_set_product_settings' ); function hiding_and_set_product_settings(){ ## ==> Set…
0
votes
0 answers

Woocommerce Booking and Dokan - Get Earnings Value

Woocommerce Bookings has two pages which are displayed to users who manage bookings. Booking Details Page Order Details Page. The Bookings Details Page does not display the price of the booking but rather the details such as duration, start/end…
0
votes
1 answer

display product filters with Woof in Dokan vendor store page

recently i was working on how to display correct product filters (with woof plugin) in Dokan vendor store page, but i couldn't find any solution. here is what i tried and didn't work: function woof_modify_query( $query ) { // Check we're on a…
Alireza Sabahi
  • 647
  • 1
  • 12
  • 35
0
votes
1 answer

How to add a private category visible only by admin in woocommerce 4.2.0?

I'm setting up a multi-vendor ecommerce site using Woocommerce and Dokan Plugins. Only agricultural products will be sold on the site by me and other vendors. However i am facing difficulties ajusting things to match my needs. I want to add a…
ezybusy
  • 29
  • 8
0
votes
0 answers

Woocommerce New Customer Email Based On User Role

I'm working on a multivendor marketplace. I'm trying to customize the Woocommerce customer_new_account email based on the user role. A vendor should receive a different email than a customer does after sign-up. It doesn't seem impossible to me but I…
0
votes
1 answer

Dokan Add new product not saving custom field in backend

My task is to add customer field to Add new product Vendor option. I successfully added this field to frontend tmpl-add-product-popup.php with code:
dejan
  • 55
  • 5
0
votes
1 answer

Dokan - Admin commission on shipping depending delivery method

I am a dokan user, in dokan you can set shipping to vendor or to admin. Mainly i want to offer the possibility to vendor to choose ( so all shipping cost goes to vendors ) Flat rate shipping Collect Free delivery and i want to add : ( to add it…
TheIYep
  • 1
  • 3
0
votes
2 answers

How to replace "vendor" string with "Artist" everywhere in dokan lite plugin?

I want to replace "vendor" string present in dokan plugin to "Artist" string everywhere. I searched for the solution but couldn't found it anywhere. Kindly help me.
0
votes
2 answers

Add image upload custom field at dokan template new-product.php

I am using dokan plugin for a multivendor website, I want to add image upload custom field in the template new-product.php, I used CMB2 plugin to create image upload custom field with WooCommerce like this function themebox_metaboxes()…
0
votes
1 answer

Tax classes on WooCommerce with Dokan

I have a marketplace with Dokan Pro installed. I would like that when vendors create a product ,there is no tax. But, I need 20% VAT on the products I sell as an administrator. I mean for example that vendors can buy different products to promote…
0
votes
0 answers

Add extra upload field in dokan payment form

Hi i want to upload cancel cheque image in payment setting. Already find the code to add seller url https://gist.github.com/nayemDevs/b629d4b1c27c794bdfb729ce6927069e
0
votes
1 answer

how to delete the order notification to the vendor, only the admin receives the notification

where can I find answers to this problem, how to turn off order notifications to the vendor, let the admin only receive notifications on each order thank you
Arwahi M
  • 49
  • 7