Page 1 of 1
Customize user register form
Posted: Sat Jun 25, 2016 7:21 am
by angelorigo
Hi
I would like to create a custom user registration form .
The website need to offer the option for arquitects to register.
I am using Opencart 2.2.0, can it be done with the OC native tools or must i search an extension ?
Can i just add a checkbox field in the existing user registration form ?
Thank's in advance
Re: Customize user register form
Posted: Sat Jun 25, 2016 10:27 am
by IP_CAM
Can i just add a checkbox field in the existing user registration form ?
Sure you can, but it will not have any effect. A VALUE will be required, named VARIABLE, and this
Variable, placed into a User-related Table-Section in the Database, will be hidden or visible part of
everything, related with a registered User, on the Admin Side as well as on the Shop Frontside.
But OC v.2 has this already built-in!
Good Luck
Ernie
Re: Customize user register form
Posted: Mon Jun 27, 2016 10:03 am
by angelorigo
great, work[ s just fine OC 2.2.0 is very good
Re: Customize user register form
Posted: Thu Jul 07, 2016 8:11 am
by angelorigo
Can i modify catalog/controller/account/register.php customfield method to show some custom fields only if i read the request there is the value type=oneCustomType ?
Re: Customize user register form
Posted: Thu Jul 07, 2016 9:52 am
by straightlight
angelorigo wrote:Can i modify catalog/controller/account/register.php customfield method to show some custom fields only if i read the request there is the value type=oneCustomType ?
Yes, you can. Although, I would recommend to do so with an extension such as VQMod / OCMod / Override Engine.