Change the wizard 'All done' message

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!

Multi Vendor Marketplace Plugin | WCFM Marketplace Forums WCFM Change the wizard 'All done' message

Tagged: ,

Viewing 5 reply threads
  • Author
    Posts
    • #81950
      Jamie O’Reilly
      Participant

      Hi there, how do I change the message on the ‘All done’ screen at the end of the wizard?
      Thanks

    • #82441
      WCFM Forum
      Member

      Hi,

      Sure, you may change this using this code snippet –

      add_filter( 'wcfm_store_setup_complete_message', function( $message ) {
      	$message = "YOUR MESSAGE HERE";
      	return $message;
      });

      Replace “YOUR MESSAGE HERE” with your preferred message.

      Add this code to your child theme’s functions.php
      In case you do not have child theme then add code using this plugin – https://wordpress.org/plugins/code-snippets/

      Thank You

    • #82456
      Jamie O’Reilly
      Participant

      Thank you – and how can I preview this on the live site without having to go through the wizard?
      Thanks again

    • #82817
      WCFM Forum
      Member

      Sorry, don’t understand this.

      This message is for Setup widget, where else you want to see this?

    • #83188
      Jamie O’Reilly
      Participant

      Sorry what I mean is … How can I check that my edits have worked? What url should I look at to see set up widget?
      Thank you

    • #83349
      WCFM Forum
      Member

      Hi,

      Setup widget URL look like this – http://yoursiteurl/?store-setup=yes&step=store

      Browse this url as a vendor user.

      Thank You

Viewing 5 reply threads
  • You must be logged in to reply to this topic.