Posted by Mattamatic on May 13, 2010 at 5:51pm
2 followers
Jump to:
| Project: | UC Free Order Payment Method |
| Version: | 6.x-1.x-dev |
| Component: | Miscellaneous |
| Category: | task |
| Priority: | normal |
| Assigned: | Unassigned |
| Status: | active |
Issue Summary
Just a note for anyone using this module, it is currently not compatible with the Conditional Payments module. As soon as conditional payments loads, it clears all payment options and recreates them, thus un-hiding the free order option.
I realize that the patch needs to be made on the Conditional Payments end, but just hoping to save anyone else 2 hours of banging their head against the wall.
Comments
#1
Hi!
i've added this lines in uc_conditional_payments.js
free_order_initialized = false;using_free_order = false;
$('#edit-panes-payment-current-total').click();
Inside this function:
success: function(data) {
}
Hope it works for you too!