Hey all, since I only have 1 attribute option (download) I'd like to remove the radio button altogether. I removed the 'please select' already.
I'm guessing it's in the attributes.php but there is so much stuff in there...
http://gempra.com/home/
ty
Hey all, since I only have 1 attribute option (download) I'd like to remove the radio button altogether. I removed the 'please select' already.
I'm guessing it's in the attributes.php but there is so much stuff in there...
http://gempra.com/home/
ty
I seem to be answering my own questions 2day lol.
I stumbled around...removed:
<div class="wrapperAttribsOptions">
<h4 class="optionName back"><?php echo $options_name[$i]; ?></h4>
<div class="back"><?php echo "\n" . $options_menu[$i]; ?></div>
<br class="clearBoth" />
</div>
in the tpl_modules_attributes.php
I hope this was correct and wont mess anything up!