by JeremeD » Fri Jul 17, 2009 10:57 pm
You don't have to use the value attribute for your image. If you are using something like JQuery, you can simply make up more meta data for the <option> tag.
For example, you could have
<option value="[-- Product.RecordNumber --]" image="image_url_here">
JQuery can read this perfectly and the image attribute you made will just be ignored as the form is processed by shopsite. Do note that this won't validate, but that's not a huge deal anyway.