nicolas wrote: you want to do with the characteristics display.
You would have to change the line:
if($characteristic_display!='radio'){
to:
if($characteristic_display=='dropdown'){
in the file administrator/components/com_hikashop/types/characteristic.php
Thanks, Nicolas.
There is no $characteristic_display variable in the characteristic.php file.
ADDENDUM Tuesday Nov 13
I just reinstalled Version 2.0 of Hikashop because I ran into some syntax errors and when I looked again at the characteristic.php file I did find your code. (Odd - because I had done a search for your code string previously and did not find it!)
I made the changes and all is fine now.
Jim