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.
"More Images" handler
Re: "More Images" handler
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>
- igavemybest
- Captain (CAPT)
- Posts: 388
- Joined: Sun Apr 06, 2008 5:47 pm
Re: "More Images" handler
Awesome, thanks!