Zen Cart Logo
Forums / Templates, Stylesheets, Page Layout / Modifying create account page

Modifying create account page

Views: 765

Results 1 to 3 of 3
4 Apr 2011, 5:17 PM
#1
seemund avatar

seemund

New Zenner

Join Date:
Apr 2011
Posts:
1
Plugin Contributions:
0

Modifying create account page

I want to modify the way customers create a new account, specifically the drop down default country which I want to default to one specific country. All I need to do is change the selected="selected" part of the <option> tag but i have no idea where to locate it.
I also want to modify some of the generic text.
I have the latest version installed
Can anybody help me to locate the file?
:huh:

4 Apr 2011, 8:42 PM
#2
kobra avatar

kobra

Black Belt

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

Re: Modifying create account page

These core files that you do not edit but make a copy for your template

/includes/templates/template_default/templates/tpl_create_account_default.php

/includes/templates/template_default/templates/tpl_modules_create_account.php

And these reference constants that are in the language files

13 Apr 2012, 2:44 AM
#3
themouseiswet avatar

themouseiswet

New Zenner

Join Date:
Apr 2012
Posts:
1
Plugin Contributions:
0

Re: Modifying create account page

*> seemund:

I want to modify the way customers create a new account, specifically the drop down default country which I want to default to one specific country. All I need to do is change the selected="selected" part of the <option> tag but i have no idea where to locate it.
I also want to modify some of the generic text.
I have the latest version installed
Can anybody help me to locate the file?
:huh:*

I know this post is over a year old but for anyone else searching the forum I jus found this whilst searching for the same query...

Login to your ZenCart Admin and choose the default country for the dropdown list:

Admin->Configuration->Customer Details->Create Account Default Country ID

:D