Portal Engine
Version 3.x > Portal Engine > product transformations View modes: 
User avatar
Member
Member
bijukumar.r-gmail - 1/21/2011 4:56:05 AM
   
product transformations
hi,


i created a document type names "item1",added the fields,transformations.

added a new page and created a item1 type document. i filled the values in form including item1 image.

but when i display this in product datatlist i didnt get any product vales like ProductName,ProductDescriptionin the products page.i only get the image .

<table>
<tr>
<td colspan="2"><img src="<%# Eval("SKUImagePath") %>" width="160px" height="114px"/></td>
</tr>
<tr>

<td><%# Eval("ProductType") %></td>
</tr>
<tr>

<td><%# Eval("ProductName") %></td>
</tr>
<tr>

<td><%# Eval("ProductDescription") %></td>
</tr>

<tr>

<td><%# Eval("DisplayApplications") %></td>
</tr>

</table>

User avatar
Kentico Support
Kentico Support
kentico_jurajo - 1/24/2011 4:23:49 AM
   
RE:product transformations
Hi,

you need to use the e-commerce functions in transformation to display the SKU data. Using default transformation you are displaying just document data.

I would like to recommend to check the Site Manager -> Development -> Document types -> E-commerce - Transformations type -> Transformations tab. There are created some sample transformations. Or, you can also take a look on the sample E-commerce site template to see how the transformations are used and which controls and functions are displaying the data you want.

Best regards,
Juraj Ondrus