varunsridharan / woocommerce-quick-donation

Online Donation Using Woocoomerce. for woocommerce user's
https://wordpress.org/plugins/woocommerce-quick-donation
GNU General Public License v2.0
7 stars 11 forks source link

Not Showing Donations in list or in details #104

Open umeshmahajan7 opened 6 years ago

umeshmahajan7 commented 6 years ago

We are using quick donation plugin to receive donations, at begning it was all ok but now its not showing the donations made by our donors. it here is the screen shot. please let me know what can be done or from where i can see the donors list. quickdonation

jilenloa commented 6 years ago

I am experiencing same issue

bastienho commented 4 years ago

This plugin seems to be not maintained anymore.

Anyway, we still use it on a legacy site, and the workaround is to edit includes/admin/class-admin-order-page.php at line 39

and replace

$existingc = '';

by

$existingc = array();