jamiewalden
Forum Replies Created
-
keithschmader we are using version 4.3.3 of this plugin. We had problems when trying to update with javascript conflicts on the checkout page with newer versions of the plugin.
Any idea how else to override the validator?
Here’s a link to our main.php file code: main.php file
Any help would be great. Sucks when someone abandons a paid plugin like this.
Forum: Plugins
In reply to: [Calculated Fields Form] Conditional Fields Formula Not WorkingGot this working with this:
(function(){ var v = fieldname3; if(v==1) return fieldname2*10; if(v==2) return fieldname2*100; })()
Not sure why the dropdown was disappearing tho.
Forum: Plugins
In reply to: [Calculated Fields Form] IF Formula – TDEEI’m having trouble with the conditional fields too.
I’m trying to set a formula where if they select from a dropdown menu, each option in the dropdown results in a different calculation.
The formula I’m trying to use is this:
(function(){ if(fieldname3==1){ return (fieldname5*10); if(fieldname3==2){ return (fieldname5*100); } })()
The fieldname3 is the first field which is the dropdown, then fieldname5 is the second field the user fills out. But it’s not working.
AND
When I select from the dropdown, that field completely disappears. Could you please help? Thanks very much.
See calculator here:
https://www.americandatanetwork.com/test-3/Forum: Plugins
In reply to: [WooCommerce] Add to cart not showing for variable productMartin’s hack worked for me too. Thanks man.
Forum: Plugins
In reply to: [Event Calendar] Problems with IE and WP 3.6@walter_ did you clear your cache and restart IE after installing the .js? And if you’re using any caching plugins, you might want to clear them as well. Ben’s fix worked for me. (Thanks, Ben)