Hi,
i'm using Prestashop 1.6.1.5 default template
b2b enabled.
I nerd to remove SIRET and APE field from the registration page (and all the others pages)
Already try do edit the file :
//themes/default-bootstrap/authentication.tpl
on lin e 531
<!--
<p class="form-group">
<label for="siret">{l s='SIRET'}</label>
<input type="text" class="form-control" id="siret" name="siret" value="{if isset($smarty.post.siret)}{$smarty.post.siret}{/if}" />
</p>
<p class="form-group">
<label for="ape">{l s='APE'}</label>
<input type="text" class="form-control" id="ape" name="ape" value="{if isset($smarty.post.ape)}{$smarty.post.ape}{/if}" />
</p>
-->
nothing changed, the feeds are still there.
Any suggestions?
Thanks