Input Uploads lose events attached – Checkout Field Editor for WooCommerce
-
Hi support team,
I′ve acquired the Checkout Field Editor for WooCommerce (Pro) plugin, since it is compatible with Fluid Checkout, and I wanted to use Fluid checkout together with custom checkout fields.They work fine together, except for the following problem:
I have two inputs with file upload on checkout, and they both are required fields.
When using Fluid checkout, files are not loaded once they are selected.Once I disable Fluid checkout, it works fine.
I′ve compared both checkout pages (with and without Fluid checkout active) on developer console, and I could see that when Fluid checkout is active, the jquery events that should be attached to the file upload inputs are no longer there.
So it seems that those listeners are lost / not being kept when Fluid checkout is active.
From what I can see, those listeners are from the following JS file:
plugins/woocommerce-checkout-field-editor-pro/public/assets/js/thwcfe-public-checkout.min.js
which is enqueued in woocommerce-checkout-field-editor-pro/public/class-thwcfe-public-checkout.php
- The topic ‘Input Uploads lose events attached – Checkout Field Editor for WooCommerce’ is closed to new replies.