uc_pma adds a div below payment options with class=description. This is not being hidden.
Line 41 uc_free_order.js change to fix -- additional .parent() :
// Hide the fallback payment method radio.
$("#payment-pane .form-radios input:radio").attr('disabled', 'disabled').parent().parent().hide(0);
Comments
Comment #1
Christopher Herberte commentedAlso, this hides free payment method checkbox -- probably undesirable. -- needs work.
Comment #2
Christopher Herberte commentedLine 44 needs extra .parent() also to re-show free order method: needs review.