Page 1 of 1
ac_ProductImages / ProductImage
Posted: Tue Aug 11, 2009 1:56 pm
by moopa
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
Re: ac_ProductImages / ProductImage
Posted: Wed Aug 12, 2009 4:08 am
by mazhar
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
Posted: Wed Aug 12, 2009 4:19 am
by moopa
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 was thinking the same thing, however it may be easier for me to write a simple class.
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
Posted: Wed Aug 12, 2009 4:31 am
by mazhar
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