• Hi. Is there any chance to integrate plugin with Dokan plugin?

    I asked author of Dokan is it possible to somehow implement (plugin like yours) in Dokan dashboard, 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 UOM feature not exist in any multivendor plugin. It will be great if you make your plugin work with Dokan. Thanks.

Viewing 1 replies (of 1 total)
  • Plugin Author Brad Davis

    (@brad-davis)

    Hi lestra,

    Thanks for the suggestion, it is not something that I have on the list to do but may consider it in the future when time is available.

    Cheers
    Brad

Viewing 1 replies (of 1 total)
  • The topic ‘Dokan Multivendor Integration’ is closed to new replies.