• Resolved WeDev.Africa

    (@mad2kx)


    We need to write personal notices on all areas of the new dashboard, for example like you did with the products page custom content hook.

    public function get_product_notices() {

    ?????????????????????? ob_start();

                            do_action( ‘dokan_before_listing_product’ );

                            $notices = ob_get_contents();

                            ob_end_clean();

                            return $notices;

                }

    This can be done by you only as it is safer. If we do that it will be overwritten with the next update.

    We need this on all pages for the dashboard.

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Support sazdhossain

    (@sazdhossain)

    Hi @mad2kx,

    Thank you for your suggestion. We appreciate your input on enhancing the user experience in the dashboard. I’ll pass on your idea to our development team for further consideration. If they find it feasible and see it as a valuable improvement to the plugin, they might include it in a future update.

    We always welcome user feedback as it helps us enhance Dokan and cater to the evolving needs of our users. If you have any more ideas or suggestions, feel free to share them with us. Your input is valuable in making the plugin even better.

    Cheers!

    Plugin Support Jahidul Hassan Mojumder

    (@jahidulhassan)

    Hi @mad2kx,

    Due to inactivity, we are marking this topic as resolved. Feel free to open a new one if you face any further issues.

    Thanks!

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Custom/Personal notices’ is closed to new replies.