Awesome, that worked. However is there a way to link to the product's largest images?
Here's what I have now:
[code]
<a href="<%=FileController.GetImageUrl(Product.DefaultImageId, ProductEnlargedImageWidth, ProductEnlargedImageHeight)%>" rel="colorbox_group"
[/code]
where this used to be:
[code]
<a href="javascript:OpenPopupWindowFromMain()"
[/code]
The code that I changed the link to only links to the default product image, is there a way to link to the main product images instead?
|