Home Forums WC Vendors Pro Support How to change my-account Vendor notice

NOTICE: We've Moved to a Ticket System for Support

As of August 31, 2017 (12am EST) our support forums will be retired (read-only), and we will be moving to a support ticket system.  This will allow us to better organize and answer support requests, and provide a more personalized experience as we assist our customers.

For the time being, we will leave our forums open for reading and learning while we work on creating a more robust Knowledge Base for everyone to use.

If you are a WC Vendors Pro customer please open a support ticket here. 

If you are a WC Vendors user please open a support ticket on the Wordpress.org forums.

The information on this forum is outdated and in most instances no longer relevant. Please be sure to check our documentation for the most up to date information.

https://docs.wcvendors.com/

Thank you to all of our customers!

 

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #27588
    Anna
    Member

    Hello,
    Could you please guide me.. I am attempting to change the message notification for the vendors which appears now on the “/my-account” page. It says: “To add or edit products, view sales and orders for your vendor account, or to configure your store, visit your Vendor Dashboard.” I’d just like to customize the message a bit.

    I know I should be able to change it similar to how we change the “sold by”, correct?

    Thank you. 🙂

    #27591
    WC Vendors Support
    Participant
    add_filter('wcv_my_account_msg', 'custom_wcv_my_account_msg');
    function custom_wcv_my_account_msg(){
       $message = 'This is my new message on the my account page with the link to the <a href="/dashboard/">Pro Vendor Dashboard</a>.';
       return $message;
    }

    Have fun! 🙂

    #27611
    Anna
    Member

    Thanks, Ben! 😀
    Also- sorry I did not see the other post about this same question that was posted this morning. Otherwise, I wouldn’t have bothered you with a duplicate question. 😛

    #27614
    WC Vendors Support
    Participant

    Ha! No worries at all. 🙂 It’s kinda new, and anything for you.

Viewing 4 posts - 1 through 4 (of 4 total)
  • The forum ‘WC Vendors Pro Support’ is closed to new topics and replies.