Order Form update buttonnot work. How to debug.
-
The order update button doesn’t work in order admin for some orders.
In other forums written to disable plugins that conflict with WooCommerce.
But I think this is not a good manner. Because this happened recently for another reason.
I can update the order edit form by jQuery with the following:
jQuery('form#post').submit();
Is it a good manner to use this script to listen to update button?
For example if we just use the button itself, does it validate the form at front-end?And the other important question is, How to debug this situation. Not the update button nor the form have any event listener.
But how it can not be submitted with conflicting with other plugins and scripts.Another important question is that, Does this form get validated by any script or rules at front-end?
- The topic ‘Order Form update buttonnot work. How to debug.’ is closed to new replies.