"More Images" handler

For general questions and discussions specific to the AbleCommerce 7.0 Asp.Net product.
Post Reply
User avatar
igavemybest
Captain (CAPT)
Captain (CAPT)
Posts: 388
Joined: Sun Apr 06, 2008 5:47 pm

"More Images" handler

Post by igavemybest » Wed Oct 21, 2009 10:38 am

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.

User avatar
mazhar
Master Yoda
Master Yoda
Posts: 5084
Joined: Wed Jul 09, 2008 8:21 am
Contact:

Re: "More Images" handler

Post by mazhar » Thu Oct 22, 2009 2:47 am

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>

User avatar
igavemybest
Captain (CAPT)
Captain (CAPT)
Posts: 388
Joined: Sun Apr 06, 2008 5:47 pm

Re: "More Images" handler

Post by igavemybest » Thu Oct 22, 2009 3:50 pm

Awesome, thanks!

Post Reply