Banner Logo

Be a part of the family: Connect, Receive Support,
Contribute, and Reap Abundant Rewards!

Welcome Message

WCMp Advanced Frontend Manager

Resolved
Viewing 2 reply threads
  • Author
    Posts
    • #114208

      Hi folks!
      Actually, I want to change the message that is shown on the vendor dashboard when a vendor account is registered.
      So how can I do that??

      Thanks in advance.

    • #114251

      Hi,
      using below code you can change the message for pending vendor
      Please add this code in the function.php of the current active theme and change the message as per your requirement.

      add_filter( 'wcmp_pending_vendor_dashboard_message', 'wcmp_change_pending_vendor_message');
      function wcmp_change_pending_vendor_message($message){
      	return $message = __('your custom message text here', 'dc-woocommerce-multi-vendor');
      }
      Copy

      Regards,

    • #118172

      As I can see the issue is fixed. So we are closing the ticket now. In case any issue arises kindly raise a new ticket.

Viewing 2 reply threads

The topic ‘Welcome Message’ is closed to new replies.