Collin Sasse
Forum Replies Created
-
Our plugin hooks into Contact Form 7’s wpcf7_before_send_mail trigger – you might want to look into saving your form prior to that?
We also have a cf7pp_payment_successful_pre_send_email_filter hook that you might want to try grabbing the data from?
- This reply was modified 5 years, 1 month ago by Collin Sasse.
Forum: Plugins
In reply to: [Contact Form 7 - PayPal & Stripe Add-on] Free version not redirect to stripeStrange that it works for PayPal but not for Stripe. Can you please verify that you have correctly entered your Stripe API information into the plugin settings, and that you have enabled Stripe as a payment method for that form?
Unfortunately, I believe the function only hooks into payment data from our plugin. But I suppose you could use the hook from our plugin to trigger another function that initiates the push of your CF7 data to be sent into Salesforce after the payment is successful. Our plugin really doesn’t touch the CF7 data – we’re just a payment addon for CF7.
Yep, that’s pretty much what our plugin does – it allows you to add a “Buy Now” button on your page, as the name of the plugin implies. This is NOT an “add to cart” plugin, however – that’s a different plugin. This plugin, as the name suggests, is a “Buy Now” button. It’s simple and easy to use and does what it says it does.
If you have multiple items at different price points, you would need to create multiple buttons for each of the unique prices/items.
We don’t have a built-in integration with Salesforce, but we do have a hook function that can be called after payment is successfully processed: https://wpplugin.org/documentation/run-custom-php-after-payment/
Depending on your use-case, you may be able to set up a plugin to hook into this function to make the needed calls to Salesforce. As I mentioned, it’s not something that we have built-in, but it would theoretically be possible using the hook and some custom integration.
Can you please provide a list of all plugins that are installed on your website, so we can do some testing for incompatible plugins?
Forum: Plugins
In reply to: [Contact Form 7 - PayPal & Stripe Add-on] Contact form No paypal redirection@bethmarlatt you have a known incompatible plugin on your website, invisible recaptcha. Please review the troubleshooting again and disable any extra plugins- https://wpplugin.org/documentation/contact-form-7-form-does-not-submit/
If you turn on pretty permalinks and use /contact/ instead of /?page_id=3233 does the issue resolve? There’s a known bug with our plugin on pages that use /?page_id=3233 style links.
Forum: Plugins
In reply to: [Contact Form 7 - PayPal & Stripe Add-on] History paymentDo you have any security plugins that are blocking PayPal from communicating with your website to update the status on the website?
Please try the troubleshooting steps on our website and let me know if these resolve it: https://wpplugin.org/documentation/contact-form-7-form-does-not-submit/
Forum: Plugins
In reply to: [Contact Form 7 - PayPal & Stripe Add-on] I can’t make the plugin to workDo you use any CDN or Cache plugins? Please try disabling those, and also try the steps in our troubleshooting guide: https://wpplugin.org/documentation/contact-form-7-form-does-not-submit/
Does your contact form have any payment related options in it that may be triggering our plugin? Have you left *all* of the other fields blank in the payment settings for the form?
I can’t reproduce the issue in Edge you’re having on our testing site. Please try to disable your custom theme and other plugins to test if it’s a compatibility issue with one of those.
What version of Microsoft Edge? It’s odd that it works in Chrome but not Edge, considering that Edge is powered by Chromium.
Forum: Plugins
In reply to: [Contact Form 7 - PayPal & Stripe Add-on] Contact form No paypal redirectionAfter following all of the steps on this page: https://wpplugin.org/documentation/contact-form-7-form-does-not-submit/ can you please let us know what version of PHP your website is running?