buszter Posted November 22, 2011 Share Posted November 22, 2011 Hi I'd like to delete few things from the registration site. example birthday and tax number I cant find the options on the admin side. maybe it is there just I am lefthanded or are there different ways ? thanks for help. Have a nice day. Link to comment Share on other sites More sharing options...
Mike Kranzler Posted November 22, 2011 Share Posted November 22, 2011 Hi buszter, First of all, welcome to the PrestaShop forums! In order to delete those, you'll have to remove it manually from your authentication.tpl file. I hope this helps. -Mike Link to comment Share on other sites More sharing options...
buszter Posted November 23, 2011 Author Share Posted November 23, 2011 Hi buszter, First of all, welcome to the PrestaShop forums! In order to delete those, you'll have to remove it manually from your authentication.tpl file. I hope this helps. -Mike If I do that, is it enough ? Thanks for information. I am going to try. Link to comment Share on other sites More sharing options...
Mike Kranzler Posted November 23, 2011 Share Posted November 23, 2011 If I do that, is it enough ? Thanks for information. I am going to try. It should be, but if not just let me know ! -Mike Link to comment Share on other sites More sharing options...
buszter Posted November 26, 2011 Author Share Posted November 26, 2011 It should be, but if not just let me know ! -Mike so i am here again ... I couldn't do it .... I deleted this parts ----------------------------------------------------------------- <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> <sup>*</sup> </p> </fieldset> ----------------------------------------------------------------- ----------------------------------------------------------------- <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> <sup>*</sup> </p> </fieldset> ----------------------------------------------------------------- after deleting them still i have it .... I had idea that I am giong to write next to the TAX title that if you dont want to give the number of tax than just write 0000 but I can't find the place where I could change that .... I have all the site in polish language. So I was trying to search in the language file .... II found somthing in the translation folder but when I changed the text, on the website nothing was changed. I am sure that this problem is really not difficult .... just I am searching in the bad place .... i am useing the original theme for prestashop 1.4.. Link to comment Share on other sites More sharing options...
El Patron Posted November 26, 2011 Share Posted November 26, 2011 when you are working with .tpl files, force recompile of your .tpls via the back office preferences-->performance Force Compile = Yes This will allow you to see your .tpl changes. NOTE: Make sure to reset to NO after testing as it impacts you site performance. Link to comment Share on other sites More sharing options...
buszter Posted November 27, 2011 Author Share Posted November 27, 2011 ok now . the TAX number box disappear but when I want to make a new registration I've gotten the mistake that tax number is missing... Somwhere I should switch off but I have no idea ... Link to comment Share on other sites More sharing options...
buszter Posted November 27, 2011 Author Share Posted November 27, 2011 Ok thanks for all help I did it I had 2 times my country .... so i got always the bad options. have a nice day Link to comment Share on other sites More sharing options...
Mike Kranzler Posted November 29, 2011 Share Posted November 29, 2011 I'm glad we could help! I'll go ahead and mark this as solved for you. -Mike Link to comment Share on other sites More sharing options...
monkata Posted August 9, 2013 Share Posted August 9, 2013 Hello, I try to remove it as I delete the following {l s='Identification number'} <input type="text" class="text" name="dni" id="dni" value="{if isset($smarty.post.dni)}{$smarty.post.dni}{/if}" /> {l s='DNI / NIF / NIE'} I use the file authentication.tp, which is in the folder themes. What I have to do to remove the Identification number? Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now