[ic] new account outside US

J van Dijk 'BV Kunststoffenindustrie Attema' j.vandijk at attema.nl
Tue Apr 20 04:41:19 EDT 2004


>> When creating a new account on the live-demo site and 
>> filling-in the next screen (Shipping Address (primary) ), the
country
>> selector is behaving as follows:
>> 
>> When selecting country = Other, all fields are cleared and the
country
>> is set back to US.
>> It seems to be impossible to choose anything else but US.
>> Jan van Dijk

>I fixed that in CVS with the following patch:

>diff -u -r2.9 -r2.10
>--- account.html	18 Nov 2003 23:22:57 -0000	2.9
>+++ account.html	19 Apr 2004 19:16:59 -0000	2.10
>@@ -133,7 +133,7 @@
>     [error name=country std_label="[L]Country[/L]" required=1]
>   </td>
>   <td colspan=3> 
>-      <SELECT NAME=country onChange="this.form.submit()">
>+      <SELECT NAME=country onChange="this.form.mv_form_profile.value
= ''; this.form.submit()">
>     [if value country =~ /(^$|US|CA)/]
> 	<OPTION VALUE="US"> [L]United States[/L]
> 	<OPTION [selected country CA] VALUE="CA"> [L]Canada[/L]

>I'm not as good with Javascript as with Interchange, so please check
this patch with your
>favourite browser.

>Thanks
> Racke

Ok. It works fine now ! Thanks for this quick solution !
Jan van Dijk


More information about the interchange-users mailing list