I set up attributes for a product and wanted to have the radio button associated with
the default choice be checked when the page opens.

I set the "Default Attribute to be Marked Selected:" as yes for my default attribute
but none of the buttons were checked when the page opened. If I press the "preview attributes" button the proper button is checked.

Chaning the call of zen_draw_radio_field in the file html_output.php seems to have corrected
this problem (and hopefully not created new problems ;) Changing the $checked parameter
from false to true gives me a checked="checked" parameter in the <input> field for the
radiobutton associated with the default choice.

Is this a known bug? Since I am not familiar with the code I am wondering if I broke
something else.

(* jcl *)

---
www.luciani.org