This table and class is lacking a ThumbnailURL field.
Is it possible to add these? I vaguely recall seeing something about NVeloctiy on the forums before.
Thanks
Moopa
ac_ProductImages / ProductImage
Re: ac_ProductImages / ProductImage
ProductImage class represent the additional image, so it make sense that it doesn't have any thumbnail because for additional images we don't have any thumbnails. So in workaround if you have generated thumbnails for those additional images you can try to prefix name with some predictable sequence so that you can easily calculate thumbnail URL from additional image name.
Re: ac_ProductImages / ProductImage
I was thinking the same thing, however it may be easier for me to write a simple class.mazhar wrote:ProductImage class represent the additional image, so it make sense that it doesn't have any thumbnail because for additional images we don't have any thumbnails. So in workaround if you have generated thumbnails for those additional images you can try to prefix name with some predictable sequence so that you can easily calculate thumbnail URL from additional image name.
I think it would be nice to add a ThumbUrl property for folks like myself who have been using your code base quite heavily but none of the front end controls. For our site, I envisage the additional pictures working quite similar to ebay with thumbs being clicked replacing an image via javascript. Just a thought

Re: ac_ProductImages / ProductImage
Have a look at following thread, here I posted a gallery for additional images where initially additional images are shown as thumbs
viewtopic.php?f=47&t=9026
viewtopic.php?f=47&t=9026