Multi Vendor Marketplace Plugin | WCFM Marketplace › Forums › WCFM – Membership › Did the redirect page for a successful vendor registration change
- This topic has 12 replies, 2 voices, and was last updated 4 years, 9 months ago by Sarmistha Chakraborty.
- AuthorPosts
- February 7, 2020 at 11:15 am #106023
- February 7, 2020 at 12:38 pm #106058Sarmistha ChakrabortyMember
Hello,
You can change the HTML and content using this filter “wcfmmp_store_setup_steps”
add_filter('wcfmmp_store_setup_steps','fn_wcfmmp_store_setup_steps'); function fn_wcfmmp_store_setup_steps($default_steps) { $default_steps['introduction']['view'] = 'custom_wcfmmp_store_setup_introduction'; return $default_steps; } function custom_wcfmmp_store_setup_introduction(){ //Add Content Here }
I need to apply a template to it?
>>Unfortunately we have no option for this.Thanks.
- February 7, 2020 at 12:50 pm #106067CraigParticipant
Ok.
Did any of the recent plugin updates change this?
I ask because the styling changed sometime in the last while.
Or maybe it was a change to my theme account pages?Thanks for your feedback
- February 10, 2020 at 4:18 pm #106478Sarmistha ChakrabortyMember
Hello,
Recently we have updated our plugin to version 6.4.3 but no changes in style has been made in this update.
Thanks.
- February 11, 2020 at 6:16 am #106593CraigParticipant
Hi Sarmistha Chakraborty,
Thanks for getting back to me. I wonder if this is it.
Here is a screenshot of what the membership redirect page looked like earlier in 2019 (I had this screenshot on file from a different inquiry).
In the attached screenshot below the page url was …../vendor-membership/
(https://www.thrivinglocally.com/vendor-membership/ in my case)BUT the screenshot I started this thread with the URL is https://www.thrivinglocally.com/?store-setup=yes
Where do the instructions originate for that process to get to the http://www.thrivinglocally.com/?store-setup=yes come from?
I hope I’m making sense.
Attachments:
You must be logged in to view attached files. - February 11, 2020 at 1:47 pm #106671Sarmistha ChakrabortyMember
Hello,
Ok we understand your query.
Previously you were using “vendor registration” template(vendor registration page shortcode : [wcfm_vendor_registration]) for registration of vendors. Now you are using “vendor membership” template (vendor membership page template shortcode : [wcfm_vendor_membership] )for this. Both the “thankyou” pages are of different layouts.Thanks.
- February 12, 2020 at 2:09 am #106759
- February 12, 2020 at 2:14 am #106764CraigParticipant
Or can I make that override in the “custom thank-you page” setting under the Admin Membership settings >> General ?
Would I use a certain shortcode that would display the “thank-you page” that looks like the thank-you page generated by the “vendor registration” template
Attachments:
You must be logged in to view attached files. - February 13, 2020 at 12:29 pm #106926Sarmistha ChakrabortyMember
Hello,
Turn on the “Disable Store Setup Widget” (WCFM dashboard->settings->Marketplace Settings->Disable Store Setup Widget), then after registration vendor will redirect to “Thank you” page not “store set-up widget”. (PFA)
Thanks.
Attachments:
You must be logged in to view attached files. - February 13, 2020 at 10:18 pm #107047CraigParticipant
ok. But does that function also turn off the “progress bar” in the vendors dashboard?
I was assuming that the Store Set Up widget is that status bar that tells the vendor when they reach 100% complete – I would like to keep that function on.
Please confirm.
Thanks.Attachments:
You must be logged in to view attached files.- February 14, 2020 at 6:09 pm #107163Sarmistha ChakrabortyMember
But does that function also turn off the “progress bar” in the vendors dashboard?
>>No. This settings option does not effect “progress bar” in the vendors dashboardThanks.
- February 18, 2020 at 12:33 am #107501CraigParticipant
Thanks for helping me with this issue.
I have confirmed that it was this “Store Set Up widget” was causing the change in that membership redirect. I don’t recall making any change to the check-box for that so I’m not sure if this happened through a recent update or not.As a suggestion: Is there a way that WC lovers can update us plugin owners when updates are made to the plugin with changes like this are made so we know ahead of time? Like an email being sent out to the plugin owners about the “new release” so that we can know ahead of time instead of finding out any changes applied through testing?
Here is an example of what WC Vendors sends out when they update a plugin
https://www.wcvendors.com/2020/02/wc-vendors-pro-v1-7-3-released-today/Thanks for your help and I’m very grateful for all the improvements being made to the plugins.
- February 18, 2020 at 3:05 pm #107616Sarmistha ChakrabortyMember
Thanks for your suggestion. We will look into this.
Hope your issue has been resolved, we are closing this topic.
- AuthorPosts
- You must be logged in to reply to this topic.