udaykr
Forum Replies Created
-
We can’t go with multiple forms as we have 2 to 3 lakh charities and user can search any charity. Charities are not in fixed number.
We have PHP developers with us, we need your help in customizing the code after purchasing of the plugin to pass this as a dynamic value.
If you point us to the file name to do the change, we ourselves can customize. However we need your help in giving direction (the file name and function name in that file)
Thanks!
- This reply was modified 5 years, 9 months ago by udaykr.
Thanks for your response. We are not bothering much about theming.
As i mentioned in my previous messages, requirement for our usecase is user searches a charity in our application and that charity name has to be passed as for_title in the GiveWP form. So that same charity name would go in the mail to donor as well as to the administrator.
This is the only custom change we are asking for. Please let us know if it is possible or not with this plugin.
Hi @benmeredithgmailcom
Thanks for your response.Would you help us in resolving above mentioned issues if we purchase GiveWP plugin ?
Hi @matheusfd
We followed the instructions given in the link (https://givewp.com/documentation/developers/theming-with-give/theming-the-single-give-page/)
We copied give.php and placed under /wp-content/themes/our-theme/ folder as mentioned. And also we copied content-single-give-form.php file under our theme themes/our-theme/give/single-give-form/ folder.We edited the below line in content-single-give-form.php and added a text data to title.
Before adding: <h1 itemprop=”name” class=”give-form-title entry-title” style=”background: <?php echo $headerbkgrnd; ?>”><?php the_title(); ?></h1>After adding:
<h1 itemprop=”name” class=”give-form-title entry-title” style=”background: <?php echo $headerbkgrnd; ?>”><?php the_title(); ?>Test Title</h1>But we do not see anychange when we navigated to the form slug/Permalink.
The link referred in your previous response doesn’t exist.
themes/give-2015/give/single-give-form/content-single-give-form.phpHi @matheusfd
Thanks for your response.
We know that below fields are template tags.
{donation} – The donation form name, and the donation level (if applicable).
{form_title} – The donation form name.Our question is how to change the form_title dynamically with “charity name” and “EIN” combination. If we do this, plugin will replace form_title filed in the email template with actual values (charity A -1234) when sending an email to donor and administrator.
Without sending the donor selected charity and EIN number in the email, it would be of no use displaying the same in stripe checkout page.
- This reply was modified 5 years, 9 months ago by udaykr.
I think you have actually got wrong with my requirement. As i mentioned in my earlier messages, we have a search engine to search the charities.
User selects a charity from the charity results page and click on a button called “Give”. This is (button click and charity search) completely our code.Upon click on “Give” Button we need to pass user selected charity name and EIN to the GiveWP plugin. So that charity name and EIN will be added in the email to Donor and administrator by the plugin.
{donation} – The donation form name, and the donation level (if applicable).
{form_title} – The donation form name.These are the two template tags i saw common in Donor and administrator email templates.
Help me how to pass these values to plugin form at the run time from our page ?OR is there anyone (development/technical support) who can help me here ?
We have almost decided to go with this plugin. Except this feature, everything is working as expected.
- This reply was modified 5 years, 9 months ago by udaykr.
Hi @matheusfd
How can we send charity name and EIN dynamically (ex: Charity A – EIN: 123123) in the Donation Form Title ? We are using Legacy template in the plugin.
Currently, this is what is being sent (captured from browser inspect element)
<h2 class=”give-form-title”>Donation – Demo</h2>. Hope this is the form-title you are talking in your message.
Please confirm ?Also, in the email templates, i could see below tags along with the description. Here, which is the “Donation Form Title”
{donation} – The donation form name, and the donation level (if applicable).
{form_title} – The donation form name.
Please confirm ?- This reply was modified 5 years, 9 months ago by udaykr.
Yes, you are absolutely correct. That is what we need. From the plugin, what i understood is value from “Form title” being sent to Stripe. The same value is being sent in a emal to both Donor and Administrator.
This is the exact requirement we have.
Please let me know how to proeed by having our custom code or changing the code from your side.
Please confirm.Woud it be possible for you to come on a call (either zoom or google meet ?) so that we can discuss regarding the issue we have been talking over few days ?
I am staying in Bangalore, India (IST)
By looking at the plugin and the custom fields it allows for our usecase, i felt it is better if we talk over a call. Please confirm.
@matheusfd
You mentioned“Regarding adding more parameters, it could be possible, but it would require some custom code for which we do not have a snippet now. It would be necessary to check the filters available for Stripe checkout and create customization.”
What do you need from our side for making the plugin to work the way i described above (passing only one charity name) ? We eagerly needed this answer asap before we buy GiveWP plugin. Without having the option to pass charity name/EIN number, it won’t help us buying this plugin.
Please confirm asap.
Hi @matheusfd,
Thanks for your response.
We pass only name of one charity and NOT multiple charity name to the stripe payment page.The reason i asked multiple fields is, there is a possibility that 2 charities having the same name. Hence we want to pass “Charity Name” and EIN number. EIN number is unique to one charity in United States. Hope you have understood our use case.
The form title is a static field and it works in your case. But in our case, the form title which is dynamic and has to be substituted with the charity name. Is my understanding correct ?
Forum: Plugins
In reply to: [GiveWP - Donation Plugin and Fundraising Platform] Disabling Continue buttonThank you @matheusfd.
When can I expect reply from you for this question.This is the last and final issue we have before we purchase the plugin. Otherwise everything looks fine.
- This reply was modified 5 years, 9 months ago by udaykr.
Forum: Plugins
In reply to: [GiveWP - Donation Plugin and Fundraising Platform] Disabling Continue buttonHi Matheus Martins,
We have a below requirement
1. user searches for a charity in our search page.
2. Then user selects one of the search results and try to donate to that charity. 3. That is where we want to use GiveWP plugin to create Checkout session with stripe by passing the charity name and id user has selected.
4. In the stripe checkout page, we display the charity name user has selected.
5. The selected charity (same as displayed charity in the checkout page) and id will be used in the email we send to the donor at the end of successful donation.Is this possible from the GiveWP plugin via configurationor do we need to customize the code to make it work for our above mentioned requirement ?
- This reply was modified 5 years, 9 months ago by udaykr.
Forum: Plugins
In reply to: [GiveWP - Donation Plugin and Fundraising Platform] Disabling Continue buttonHi Matheus Martins,
Thanks for your response. I followed seleting all fields option and now not seeing the Continue button.
I have another question (see below) related to this plugin.
Once user clicks on “Donate Now” button, it takes user to https://checkout.stripe.com/pay/cs_test_<session id>Is it possible (or is there any option) to pass few parameters from previous page to this checkout page, so that we can display those parameters in this page where user enters the credit card details ?
Regards,
Uday- This reply was modified 5 years, 9 months ago by udaykr.
Hi Kevin,
Thanks for your quick response.
There was a misconfiguration with webhook and it got resolved after reconfiguring it.Now i am getting below error while makind donations with Testing mode enabled with stripe under the “Payment Gateways” in the plugin.
Error is: Stripe doesn’t currently support application fees for platforms in US with connected accounts in IN.
Under General settings I have set “base country” as “India” and “currency” is set as “Indian Rupee” under “currency” section of “General Settings”