I’m getting so close on this. its outputting the product in the list, but its not allowing me to “select” it.
Maybe I need to write some ajax to bring the “selected” item in view in this page? I can see the items, I just can’t select one.
Here’s the code:
<ul id="optdrop">
<li><a href="#">{title}</a>
<ul>{options}
<li id="{option}"><a href="#">{option_name} <div style="float: right; padding-right: 5px;">{price}</div></a></li>
{/options}</ul>
</li>
</ul>
</td>
<input id="optionprice" type="hidden" name="item_options[options]" value="" />
