Forum Replies Created
-
This reply has been marked as private.
Is there anyway I can use this plugin to make an entirely custom registration page that Will register a user and save the details I am trying to intake?
Perhaps creating an entirely new registration page that is not the woo commerce page, but still allows users to register and save the details I want for woocommerce?
Thanks in advance.
in reply to: Register form save for woo commerce account.I should also ask does this just add forms to the registration form / replace the old registration form? You can see my login page at https://unishowinc.com/login-register/
I would really like to have the custom form appear here. As you can see I already have a hard coded custom registration form but I want to use DHVC form to make it “pretty”
Thanks in advance.
in reply to: Register form save for woo commerce account.Thanks so much for your reply,
Are there any DHVC main settings that I need to use to make sure this works, also are there any settings in the actual edit form page that need to be enabled to allow this to work?
And lastly when editing the file to save the user data, is this the correct format to add multiple entries?
___________________________________
//add custom code:
if(isset($data[‘billing_company’])){
update_user_meta($ret, ‘billing_company’, $data[‘billing_company’]);
}
if(isset($data[‘billing_city’])){
update_user_meta($ret, ‘billing_city’, $data[‘billing_city’]);
}
___________________________________Thanks in advance for your help and support, I greatly appreciate it.
in reply to: Register form save for woo commerce account.i want to add name address website, company, phone
in reply to: Register form save for woo commerce account.Ok great, thanks for the reply my next issue that when I use this plugin and change the layout, my themes sidebar is pushed underneath the page content, is there a way to fix this?
Thanks in advance.
in reply to: Theme Sidebar with Products Layout Plugin