Portal Engine Questions on portal engine and web parts.
Version 6.x > Portal Engine > GetProductImage View modes: 
User avatar
Certified Marketer 13
Certified Marketer 13
bruce.williams-thundertech - 12/20/2012 1:25:23 PM
   
GetProductImage
How do I access the functions within when working outside of a transformation????

Where is that?

GetProductImage???????

User avatar
Kentico Developer
Kentico Developer
kentico_ivanat - 12/23/2012 8:41:42 AM
   
RE:GetProductImage
Hi,

you can call:

ECommerceTransformations.GetProductImage(object imageUrl, object width, object height, object alt);

To get image url you can use for example:

ModuleCommands.ECommerceGetSKUUrl(skGUID, skName, siName);

Best regards,
Ivana Tomanickova