Wrong VAT in registration form

  • Posts: 15
  • Thank you received: 0
11 years 9 months ago #60888

Hi,

when a new customer registers and fills in a wrong VAT number, a user gets created without address information. An activation key is send as usual, and by clicking it the user gets signed in. But on next screen the customer has to fill in his address information again. Find this annoying.

Regards,
Thomas

Attachments:

Please Log in or Create an account to join the conversation.

  • Posts: 81677
  • Thank you received: 13102
  • MODERATOR
11 years 9 months ago #61009

Can you change the line:
if(!$vat->isValid($addressData->address_vat)){
to:
if(!$vat->isValid($addressData)){

in the file administrator/components/com_hikashop/classes/user.php and try again ? That should fix the problem.

Please Log in or Create an account to join the conversation.

  • Posts: 15
  • Thank you received: 0
11 years 9 months ago #61083

Hi Nicolas,

thanks – working.

Do you usually integrate things like this into the next update?

Regards,
Thomas

Please Log in or Create an account to join the conversation.

  • Posts: 81677
  • Thank you received: 13102
  • MODERATOR
11 years 9 months ago #61085

yes.

Please Log in or Create an account to join the conversation.

Time to create page: 0.066 seconds
Powered by Kunena Forum