Jump to content

Problems with new fields in front Identity


AndreMurgo

Recommended Posts

Hi.

 

I added new fields to Customer. It works great. But I'm having problems in making it work for the identity page. The custom field values show up but I can't update them from there.

 

I already modified the identity.tpl and I assume I have to edit 'controller/front/IdentityController.php' aswel but I don't know what to do. Do I have to edit the postProcess method? What should I do?

 

Here's a sample of my tpl customization:

<p class="text">
	<label for="rg">{l s='RG'}</label>
	<input type="text" name="rg" id="rg" value="{$smarty.post.rg}"/>
</p>

Thanks

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...