News:

Support the VirtueMart project and become a member

Main Menu

Custom Fields as a "radio button" list instead dropdown list.

Started by syntalk, April 09, 2013, 15:41:49 PM

Previous topic - Next topic

egilan

Hi,

l haw Virtuemart 2.0.22c. The place where it is necessary to make changes: administrator/components/com_cvirtuemart/helpers/html.php
}
return JHTML::_('select.genericlist', $options,$name,$attrib,$key,$text,$default,false,true);
}

I changed:

from select.genericlist to select.radiolist

Firefox understands this change, but do not understand the Opera, Google Chrome, Internet Explorer...

Maybe you know how to fix, that all browsers understand the changes?

PRO


retep007

Does this change work even with generic child variant? And is there also fix for a new version of virtuemart ?