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
- The topic ‘Dokan integration’ is closed to new replies.