comzemadrid Posted March 15, 2013 Share Posted March 15, 2013 (edited) hi. im working on some online shop just i got one problem now that no client or user can register thier self . hehe is the registration url ...http://beta.lucasled.es/authentication.php pleas if someone can help. thanks Edited March 15, 2013 by comzemadrid (see edit history) Link to comment Share on other sites More sharing options...
Gregory Roussac Posted March 15, 2013 Share Posted March 15, 2013 (edited) 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 March 15, 2013 by Gregory Roussac (see edit history) Link to comment Share on other sites More sharing options...
comzemadrid Posted March 15, 2013 Author Share Posted March 15, 2013 thanks 4 your answer. this is my code. pleas can u tell me where i can insert ??? [EDITED Please do not flood code] Link to comment Share on other sites More sharing options...
Gregory Roussac Posted March 15, 2013 Share Posted March 15, 2013 Hi, Please compare it to default template https://github.com/PrestaShop/PrestaShop/blob/master/themes/default/authentication.tpl#L340 https://github.com/PrestaShop/PrestaShop/blob/master/themes/default/authentication.tpl#L567 Regards Link to comment Share on other sites More sharing options...
comzemadrid Posted March 15, 2013 Author Share Posted March 15, 2013 thanks but im using PrestaShop™ 1.4.8.2 version Link to comment Share on other sites More sharing options...
Gregory Roussac Posted March 15, 2013 Share Posted March 15, 2013 Insert it twice after tow other fieldset. These parts are very similar, you will find easily ( Search DNI for instance) In 1.4.10 https://raw.github.com/PrestaShop/PrestaShop-1.4/master/themes/prestashop/authentication.tpl Link to comment Share on other sites More sharing options...
comzemadrid Posted March 15, 2013 Author Share Posted March 15, 2013 many thanks . its fine now Link to comment Share on other sites More sharing options...
Gregory Roussac Posted March 15, 2013 Share Posted March 15, 2013 De nada Link to comment Share on other sites More sharing options...
comzemadrid Posted March 15, 2013 Author Share Posted March 15, 2013 si gracias TIO Link to comment Share on other sites More sharing options...
Recommended Posts