Multi Vendor Marketplace Plugin | WCFM Marketplace › Forums › WCFM › Change the wizard 'All done' message
- This topic has 5 replies, 2 voices, and was last updated 5 years, 2 months ago by WCFM Forum.
- AuthorPosts
- September 16, 2019 at 4:27 pm #81950Jamie O’ReillyParticipant
Hi there, how do I change the message on the ‘All done’ screen at the end of the wizard?
Thanks - September 19, 2019 at 4:29 pm #82441WCFM ForumMember
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
- September 19, 2019 at 5:08 pm #82456Jamie O’ReillyParticipant
Thank you – and how can I preview this on the live site without having to go through the wizard?
Thanks again - September 21, 2019 at 8:40 pm #82817WCFM ForumMember
Sorry, don’t understand this.
This message is for Setup widget, where else you want to see this?
- September 23, 2019 at 4:53 pm #83188Jamie O’ReillyParticipant
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 - September 24, 2019 at 10:27 am #83349WCFM ForumMember
Hi,
Setup widget URL look like this – http://yoursiteurl/?store-setup=yes&step=store
Browse this url as a vendor user.
Thank You
- AuthorPosts
- You must be logged in to reply to this topic.