Eric Daams
Forum Replies Created
-
It is @audymatic. I’m working on a blog post that will show how to do that. Keep an eye on https://www.wpcharitable.com/blog/ βΒ post should be out in the next week or so.
Cheers,
EricWe don’t, sorry. I’m hoping to have it out in the next four weeks, but that’s not a firm release date.
Cheers,
EricNice! Stripe is excellent π
Cheers,
EricHi Niloy,
You could use the demo content we provide for Reach. Downloadable via http://demo.wpcharitable.com/reach/documentation/importing-demo-content/
Cheers,
EricHi Vijay,
Sorry for the delay in getting back to you. I just had a look at your code snippets, but you’re missing some functions and have incorrect function names in a few spots. At a glance:
- Missing
ed_donation_get_batch_namefunction ed_donation_export_add_swimmer_name_valuefunction should be nameded_donation_export_swimmer_name_value- You’re not adding the swimmer name column to the export
anywhere. See https://github.com/Charitable/library/blob/master/donation-form/collect-national-id-number.php#L118-L129 for how this should be added. ed_donation_export_add_batch_name_valuefunction should be nameded_donation_export_batch_name_valueed_donation_export_add_mode_of_payment_valuefunction should be nameded_donation_export_mode_of_payment_value
Please enable debugging on your site (https://codex.wordpress.org/Debugging_in_WordPress) to check for any other issues.
Cheers,
EricI haven’t heard back from you @delcasart, so I’m going to mark this issue as closed. Please post back here if you still need a payment gateway.
Cheers,
EricHi Lisa,
I’ve checked your site on my phone but everything is showing properly for me. What isn’t showing properly for you? Could you send me a link to a specific page and/or a step by step process so I can reproduce this issue?
Cheers,
EricI’m not 100% sure I understand what you want to achieve, but it sounds like you’re wanting to show the donation form in your custom page. Is that right?
Like I said in my reply to your other topic, that isn’t currently possible, but we’re adding that in the next major release of Charitable.
That said, if you’re comfortable creating your own page template, you can use the following snippet to insert a particular campaign’s donation form:
https://github.com/Charitable/library/blob/master/donation-form/display-donation-form.php
Cheers,
EricAt the moment, this isn’t possible, but we’re working on adding a new shortcode in the next major release of Charitable which will allow this.
Cheers,
EricThis isn’t possible yet βΒ we’re adding a feature in the next major release that will allow you to edit donations in the dashboard.
Cheers,
EricSorry for the delay in getting back to you. It’s possible to add a new currency with a little bit of custom code. Here is an example:
https://github.com/Charitable/library/blob/master/general/add-hours-currency.php
You’ll just need to replace ‘HOURS’ with MUR.
See https://github.com/Charitable/library#how-to-use-the-code-snippets for information on how to add this to your site.
Cheers,
EricHi Claudio,
I’m afraid there isn’t any way to resolve this issue at the moment.
Cheers,
EricGlad we’ve been able to help you out Forest! Good luck with your fundraising!
Cheers,
EricThanks for the great review Luke! So glad that you’ve enjoyed using Charitable.
Cheers,
Eric- This reply was modified 9 years, 2 months ago by Eric Daams.
You can collect Gift Aid on your donations with our Gift Aid extension:
https://www.wpcharitable.com/extensions/charitable-gift-aid/
Cheers,
Eric - Missing