jessy722 Posted May 17, 2009 Share Posted May 17, 2009 This code is from product.tpl, I also have a textarea added,I hoping to populate that textarea by selecting drop down items, right now it populates the textarea with the attributes value number, how would I get it t display the name of the attribute rather than its value.Thanks!select name="{$groupName}" id="group_{$id_attribute_group|intval}" onchange="javafindCombination(), this.form.specialins.value=this.options[this.selectedIndex].value + this.form.specialins.value;" size="1">btw even with code boxes cant quite seem to get all the cde to display Link to comment Share on other sites More sharing options...
jessy722 Posted May 17, 2009 Author Share Posted May 17, 2009 in other words is it possible to make a method call that prints the attribute name in my textareaand what would the method call be? Link to comment Share on other sites More sharing options...
Recommended Posts