On Fri, 2008-08-01 at 00:36 +0800, Paul Robinson wrote: > Thanks for the advice, I can't work out how to make it possible for a > user to enter a value e.g Width using teh configuration option question. > The only way I can get things to appear is as a radio button or a check box. >
Paul, the radio buttons can be rendered also as select buttons. For this, you have to change renderSingleChoiceWithRadioButtons variable in PrepareConfigForm.groovy file. For your requirements the best option would be to create a configurable product, where some(or all) the options are virtual products. This functionality is still not implemented but I think to work on it soon (as soon as I have some time). Bilgin
