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 5 years, 8 months ago by WCFM Forum.
Viewing 7 reply threads
- AuthorPosts
- March 1, 2019 at 1:31 pm #50748cin.soteraParticipant
Hi! 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 #50749WCFM ForumMember
Hi,
Exactly, where you want to show?
Can you show me screenshot for this!
Thank You
- March 1, 2019 at 2:19 pm #50757cin.soteraParticipantThis reply has been marked as private.
- March 1, 2019 at 2:28 pm #50763WCFM ForumMember
OK, use this hook for the purpose –
do_action( 'wcfm_after_dashboard_stats_box' );
Thank You
- March 1, 2019 at 2:54 pm #50767cin.soteraParticipant
and where I add the text /button?
- March 1, 2019 at 3:16 pm #50769WCFM ForumMember
Sorry, 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 #50795cin.soteraParticipant
perfect!! thanks!
- March 3, 2019 at 6:07 am #50903WCFM ForumMember
You are welcome 🙂
- AuthorPosts
Viewing 7 reply threads
- The topic ‘Edit Vendor Dashboard’ is closed to new replies.