You are viewing this forum as a guest. Login to an existing account, or create a new account, to reply to topics and to create new topics.
Since I'm only shipping and selling within the US, I'd really love a way to have the Country field in the billing and shipto forms default to SELECT United States. I can't find this anywhere.
Thanks
Offline
The US is the first one in the list. If you want it to default to US, you'll need to edit:
./cgi-bin/library/modules/ste_chkout.pl
Look for the routine:
ste_chkout_intro_cell_proc
And change:
print <<ENDOFTEXT;
<SELECT NAME="$id">
<OPTION VALUE="" SELECTED></OPTION>
ENDOFTEXT
To:
print <<ENDOFTEXT;
<SELECT NAME="$id">
ENDOFTEXT
That removes the pre-selected blank entry.
Offline
Are you sure that when you uploaded the change back to the server that the old file was updated? That is the exact change that's required to do what you're asking.
___________________________
Nick Hendler
Webmaster, Kryptronic, Inc.
Offline
I wanted to make this change too - and I did as described, but it only changed the default selection for the 'Additional Information Fields'.
Is there any other way to make a default selection?
Offline