DrLightman Posted March 29, 2012 Share Posted March 29, 2012 I'm looking for a way/module/explanation in order to add fields to ask customer upon registration or to extend the profile. I'd need to ask for VAT number if any for example, a text field of 11 chars. Also, how can I see/edit the address of a registered user? It seems I cannot find them from the admin. Link to comment Share on other sites More sharing options...
Valérie Assetskaya Posted March 29, 2012 Share Posted March 29, 2012 Hello DrLightman, Take a look at our User Profil Extended extention, it can be convinient for you. Best regards Link to comment Share on other sites More sharing options...
Mike Kranzler Posted March 29, 2012 Share Posted March 29, 2012 Hi DrLightman, Y U No open your Back Office and go to Shipping > Countries? There, you can select a country and set "Needs tax identification number?" to "Yes." I hope this helps. -Mike Link to comment Share on other sites More sharing options...
DrLightman Posted March 29, 2012 Author Share Posted March 29, 2012 Oh some1 is listening to me! Thanks! Both replies helpful! Link to comment Share on other sites More sharing options...
Mike Kranzler Posted March 29, 2012 Share Posted March 29, 2012 I'm glad I could help! I'll go ahead and mark this thread as solved for you, and you may want to check out /r/PrestaShop as well. Happy selling! -Mike Link to comment Share on other sites More sharing options...
DrLightman Posted March 30, 2012 Author Share Posted March 30, 2012 I'm sorry to bother again, but there is something odd in the registration module. (authentication.tpl) As suggested I enabled "Need Tax identification number?" in Shipping Countries > Italy and this field appeared: <input type="text" value="" id="dni" name="dni" class="text"> But this is what we call "Codice FIscale", what I need is "Partita IVA" (vat number should be). Exploring the source it seems that vat_number is there, but hidden below #company: <div style="display:none;" id="vat_number"> <p class="text"> <label for="vat_number">Numero IVA</label> <input type="text" value="" name="vat_number" class="text"> </p> </div> And that it should be shown if the user fills in something in #company, but the javascript code that should perform that action is not printed in the front end! I think because {if $vat_management} fails. Any idea? Thanks 1 Link to comment Share on other sites More sharing options...
DrLightman Posted March 30, 2012 Author Share Posted March 30, 2012 Edit, I think I found it myself, I had to enable the "European VAT number" module Link to comment Share on other sites More sharing options...
Mike Kranzler Posted March 30, 2012 Share Posted March 30, 2012 Edit, I think I found it myself, I had to enable the "European VAT number" module Great, well I'm glad you were able to find this. Happy Friday! -Mike Link to comment Share on other sites More sharing options...
Recommended Posts