Jump to content

So close, what is the attributes var?


Recommended Posts

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

×
×
  • Create New...