• Resolved Behi

    (@behzadr89)


    How to add custom badge to store-listing after vender name with specific vender id? the below code works but show for all venders, indeed i need to run this code only for specific vender.

     function display_author_name_store_listing() {
         if (!is_plugin_active('dokan-lite/dokan.php')){
             return"";
         }
         printf("custom badge");
         }   
         add_action( 'dokan_store_list_loop_after_store_name', 'display_author_name_store_listing');
Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Support Tanvir Hasan

    (@tanvirh)

    Hi @behzadr89

    Unfortunately, we are unable to provide/review any custom code or custom solutions to our clients. As this is a custom work, according to our?support policy, we are unable to assist you further regarding this.

    In this case, we recommend hiring a professional WordPress developer to assist you in achieving such requirements.

    I hope this explains the scenario.

    Thanks!

    Plugin Support Tanvir Hasan

    (@tanvirh)

    Hi @behzadr89

    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 ‘dokan store-listing page after store-name hook’ is closed to new replies.