This code: [display name=state type=state_select value="[value state]"]offers no way to run "onChange=check_tax(this.form)", as did the old stuff.
I have hacked the country_select.widget on line 227 to include check_tax:
- var str = '<select name="$svar_in" onChange="$v_formv.$svar.value = this.value">'; + var str = '<select name="$svar_in" onChange="$v_formv.$svar.value = this.value;check_tax(this.form)">';
But, the pop-up now appears when the either the shipping or billing state is one of the taxed ones.
Anybody have any ideas on how to get check_tax to run only with the shipping state, with or without a hack?
Thanks, -- Josh Kingdom Design http://www.kingdomdesign.com/ _______________________________________________ interchange-users mailing list suppressed http://www.icdevgroup.org/mailman/listinfo/interchange-users
Mail converted by mhonarc 2.6.15
This archive provided courtesy of JSW4.NET, Internet Hosting Services for Small Business.