Specific Product Load - Pull In Additional Image
Posted: Wed Nov 16, 2011 3:11 pm
I would like to pull in an additional image from the AbleCommerce admin, similar to the way that the "Thumbnail Image" is pulled in. There is a bit of code in the SpecificProductLoad conlib that writes out the "thumbnail" url. I notice that there are multiple values for the standard images (eg. ThumbnailUrl, IconUrl, ImageUrl), but I was wondering if there is a value or property for the additional image similar to the others.
Thank you.
Code: Select all
string thumbURL = this.Page.ResolveClientUrl(_Product.ThumbnailUrl);