Hi again :)
I have a product that when you create it in cmsdesk you can choose a measurement type (kg, L, ml etc.) and then the amount.
I would like the actual product page on the site to display what I entered + a conversion of this measurement. this should be done automatically.
I sure it is possibel throw the transformation.
this is the line in the transformation that displays the amounts:
<td><%# Eval("ProductAmount") %> - <%# Eval("ProductAmountType") %></td>
This auto convert system should be able to convert liters to OZ., KG to pounds and it should know when to convert each one to the other :)
any ideas how to accomplish this?
Thanks