Hi there.
I have a product list, where ALT images has been enabled.
Using the rule "ImageLarge" should be /Images/productimages/{productnumber].jpg" ( Which is the correct path ) .
In my template, i use the following :
/Admin/Public/getImage.aspx?Image=@(i.GetString("Ecom:Product.ImageLarge.Clean"))&Format=jpg&Width=400&Height=200
Where "i" is the current Product loop iteration.
Nothing shows up. It will not write out the path to the image.
Any idea would be appreciated.
Thanks in advance.
Jonas