Multi Vendor Marketplace Plugin | WCFM Marketplace › Forums › WCFM – Ultimate › Edit Vendor Dashboard
Tagged: vendor page
- This topic has 7 replies, 2 voices, and was last updated 6 years ago by
WCFM Forum.
Viewing 7 reply threads
- AuthorPosts
- March 1, 2019 at 1:31 pm #50748
cin.sotera
ParticipantHi! I want to add custom text in vendor dashboard when log in. (some instructions)
Also two custom buttons/links below. (links to “add new product” and “config your store” of the vendor panel)How can I do that?
thanks!
- March 1, 2019 at 1:48 pm #50749
WCFM Forum
MemberHi,
Exactly, where you want to show?
Can you show me screenshot for this!
Thank You
- March 1, 2019 at 2:19 pm #50757
cin.sotera
ParticipantThis reply has been marked as private. - March 1, 2019 at 2:28 pm #50763
WCFM Forum
MemberOK, use this hook for the purpose –
do_action( 'wcfm_after_dashboard_stats_box' );
Thank You
- March 1, 2019 at 2:54 pm #50767
cin.sotera
Participantand where I add the text /button?
- March 1, 2019 at 3:16 pm #50769
WCFM Forum
MemberSorry, can’t get your query.
You may add anything using that hook.
Well, hope you are comfortable in WP hook/filter coding.
If not, then write like this –
add_action( 'wcfm_after_dashboard_stats_box', function() { if( wcfm_is_vendor() ) { echo ''; // WRITE YOUR CONTENT HERE } } );
Thank You
- March 1, 2019 at 4:58 pm #50795
cin.sotera
Participantperfect!! thanks!
- March 3, 2019 at 6:07 am #50903
WCFM Forum
MemberYou are welcome 🙂
- AuthorPosts
Viewing 7 reply threads
- The topic ‘Edit Vendor Dashboard’ is closed to new replies.