KonaKart Community Forum
Welcome,
Guest
. Please
login
or
register
.
1 Hour
1 Day
1 Week
1 Month
Forever
Login with username, password and session length
News:
KonaKart v6.0.0.0 - Released Jan-2012 - see KonaKart website for details
Home
Help
Search
Login
Register
KonaKart Community Forum
»
Installation / Configuration
»
Configuration of KonaKart
»
How to set up default country for user at /CustomerRegistration.do page?
« previous
next »
Print
Pages: [
1
]
Author
Topic: How to set up default country for user at /CustomerRegistration.do page? (Read 657 times)
ady1981
Jr. Member
Posts: 35
How to set up default country for user at /CustomerRegistration.do page?
«
on:
May 04, 2010, 07:02:10 AM »
Hello,
Our customers are generally from Russia. Is it possible to (pre) set up default country for user registration at /CustomerRegistration.do page (i.e. pre-select "Country:" -> "Russian Federation")?
Regards,
-Andrey
Logged
trevor
Administrator
Hero Member
Posts: 495
Re: How to set up default country for user at /CustomerRegistration.do page?
«
Reply #1 on:
May 04, 2010, 07:38:23 AM »
This can be easily achieved by editing RegisterCustomerBody.jsp to select the Russian Federation in the drop list.
Logged
ady1981
Jr. Member
Posts: 35
Re: How to set up default country for user at /CustomerRegistration.do page?
«
Reply #2 on:
May 05, 2010, 07:46:06 AM »
Many thanks.
I changed <html:select name="RegisterCustomerForm" property="countryId"
value="176"
> in corresponding place.
But, there is another way for checkout: through the CheckoutDelivery.do action (OnePageCheckoutBody.jsp).
I looked at the code and it was not obviously for me how to set the pre-selected country there (as could I see GWT begin to play there).
-Andrey
Logged
Print
Pages: [
1
]
« previous
next »
KonaKart Community Forum
»
Installation / Configuration
»
Configuration of KonaKart
»
How to set up default country for user at /CustomerRegistration.do page?