Jump to content

SOLVED - Error during customer registration - Problem in "assign a name to address" field


Recommended Posts

Hi, searched for this topic but without result and didnt know where to put it exactly so:

 

This is v1.5.4. The problem is that during a customer registration the "assign a name to address" field constantly gives an error whatever name or word you put there, and consequently the customer cannot register. 

 

The only recent change made to the configuration has been to make it posible to buy in another country, but cant see how that affects this problema.

 

Thanx for any help.

Edited by pienzu (see edit history)
Link to comment
Share on other sites

OK resolved. Apparently this happened because I'm not using the company field!

 

Go to themes/default/address.tpl and look for:    <input type="hidden" name="token" value="{$token}" />

                                             

Remove it and put it just here

 

{if $field_name eq 'address1'}

<p class="required text">

<input type="hidden" name="token" value="{$token}" />

                                              

Link to comment
Share on other sites

×
×
  • Create New...