Hello,

This is a great module. It works perfectly except that orders don't show up on admin/store/reports/donation_incentives. Please advise.

Thank you,

Laura

Comments

Golfball’s picture

Love the module, but having same issue as Laura.

ryan_courtnage’s picture

Assigned: Unassigned » ryan_courtnage

Hi,

Sorry, I never received an email notification about this support request!

Can you please have a peek in your database and tell me if there are any records in the table "uc_donation_incentives_orders"?

I suspect the table might be empty. It might be difficult for me to replicated your setup locally. How are you with php hacking? It would be useful for me if you could replace line 288 of uc_donation_incentives.module with:

case 'save':
drupal_set_message('DEBUG: '.print_r($arg1->donation_incentive,TRUE), 'error');

... then run through your shopping cart and create a new order. Send me the debug error message that gets written to the screen.

Thanks