• Resolved metalsunny

    (@metalsunny)


    Pls How do i add custom form button on vendors dashboard menu so that vendor can click the menu button n fill the form and submit when needed

    • This topic was modified 3 years, 2 months ago by metalsunny.
    • This topic was modified 3 years, 2 months ago by metalsunny.
Viewing 3 replies - 1 through 3 (of 3 total)
  • Shafinoid

    (@shafinahmad01)

    Hi @metalsunny

    Thanks for your valuable time and query,

    You will be able to add a menu/button on the vendor dashboard by using the available hook that I have added below,

    apply_filters( ‘dokan_get_dashboard_nav’, $urls );

    Then you will be able to use customized functions and load your own template or add a link to your custom form to that menu.

    As per our support policy, we are unable to provide any custom solution but with the above information, you will be able to achieve your requirement.

    You can also use the WP User Frontend plugin which will allow your vendors to upload posts on your site.

    Check the official doc from here.

    Best Regards!

    Thread Starter metalsunny

    (@metalsunny)

    Sorry in which file do i apply or insert the hook ?

    Shafinoid

    (@shafinahmad01)

    Hi @metalsunny

    You will need to make your own function on your child theme’s function.php. Then via the mentioned hook, you will be able to pass your function to the vendor dashboard.

    If you are not familiar with WordPress development, I will recommend hiring a developer to achieve your requirements.

    Additionally, as per our support policy, we cannot provide any custom solution, but with the above information, you will be able to achieve your requirement.

    Best Regards!

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘How to add custom form to vendors dashboard’ is closed to new replies.