Jump to content

[SOLVED] how to delete from registration site


buszter

Recommended Posts

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

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

 

 

 

It should be, but if not just let me know :P!

 

-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

  • 1 year later...

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

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...