Edit Vendor Dashboard

We're shifting our Forum based support to a more dedicated support system!

We'll be closing our Forum support from 10th June, 2020 and move to Email Support assistance.

  • If you are a WCFM premium add-ons user, contact us- here
  • Want to know more before buying our add-ons? Send Pre sale queries- here
  • If you are a WCFM free user, please open a support ticket at WordPress.org
  • For WCFM App related queries, reach us- here
From now the forum will be read-only!

Tagged: 

Viewing 7 reply threads
  • Author
    Posts
    • #50748
      cin.sotera
      Participant

      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!

    • #50749
      WCFM Forum
      Keymaster

      Hi,

      Exactly, where you want to show?

      Can you show me screenshot for this!

      Thank You

    • #50757
      cin.sotera
      Participant
      This reply has been marked as private.
    • #50763
      WCFM Forum
      Keymaster

      OK, use this hook for the purpose –

      do_action( 'wcfm_after_dashboard_stats_box' );

      Thank You

    • #50767
      cin.sotera
      Participant

      and where I add the text /button?

    • #50769
      WCFM Forum
      Keymaster

      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

    • #50795
      cin.sotera
      Participant

      perfect!! thanks!

    • #50903
      WCFM Forum
      Keymaster

      You are welcome 🙂

Viewing 7 reply threads
  • The topic ‘Edit Vendor Dashboard’ is closed to new replies.