Project:
UbercartCategory:
bug reportPriority:
normalStatus:
fixedThere are two lines missing from the uc_taxes_form function:
'#default_value' => $form_values['taxed_product_types'],
'#default_value' => $form_values['taxed_line_items'],
For saves everything correctly, but doesn't show the values you selected again.
Gord.



Re: uc_taxes Issue - Form not showing settings
Forgot to add it in from the old form because it didn't matter there. The Form API is broken for checkboxes in multiple step forms. Since the default value didn't work there, I left it out.
Chalk it up to copy/paste error.