• Resolved basspu03

    (@basspu03)


    Has anyone encountered conflicts with the “send mail” features between the Paypal + Stripe addon and this Contact Form 7 – Frontend Registration addon? Frontend was breaking the Paypal addon, and, since the recent Paypal + Stripe addon 2.5.11 update, it’s now the other way around. Frontend Registration is no longer sending e-mails to users with login credentials.

    I pored through the plugin’s PHP files since this hasn’t been updated in 5 months and I’m on a tight deadline to make this work, and the only reference I understood with my limited PHP knowledge was:

    "add_action('wpcf7_before_send_mail', 'create_user_from_registration', 1, 2);"

    I imagine I could change the ‘wpcf7_before_send_mail’ hook, but I’m not sure to what and how it would avoid conflicts with the Paypal + Stripe addon.

    Has anyone found any workarounds/solutions? Any help would be greatly appreciated.

Viewing 1 replies (of 1 total)
  • Thread Starter basspu03

    (@basspu03)

    I think I found my issue. Every time I tested with the same e-mail, WP would refuse to create a new user. I checked this in the Users menu in the WP admin dashboard. To test it, I would delete the user after each test and resubmit the form with the same e-mail. Voilà–the FrontEnd Registration e-mail sends. So, this was not an issue with Contact Form 7 – PayPal + Stripe Addon.

    Note: Correct me if I’m wrong, but it appears FrontEnd Registration has a check against using the same e-mail more than once (and it just doesn’t produce a visible error since it’s a simple, lightweight addon), or WP simply prevents it.

    Working for now. Fingers crossed.

Viewing 1 replies (of 1 total)
  • The topic ‘Send mail conflict with Paypal + Stripe addon’ is closed to new replies.