Jump to content

How to add and delete fields in registration?


Recommended Posts

change file:

yourshop\themes\yourtheme\authentication.tpl

fieldset start at line 139


<!-- BEGIN COMMENT


{l s='Company'}
       <input type="text" class="text" id="company" name="company" value="{if isset($smarty.post.company)}{$smarty.post.company}{/if}" />


END COMMENT -->

Link to comment
Share on other sites

Thanks again vino, but that will just remove the shipping fields from the registration. I wanna remove it from the registration, the shopping cart, the My account page, the Checkout, etc.

I sell digital goods so no need of that... prestashop didnt think about that? :/

Link to comment
Share on other sites

  • 1 month later...
Hi,
... so I advise you to do it manually ;)


Please let us know HOW to add it manually. We do not need to rename lables, but to create a new input field. We did that on authentication.tpl and identity.tpl. They show up but NO DATA IS STORED IN THE DATABASE :-(

Can you show us how to create a new field, which stores its data really in the MySQL Database – and read them out.

THANKS!
Link to comment
Share on other sites

×
×
  • Create New...