Page 1 of 1

"More Images" handler

Posted: Wed Oct 21, 2009 10:38 am
by igavemybest
I cant seem to find the scrip that handles the "More images" link. I want to open the new window open up in a jQuery overlay instead of a new clumsy window. Anyone know where it is? Thanks!

Ps. If you have had success implementing this I would love to hear about it.

Re: "More Images" handler

Posted: Thu Oct 22, 2009 2:47 am
by mazhar
Its on product details page's Show Product 1 scriptlet. Edit this scriptlet and locate following hyperlink in it

Code: Select all

<a href="#" onclick="window.open('ProductImages.aspx?ProductId=$Product.ProductId', 'productImages', 'status=0,toolbar=0,location=0,menubar=0,directories=0,resizable=yes,scrollbars=1,height=650,width=850')">
More Images
</a>

Re: "More Images" handler

Posted: Thu Oct 22, 2009 3:50 pm
by igavemybest
Awesome, thanks!