[ic] new account outside US

Stefan Hornburg racke at linuxia.de
Mon Apr 19 16:42:23 EDT 2004


On Mon, 19 Apr 2004 14:44:50 +0200
"J van Dijk 'BV Kunststoffenindustrie Attema'" <j.vandijk at attema.nl> wrote:

> Hi,all,
> 
> 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.

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


More information about the interchange-users mailing list