• Resolved lestra

    (@lestra)


    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

    (@mechuram)

    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

    (@lestra)

    Thanks for response. I will try to do it by myself first.

    Plugin Author Martin Mechura

    (@mechuram)

    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.