Multi Vendor Marketplace Plugin | WCFM Marketplace › Forums › WCFM – Membership › Customer Inquiry form
Tagged: form, inquiry, new customer, registration
- This topic has 4 replies, 2 voices, and was last updated 5 years ago by WCFM Forum.
- AuthorPosts
- July 29, 2019 at 9:22 am #74339productsexportParticipant
When a customer want to inquire from a vendor, they click on “Contact Vendor” on the product page.
I have it it setup that customer will have to log-in to send inquiry form…
However, if the customer is new and never registered before on the site, then need to click on the “No account yet! Click here to register”
However, when the new customer clicks to register, he is not taken to the registration form, but taken to the WordPress my-account page.. They have to click on “Not a member yet? Register now.” to reach the registration form.
I feel this step is redundant. When they click on “No account yet! Click here to register” this should link to the registration form right away and not to the “my-account” page.
Please let me know how to fix this?
Attachments:
You must be logged in to view attached files. - August 3, 2019 at 4:57 am #74910WCFM ForumMember
Hi,
Well, here is WooCommerce default My Account page – https://ibb.co/PMJMYLF
It has both form – Login and Register, so we redirect user there!
But for your case, registration is a separate page. Please know me your registration page URL, I will setup that for you.
Thank You
- October 25, 2019 at 5:22 am #88988productsexportParticipantThis reply has been marked as private.
- October 30, 2019 at 5:44 pm #89659productsexportParticipant
Any updates on this one?
- November 5, 2019 at 7:46 pm #90863WCFM ForumMember
HI,
Please add this code to your site –
add_filter( 'wcfm_login_popup_registration_url', function( $registration_url ) { $registration_url = 'https://yeniexpo.com/customer-registration/'; return $registration_url; }, 50 );
Thank You
- AuthorPosts
- You must be logged in to reply to this topic.