Title: Dokan integration
Last modified: September 13, 2017

---

# Dokan integration

 *  Resolved [lestra](https://wordpress.org/support/users/lestra/)
 * (@lestra)
 * [8 years, 8 months ago](https://wordpress.org/support/topic/dokan-integration/)
 * Any chance to integrate plugin with Dokan multivendor plugin?
 * I asked author of Dokan is it possible to somehow implement (your plugin) in 
   Dokan dashboard and here is answer:
 * ————
    Yes, it is possible. You can insert the custom field by adding custom code
   into Dokan. If you are a developer then you can easily do that 🙂
 * You can add extra filed on the product upload form by modifying dokan-lite/templates/
   products/new-products-single.php file. After adding a new field, you have to 
   save the field value.
 * You have to save the field but you have to use two actions. Please open dokan-
   lite/classes/template-products.php file and find the below actions-
 * do_action( ‘dokan_new_product_added’, $product_id, $post_data );
    do_action( ‘
   dokan_product_updated’, $post_id ); ———-
 * I could send you Dokan Pro if needed. Please note that price per unit feature
   not exist in any multivendor plugin. It will be great if you make your plugin
   work with Dokan.
 * Thanks

Viewing 3 replies - 1 through 3 (of 3 total)

 *  Plugin Author [Martin Mechura](https://wordpress.org/support/users/mechuram/)
 * (@mechuram)
 * [8 years, 8 months ago](https://wordpress.org/support/topic/dokan-integration/#post-9494476)
 * I have programmed for Dokan in the past. Integration is possible, but I have 
   no plans for this. Maybe in Pro version. Or if you’re really interested I can
   do it as private work for you.
 * This feature so far doesn’t exist anywhere as far as I know. I found something
   similar, but it didn’t calculated the price.
 *  Thread Starter [lestra](https://wordpress.org/support/users/lestra/)
 * (@lestra)
 * [8 years, 8 months ago](https://wordpress.org/support/topic/dokan-integration/#post-9502100)
 * Thanks for response. I will try to do it by myself first.
 *  Plugin Author [Martin Mechura](https://wordpress.org/support/users/mechuram/)
 * (@mechuram)
 * [8 years, 7 months ago](https://wordpress.org/support/topic/dokan-integration/#post-9592806)
 * If you succeed with the integration you can share the code and I’ll put it into
   the plugin for others to use 😉

Viewing 3 replies - 1 through 3 (of 3 total)

The topic ‘Dokan integration’ is closed to new replies.

 * ![](https://ps.w.org/woo-price-per-unit/assets/icon-256x256.png?rev=2269371)
 * [Price Per Unit for WooCommerce](https://wordpress.org/plugins/woo-price-per-unit/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/woo-price-per-unit/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/woo-price-per-unit/)
 * [Active Topics](https://wordpress.org/support/plugin/woo-price-per-unit/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/woo-price-per-unit/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/woo-price-per-unit/reviews/)

 * 3 replies
 * 2 participants
 * Last reply from: [Martin Mechura](https://wordpress.org/support/users/mechuram/)
 * Last activity: [8 years, 7 months ago](https://wordpress.org/support/topic/dokan-integration/#post-9592806)
 * Status: resolved