Cartflow’s checkout has duplicate billing email and password fields.
-
the Cartflow checkout page is displaying duplicate fields for the billing email and password creation. it is occurring on all sites that use the Cartflow checkout page. so we have created a new blank test site. However, the new test site was created with only the necessary plugins (Woocomerce,CartFlows,CartFlows Pro,Payment Plugins Braintree For WooCommerce,Elementor)installed to ensure that there were no conflicts with other plugins that could be causing the issue.
To further confirm that the issue is related to the Braintree payment plugin, the checkout page was also tested with another payment plugin, which functioned correctly.
in the browser console, we have[DOM] Found 2 elements with non-unique id #account_password: (More info: https://goo.gl/9p2vKq) input#account_password.input-text input#account_password.input-text
[DOM] Found 2 elements with non-unique id #billing_email: (More info: https://goo.gl/9p2vKq) input#billing_email.input-text input#billing_email.input-texthttps://snipboard.io/1fkEFz.jpg
More I want to add that, I can remove the 2nd billing email, by using ‘woocommerce_billing_fields’ filter hook. but its end up with error
invalid email while processing the checkout, although the first one is having same name field value ‘billing_email’
- The topic ‘Cartflow’s checkout has duplicate billing email and password fields.’ is closed to new replies.