Zen Cart Logo
Forums / Templates, Stylesheets, Page Layout / Remove options from registration

Remove options from registration

Locked

Views: 1,013

Results 1 to 3 of 3
This thread is locked. New replies are disabled.
24 Mar 2008, 2:43 PM
#1
jon_penny avatar

jon_penny

New Zenner

Join Date:
Feb 2008
Posts:
4
Plugin Contributions:
0

Remove options from registration

Hello everyone. I want to remove the state/province option from the registration page so it dosn't appear at all. How do I go about doing this? Thanks.

24 Mar 2008, 3:06 PM
#2
stevesh avatar

stevesh

Black Belt

Join Date:
Feb 2005
Location:
Lansing, Michigan USA
Posts:
19,793
Plugin Contributions:
2

Re: Remove options from registration

Some (including State) can be removed in Admin - Configuration - Customer Details

For the rest, you'd need to remove (or comment out) the appropriate lines in includes/templates/template_default/tpl_modules_create_account.php, then place the changed file in includes/templates/your_template

24 Mar 2008, 3:33 PM
#3
jon_penny avatar

jon_penny

New Zenner

Join Date:
Feb 2008
Posts:
4
Plugin Contributions:
0

Re: Remove options from registration

Awesome. Thanks for the reply!