Hi Andrew
I don’t think you can make it work with WooCommerce, but you can use something that integrates with Contact Form 7.
Contact Form 7 itself has a built in Stripe integration. I haven’t tried it myself, however, I don’t see why it wouldn’t work for you.
Someone used Contact Form 7 – PayPal & Stripe Add-on to make this work a few years back. As I recall, everything was working fine until an update over a year ago or so. I found an issue in their plugin and applied a temporary fix for the user. I did ask the user to get in touch with the developers of that plugin and ask them to permanently fix that one issue. Hopefully, they fixed it by now.
Let me know if you run into issues with any of the above options.
Thanks.
Hi – having same issue with the plugin “Contact Form – Paypal & Stripe Add-on”. Autoresponder (mail2) PDF isn’t attaching after payment is successful. I have option set to “Attach to secondary email message”. Any way you can let me know what you had to update on their plugin to make this work?
Thanks so much in advance.
Hi Brian,
I’m sorry for the late reply.
The change that is needed is as follows:
Change this line:
add_action(‘wpcf7_before_send_mail’, ‘cf7pp_before_send_mail’);
To this line:
add_action(‘wpcf7_before_send_mail’, ‘cf7pp_before_send_mail’, 99999 );
This will make that hook run after all others are done.
Let me know if that helps or not.
Thanks.
Very helpful and that works. Thanks so much. Only issue is that now it sends 2 emails. I know you may not be able to help, but thought I’d check. Any responses is appreciated. Thanks again.
I’m not sure about that one. Maybe you have ‘Mail (2)’ enabled in your CF7 form. Otherwise, I would get in touch with the developers of that plugin.