How can I make United States be the default country when people register? I've found one solution but couldn't figure out how to hack it in.
I'm sure this has been talked about before but my searches can't find it.
Thanks
This is a discussion on Make United States the default country within the osCmax v1.7 Discussion forums, part of the osCmax v1.7 Forums category; How can I make United States be the default country when people register? I've found one solution but couldn't figure ...
How can I make United States be the default country when people register? I've found one solution but couldn't figure out how to hack it in.
I'm sure this has been talked about before but my searches can't find it.
Thanks
Check this out:
http://oscdox.com/modules.php?op=mod...DefaultCountry
Michael Sasek
osCMax Developer
osCmax Installation Service - Have our professionals install osCmax on your server - same day service!
osCmax 2.5 User Manual - the must have beginners guide to osCmax v2.5
Stay Up To Date with everything osCMax:
Free osCmax Newsletters - Security notices, New Releases, osCMax News
osCmax on Twitter - Up to the minute info as it happens. Know it first.
osCmax Documentation
edit templates/aabox/content/create_account.tpl.php
Find this code:
echo tep_get_country_list('country')
Modify code:
echo tep_get_country_list('country', '223');
Bookmarks