• The checkout field is not only outdated with the current WooCommerce but it is also not identified as its own field and causes an issue with the checkout for new customers registering.

    I have modified the following in includes/class-mailchimp-woocommerce-newsletter.php starting from line 43.

    I replaced the class from create-account to mailchimp-newsletter and moved out the checkout input field from inside the label and placed it before the label.

    https://gist.github.com/seb86/1282c995734ebd78cb15bb430678a2fc

    Please ask your developers to validate and apply this change for the next release.

    I look forward to your response.

    Thank you.

Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author ryanhungate

    (@ryanhungate)

    @sebd86 The thought behind using that class of create-account was that it conformed to a style – but thanks for bringing that up – we’ll take a look at that on our next release for 2.1.8.

    Makes me wonder if this has anything to do with the reports of users not being able to register – maybe there is a javascript glitch somewhere where it was expecting to only see 1 create-account input or something.

    Are you saying that you had trouble with being able to register, but when you changed the class name on the input, it worked again? If so that would be great that you found this one.

    Keep you posted!

    Thread Starter Sébastien Dumont

    (@sebd86)

    Hi. Thank you for finally replying.

    It prevented from customising the checkout using Javascript because the class was used already and the field format did not match with the current default WooCommerce fields so it caused some issues with creating an account and signing up for the newsletter.

    I was working on a clients site when I found this issue out. They are currently using a modified version of this plugin with the fix applied.

    If you are able to get this patched that would be great for all users of this plugin.

    Plugin Author ryanhungate

    (@ryanhungate)

    @sebd86 it’s in our next dev cycle already in staging. ?? Thanks for bringing this up again – when 2.1.8 comes out – you’ll be able to upgrade no problem.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Update checkout field for current WooCommerce’ is closed to new replies.