Zen Cart Logo
Forums / General Questions / How can I change the create account page?

How can I change the create account page?

Views: 954

Results 1 to 9 of 9
21 Jan 2014, 1:37 AM
#1
park avatar

park

New Zenner

Join Date:
Jan 2014
Location:
San pablo, CA
Posts:
19
Plugin Contributions:
0

How can I change the create account page?

Hi, everyone.

I'd like to change something on create account page.

I first modified the PHP file. (tpl_modules_create_account.php)
And I think I also have to modified the database table.... am I right?

If so, how can I do that...? what are some things I need?

Plz,, help me..... Thanks:smile:

P.S - First of all, I'm sorry that I'm not good at English.
And Someone first made a web-page. Also, it's my first time using zen-cart.

21 Jan 2014, 2:49 AM
#2
park avatar

park

New Zenner

Join Date:
Jan 2014
Location:
San pablo, CA
Posts:
19
Plugin Contributions:
0

Re: How can I change the create account page?

Actually, I want to know how to connect to the database..

21 Jan 2014, 1:05 PM
#3
lat9 avatar

lat9

Administrator

Join Date:
Sep 2009
Location:
Stuart, FL
Posts:
14,065
Plugin Contributions:
56

Re: How can I change the create account page?

If you'd describe, even at a high level, what feature you'd like to add to the create_account page, it would be easier to help.

Who knows? There might already be an existing plugin that does exactly (or close to) what you want!

21 Jan 2014, 8:07 PM
#4
park avatar

park

New Zenner

Join Date:
Jan 2014
Location:
San pablo, CA
Posts:
19
Plugin Contributions:
0

Re: How can I change the create account page?

Thanks for replying to my post, lat9 :)

OK! I'd like to add some Labels(company type, title, etc..) to Company Details fieldset.
And now, I've modified the create_account page.

And If I want to save the new information(company type, title, etc..), then I think I should save them to the database.

So, The point is that I want to know how to save them to the database.
And I want to know which files are offered the information to the database. It means which files send the query to the database.

Thanks:shocking:

22 Jan 2014, 1:51 AM
#5
kobra avatar

kobra

Black Belt

Join Date:
Aug 2005
Location:
Arizona
Posts:
31,500
Plugin Contributions:
4

Re: How can I change the create account page?

It means which files send the query to the database.
A copy for your template of
/includes/modules/create_account.php

You will need to add the fields to the database and to a copy for your template of the /includes/templates/templates/... files

22 Jan 2014, 10:31 PM
#6
park avatar

park

New Zenner

Join Date:
Jan 2014
Location:
San pablo, CA
Posts:
19
Plugin Contributions:
0

Re: How can I change the create account page?

Thank U for replying ^^

kobra:

You will need to add the fields to the database and to a copy for your template of the /includes/templates/templates/... files

What are some files you mean???

22 Jan 2014, 10:38 PM
#7
lat9 avatar

lat9

Administrator

Join Date:
Sep 2009
Location:
Stuart, FL
Posts:
14,065
Plugin Contributions:
56

Re: How can I change the create account page?

You could try the Extra Fields on Customer Sign-up plugin; I haven't used it.

24 Jan 2014, 4:37 PM
#8
kobra avatar

kobra

Black Belt

Join Date:
Aug 2005
Location:
Arizona
Posts:
31,500
Plugin Contributions:
4

Re: How can I change the create account page?

What are some files you mean??? What are some files you mean???
The ones dealing with create account in their title

But you might also follow lat9's advice

27 Jan 2014, 8:52 PM
#9
park avatar

park

New Zenner

Join Date:
Jan 2014
Location:
San pablo, CA
Posts:
19
Plugin Contributions:
0

Re: How can I change the create account page?

Oh.. thanks.

I'll try it.