Hi,
Here is how i display my options :
<table width="100%" cellspacing="0" cellpadding="0" class="productOptionsTable">
<tr>
<td>
<div class="productOptions">
<uc1:CartItemSelector id="cartItemSelector" runat="server" SKUID='<%# ValidationHelper.GetInteger(Eval("SKUID"), 0) %>
' SKUEnabled='
<%# ValidationHelper.GetBoolean(Eval("SKUEnabled"), false) %> ' AddToCartImageButton="button_add10.gif" ShowProductOptions="true" ShowDonationProperties="false" ShowUnitsTextBox="true" AddToWishlistImageButton="false" ShowPriceIncludingTax="false" ShowTotalPrice="false" />
</div>
</td>
</tr>
</table>
I use a transformation with that code for my products.
Thanks,
Benj