Jump to content

Problem with registration form [solved]


Recommended Posts

Hi

 

 <fieldset class="account_creation dni">
  <h3>{l s='Tax identification'}</h3>
  <p class="required text">
<label for="dni">{l s='Identification number'}</label>
<input type="text" class="text" name="dni" id="dni" value="{if isset($smarty.post.dni)}{$smarty.post.dni}{/if}" />
<span class="form_info">{l s='DNI / NIF / NIE'}</span>
  </p>
 </fieldset>

 

is missing in your theme in authentication.tpl. Please contact your theme creator to update it to the version of PrestaShop your are using.

 

Look in the back office in the country Spain and set require DNi identification to no.

 

Regards

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

×
×
  • Create New...