• Resolved lestra

    (@lestra)


    Hi. I want to build multivendor site. Problem is that no one multivendor plugin like Dokan for example, dont have price/unit feature. I asked author of Dokan is it possible to somehow implement (your plugin) in Dokan dashboard and here is his 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 :)”

    Obviously I am not developer.

    Could you please help me with this? To make your plugin to work with Dokan. I think it will be great, because currently there is no solution for this problem in any plugins combination. I tried them all. Thanks.

Viewing 4 replies - 1 through 4 (of 4 total)
  • Plugin Author Shiva Shanker Bhatta

    (@shivashankerbhatta)

    As this plugin is based on WooCommerce ecosystem, I’ve to take care of all of the WooCommerce customer in order to fulfill the plugin specific requirement.
    The platform you’d mentioned is dependent to another modules, for that the plugin might functionality might be more complex.
    The request could be achieved for the particular user/client and the project. If you really want the featured on your project, It would be better you could privately contact me if appropriate.

    Thread Starter lestra

    (@lestra)

    I think how great it will be for your plugin to have this feature for all to benefit. Dokan works on Woocommerce BTW.

    Here is complete answer from Dokan author:

    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 );

    • This reply was modified 6 years, 7 months ago by lestra.
    Plugin Author Shiva Shanker Bhatta

    (@shivashankerbhatta)

    Thanks for you suggestion, we’ll try to implement in near future.

    Thread Starter lestra

    (@lestra)

    Great, thanks!

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Compatibility with Dokan multivendor’ is closed to new replies.