We've got the Small Image populated for many of our products in Ecommerce (Ecommerce > Product Catalog > > Product group/product > Media tab > Media panel). However, when I use the product field in a template, nothing shows up. If I list out the Template Tags, the Ecom:Product.ImageSmall tag is blank. We have this handled with the Default image, so the site appears OK, but I'm trying to figure out if there's something else I need to do to get the images to show up.
The actual code that is being used to display the image is this:
<img src="/Admin/Public/getimage.ashx?Image=@orderLine.GetValue("Ecom:Product.ImageSmall.Clean")&Width=100" alt="" title="@orderLine.GetValue("Ecom:Product.Name")" />
I've attached images of the Media tab, and the templatetags() output.
Any help would be appreciated.
Thanks!
Charles