- Posts: 35
- Thank you received: 0
Billing address missing after registration
15 years 5 months ago #14335
by Laceup
Billing address missing after registration was created by Laceup
I have just tested the site on a couple of PC's running windows and I registered as new users each time. After filling in the details to register I got the email and clicked through from the link in the activation email - when I did this the billing address was empty with only the new button showing - I had to re-enter the details again.
This was working fine - before I upgraded to essential and before I had issues with the shipping options.
Any ideas why it is not being pulled through.
Many thanks in advance.
This was working fine - before I upgraded to essential and before I had issues with the shipping options.
Any ideas why it is not being pulled through.
Many thanks in advance.
Please Log in or Create an account to join the conversation.
15 years 5 months ago #14342
by nicolas
Replied by nicolas on topic Re: Billing address missing after registration
That's a problem we were able to reproduce on our demo website.
We need to look at that and fix the problem.
We need to look at that and fix the problem.
Please Log in or Create an account to join the conversation.
15 years 5 months ago #14349
by nicolas
Replied by nicolas on topic Re: Billing address missing after registration
Please edit the file administrator/components/com_hikashop/classes/user.php and change the line:
if(empty($addressData)){
to:
if(!empty($addressData)){
That will save the user address when the user register and solve the problem.
if(empty($addressData)){
to:
if(!empty($addressData)){
That will save the user address when the user register and solve the problem.
Please Log in or Create an account to join the conversation.
Time to create page: 0.180 seconds