- Posts: 86231
- Thank you received: 14224
Remove Login or create a new account Registration
12 years 9 months ago #135278
by nicolas
Replied by nicolas on topic Remove Login or create a new account Registration
You can change the "registration" option of the configuration to "simplified registration with password" for that
Please Log in or Create an account to join the conversation.
12 years 9 months ago #135279
by PubSite
Replied by PubSite on topic Remove Login or create a new account Registration
that will not give me "Name" (full name)... do I have to add that somewhere?
Please Log in or Create an account to join the conversation.
12 years 9 months ago #135282
by nicolas
Replied by nicolas on topic Remove Login or create a new account Registration
If you want it, you would have to edit the file "registration" of the view "user" via Display>Views and modify the code to still display the field in such case.
Please Log in or Create an account to join the conversation.
12 years 8 months ago #139991
by aleks59
Replied by aleks59 on topic Remove Login or create a new account Registration
Hello,
My checkout looks like:
cart,address_login,payment_fields,cartstatus_address_status_fields_terms_confirm,end
Registration options:
Login No
All in one page
Guest
The problem is, there is no validation on email fields in step 1 (login and address).
The user can proceed to the next step leaving the emails fields empty. Which I don't want to.
I have tried to fix the issue but failed.
Any ideas why this happens?
Thanks in advance
Aleks
My checkout looks like:
cart,address_login,payment_fields,cartstatus_address_status_fields_terms_confirm,end
Registration options:
Login No
All in one page
Guest
The problem is, there is no validation on email fields in step 1 (login and address).
The user can proceed to the next step leaving the emails fields empty. Which I don't want to.
I have tried to fix the issue but failed.
Any ideas why this happens?
Thanks in advance
Aleks
Please Log in or Create an account to join the conversation.
12 years 8 months ago #140035
by nicolas
Replied by nicolas on topic Remove Login or create a new account Registration
Hi,
If you're not using the latest version of HikaShop, please update it and try again. If you still have the issue, please provide a link to the shop so that we can look at the issue and analyze it.
If you're not using the latest version of HikaShop, please update it and try again. If you still have the issue, please provide a link to the shop so that we can look at the issue and analyze it.
Please Log in or Create an account to join the conversation.
12 years 8 months ago #140107
by aleks59
Replied by aleks59 on topic Remove Login or create a new account Registration
I've solved it.
The javascript in user/view.hmtl.php and the $this->cartClass->displayButton in registration.php with “hikashopSubmitForm(\'hikashop_register_form\') were to blame.
Since I had no time to make the update I simply copied the javascript from Hika 2.2.3 and changed “hikashop_register_form” to hikashop_checkout_form and now it works.
With regards
Aleks
The javascript in user/view.hmtl.php and the $this->cartClass->displayButton in registration.php with “hikashopSubmitForm(\'hikashop_register_form\') were to blame.
Since I had no time to make the update I simply copied the javascript from Hika 2.2.3 and changed “hikashop_register_form” to hikashop_checkout_form and now it works.
With regards
Aleks
Please Log in or Create an account to join the conversation.
Time to create page: 0.223 seconds