fix to be compatible with CheckoutWC plugin
-
Hello,
I am using the CheckoutWC plugin and there is a compatibility issue with States, Cities, and Places for WooCommerce: When I go to checkout, if you want to change the state, the pulldown of the places is not updated. As I talked with CheckoutWC, they told me ans shared this info,hello,
I am using the CheckoutWC plugin and there is a compatibility issue with States, Cities, and Places for WooCommerce: When I go to checkout, if you want to change the state, the pulldown of the places is not updated. As I talked with CheckoutWC, they told me ans shared this info,“Basically, their JS assumes that the closest div to the state field will also contain the city field.
Because we separate fields into rows, the nearest div to our state field doesn’t contain the city field.
This would actually be really easy for them to fix I think. They could instead find the nearest div with one of these two classes: woocommerce-billing-fields, woocommerce-shipping-fields
is it possible to fix it?
best regards,
- The topic ‘fix to be compatible with CheckoutWC plugin’ is closed to new replies.