Matheus Martins
Forum Replies Created
-
Hi, @mikeshake.
It’s been a while since we’ve heard back, and I know troubleshooting needs a little extra time. I’m marking this as resolved for now, but if you still have questions, you can send them along right here, and I’ll be happy to hop back in.
Have a great day!
Hi, @jpschwartz.
It’s been a while since we’ve heard back, and I know troubleshooting needs a little extra time. I’m marking this as resolved for now, but if you still have questions, you can send them along right here, and I’ll be happy to hop back in.
Have a great day!
Hi, @neda1987.
It’s been a while since we’ve heard back, and I know troubleshooting needs a little extra time. I’m marking this as resolved for now, but if you still have questions, you can send them along right here, and I’ll be happy to hop back in.
Have a great day!
Hi, @mikeshake.
Thanks for sharing the error with us: “Unable to create a payment intent. Details: You passed an empty string for ‘payment_method’.”
We typically see the “You passed an empty string for ‘payment_method’ because of a lack of the proper webhook (the only mechanism for sending data from Stripe to your GiveWP site) set in your Stripe account. The good news is that the fix is a few steps of copy-pasting, and we’ve documented it very thoroughly.
The webhook endpoint is a URL that you need to copy and paste into a specific tab of the Stripe Dashboard, and then configure to receive the following events:
checkout.session.completed
payment_intent.succeeded
payment_intent.payment_failed
charge.refunded
customer.subscription.created
customer.subscription.deleted
invoice.payment_failed
invoice.payment_succeededOur documentation (with screenshots!) on setting up the webhook is here:
https://givewp.com/documentation/add-ons/stripe-gateway/#connecting-stripe-and-your-webhook-requiredLet me know if that helps.
About PayPal, send us two things:
1- A link to a form where it is supposed to show up
2- System ingo
Navigate to Donations –> Tools –> System Info (tab) and click the button to “Get System Report” and copy/paste that in your reply here. That will give me some more context to be able to help.
Looking forward to helping you get to the bottom of this!
Hi, @magamatt.
Glad you reached out.
I’m happy to test this conflict on my end. Can you send me a step by step guide so I can run tests here? For example:
- Create a new header
- Do this
- Click there
- And so on…
This will help me to troubleshoot the issue and file a bug report if needed.
Looking forward to helping you get to the bottom of this!
Forum: Plugins
In reply to: [GiveWP - Donation Plugin and Fundraising Platform] Design Mobile issuesHi, @mbio86.
When I access your site here https://myecobestfriend.com/user-donate/, I still can’t see the form.
Let me know when it’s public so I can test it.
Hi, @wtnhistwebmaster.
Can you share a link to your website where I can test it without using real money?
Looking forward to helping you get to the bottom of this!
Hi, @jpschwartz.
Can you try to install the latest version of the GiveWP plugin and let me know if the issue persists? Also, can you give me a step by step guide so I can replicate it on my end?
Looking forward to helping you get to the bottom of this!
Hi, @ashbyvagg.
Glad you reached out.
About the broken image, instead of using your entire site URL for it, like https://example.com/wp-content/…., use a relative path like /wp-content/uploads/… Let me know if it works.
And about the translation, I investigated it and hopped in to see if it was possible to change this, and it isn’t!
I’ve created a post for that here for our teams to take a look: https://feedback.givewp.com/bug-reports/p/donor-dashboard-notifications-should-be-translatable-or-editable. You can use the link to check in for updates or to provide additional details of your own. I’ve also linked your ticket internally, so when the issue is resolved we can just reach back out to you to update you. We’ll either have a resolution for you, or we’ll know more about what our developers need to do to fix the issue.
We are actively tracking user issues to make sure our dev team is aware of them and can get them fixed. You can use the link to check in for updates or to provide additional details of your own.
Give the post above a look, and let me know if you would like me to add any additional details. I want to ensure your need is as accurately reflected as possible, and I’m happy to include an internal note to our teams with any specific information you would like them to have.
At the moment, there isn’t a workaround for this, it is something the development team would need to address. Let me know if you have any questions about this; I’m happy to help.
Hi, @neda1987.
Glad you reached out.
I tested your form right now and it worked by declining my test credit card, which makes me think that it’s working as expected.
Can you give me steps to replicate the issue you are facing? Also, is there a staging site where we can see the problem and replicate it without using real money?
A staging site is an exact copy of your live site, but that is hidden from other users and that people use to test things before modifying the live site. Creating a staging site may not be easy, so your hosting company will be able to help you with that since they have access to your server and site.
Looking forward to helping you get to the bottom of this!
Forum: Plugins
In reply to: [GiveWP - Donation Plugin and Fundraising Platform] Remove donator fieldsHi, @pedubreuil.
Glad you reached out.
GiveWP is designed to help raise online donations and to that end, an email address is required. The way the plugin is structured uses a unique email as a method for donors to validate their access to donation history. This is something GiveWP has in common with most online commerce solutions, and there’s no way around the requirement.
What you can do is give the donor the ability to be anonymous publicly. You can read more about it here https://givewp.com/documentation/core/settings/default-options/. But in the end, you will still have the donor’s data on your back end.
Please let us know if you have further questions or need additional assistance!
Hi, @pedubreuil.
Glad you reached out.
Every time a donation is made on your site – or attempted, GiveWP creates a new entry on the logs section on the dashboard that gives us further information on what is happening. Can you send me logs for when you try to make a donation and get the errors below? You can find the logs under Donations > Tools > Logs.
Also, for the fields not showing up, we need to check for two things: 1. cache; 2. conflicts.
Cache
The fix here is a bit technical so I’ll include as much detail as possible, but you may need to reach out to your web developer or web support person to implement these recommendations.
Your issue here can be caused by some caching happening somewhere in the process. If you’re not familiar with caching, it’s a method of saving server resources by storing copies of a page, resource, query, or site so that the next visitor’s visit doesn’t trigger a call to the server at all, they just get the copy that was saved. Basically, instead of the site needing to recreate the page from scratch, it sends up a copy which allows it to load faster.
We put together this deep dive into what caching is and how it can cause problems: https://givewp.com/documentation/resources/caching/Caching works really well for speeding up sites, but when a saved copy of the site has sensitive information in it (like donor info) it’s important that GiveWP not share that with the next visitor. If GiveWP is not convinced that the browser requesting the data is the correct one, it defaults to not showing the data.
Caching is handled differently on various sites and web hosts. This could mean a caching plugin, or caching could be in a security solution. Hosting providers also have settings for caching at the server level, and they can help make adjustments for you there. Most caching solutions have a setting or section for excluding specific URLs or parts of URLs (called “slugs”) from caching. At the very least, you should exclude the following slugs from caching:
/donations/
/donation-confirmation/
/donor-dashboard/
*any page with a donation form on it
Also, the following query strings (if your caching solution has a setting for them):
give-embed=donor-dashboard
giveDonationFormInIframe=1Your host or the caching plugin/solution you are using can help with that. Some of them may require what’s called a “wildcard” like /donations/* to capture all subdirectories under the /donations/ folder.
Some folks prefer to customize the URLs to their site pages, so you may find that your URLs don’t have the slugs mentioned above, even though they contain the same content. In cases like those, we recommend whitelisting the page, not just the slug, that way the pages with those essential pieces of information are still excluded from caching. This is especially important for URLs of pages with donation forms on them.
One helpful tip: Check in with your hosting provider. Most hosts have caching at the server level, and they will be able to adjust this for you. You can also temporarily disable caching on the site to confirm that the uncached site isn’t showing the problem.
Many security solutions include options for caching as well, so be sure to give those settings a look.
While fine-tuning cache falls outside the scope of the support we’re able to provide, your success with online donations is our number one priority, and we’re happy to provide any tips.
I know this was quite a bit of information to share. If you have any questions about this, let me know, I’m happy to help.
Conflict
In this case, I suggest you follow our troubleshooting tutorials using Health Check. It allows you to isolate plugins and change themes for administrator, while the frontend still runs the live version of the website.
You can see the documentation here:https://givewp.com/documentation/resources/troubleshoot-wordpress-websites-health-check/https://givewp.com/documentation/resources/how-to-troubleshoot-your-website-like-a-wordpress-support-engineer/
Looking forward to helping you get to the bottom of this!
Hi, @jsaeed1.
Glad you reached out.
Currently, we do not have an integration for Zelle, but we are collecting feedback from our users to see how useful that could be. I’ve added you as a voter for it here https://feedback.givewp.com/feature-requests/p/givewp-should-integrate-with-zelle-pay.
We are actively tracking user feedback to understand further the needs you all have. You can use the link to check in for updates or to provide additional details of your own. I would encourage you to comment on that post about the impact this would have on your organization. Information like that is always helpful for our teams to see. I’ve also linked your ticket internally, so if this feature request is developed, we can reach back out to update you.
Give the post above a look, and let me know if there are any additional details you would like for me to add. I want to ensure your need is as accurately reflected as possible, and I’m happy to include an internal note to our teams with any specific information you would like them to have.
Thanks for using GiveWP! Have a great day.
Hi, @infaithly.
I’m sorry for hear that. If you decide to use GiveWP in the future again, I’ll be happy to help you troubleshoot the issues you face.
Have a great day! 🙂
Hi, @cdeloach.
Glad you reached out.
The GiveWP Reports tab was developed to allow administrators check how the donations are going on. Currently, we do not have shortcodes that we can use to display reports on the front end.
Although we do not have this feature out of the box, it would be exciting and valuable to understand how it would work for you and improve your workflow, so the product development team has some insights into how it would behave.
Also, is there any workaround that you are using? It would be good to hear from you about that too, and what this feature would allow you to do. All ideas are appreciated, and I’m happy to share your insights with the product development team so that they can discuss the feasibility of this feature.
I hope it clarifies, and looking forward to hearing back from you!