![]() |
Default state
I need to do a slight tweak to my site i have searched this forum but there seems to be no full answers given. What i would like to do is on the customer registration page the county/state box defaults to the first alaphbetical name in the list, some customers are leaving the county/state at the default setting which is not correct for their address.
My solution is to create another state which will then be the default with a blank box (no text). Where is the list of county's/states in x-cart and will this work. Tony |
Re: Default state
The States and Countries are in your admin/management menu.
I added a state "**please select**". I made the state abbr. AA, so if sorted alphabetically, it would be at the top. Make sure to check all browsers, because the javascript is handled differently. I beleive one of them (firefox I think) sorts by the primary field in the database, so you have to do a little manipulation. Rob |
Re: Default state
Thanks Rob are you saying that i can edit the list in admin if so where is the list as i have checked all the sub menu's under admin/managment and don't have the list of states, may be i am missing a sub menu as i have had in the past because of a incompetent installation.
Tony |
Re: Default state
Yes. In mine, it is just under "countries". A menu called "states". Just above "stop list"
Rob |
Re: Default state
It looks like i don't have that sub menu do you know how i can enable that sub menu.
Tony |
Re: Default state
I am sorry, Tony, I don't. It was there when I installed Xcart. I am pretty new at this stuff. Hopefully an expert can jump in here.
Rob |
Re: Default state
Thanks Rob i have a feeling it may be supposed to be in skin1/admin/menu.tpl, if it is i do not have the states.tpl so i will need the code,can anybody help me out with this one.
Cheers Tony |
Re: Default state
<a href="{$catalogs.admin}/states.php" class="VertMenuItems">{$lng.lbl_states}</a><br />
Goes in skin1/admin/menu.tpl |
Re: Default state
Thanks again Balinor it works a treat, what i don't understand is i have just had my site upgraded to 4.1.11 by x-cart so why was the states sub menu still missing.
For anybody who reads this thread i cut and paste the code supplied by balinor into skin1/admin/menu.tpl below {include file="modules/Stop_List/stop_list_menu.tpl"}<br /> Cheers Tony |
Re: Default state
If it was removed before they upgraded, upgrading wouldn't have added it back. Upgrading just edits code in existing files, it doesn't replace files.
|
All times are GMT -8. The time now is 06:18 AM. |
Powered by vBulletin Version 3.5.4
Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.