Active
Project:
UberCart MailChimp
Version:
6.x-3.0
Component:
Code
Priority:
Major
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
21 Dec 2011 at 10:19 UTC
Updated:
31 Dec 2011 at 01:30 UTC
Hi there,
with this module enabled, if I choose a saved delivery address and change it in the checkout pane, the changes are not taken to the confirmation page. Disabling the module makes it work again. Any idea?
Thanks,
Stefan
Comments
Comment #1
mattcasey commentedI just found a bug in this module that prevents saving updates to any orders. The hook uc_mailchimp_order() needs to serialize its data before uc_order_save() gets called using 'presave'.
Here is the correct function:
Comment #1.0
mattcasey commentedtypo