Plugin removes my checkout loading screen
-
Hi,
After installing the plugin, my checkout form no longer displays the default loading screen when my custom function into the woocommerce hook
"woocommerce_checkout_process"
runs. I also hook into the"checkout_place_order"
event of the form.checkout object in JQuery. This JQuery hook also no longer works. I think this has to do with this line in the “script.js” file from the plugin:
jQuery( ".woocommerce form.checkout").unbind( "submit" );
Commenting it removes all the bugs I encountered above, but loses the ability to upload files. Any suggestions on how I can solve this?
Thanks!
Viewing 6 replies - 1 through 6 (of 6 total)
Viewing 6 replies - 1 through 6 (of 6 total)
- The topic ‘Plugin removes my checkout loading screen’ is closed to new replies.