 2006-10-09 17:33 | does anyone know how I can hide the tax and only display it when a user selects Canada in a drop down?
The plugin is activated , so I just need to know what it is that I have to modify so that the tax doesnt appear unless a user chooses canada
I know that on the drop down I'll ahve to do something like onChange="showTax(this.value);"
and in the javascript check if the value is equal to canada.
any help would be appreciated |
 2006-10-09 18:59 | nevermind solved my problem |