Page 1 of 1

Additional fancybox on product page [SOLVED]

Posted: Sun Aug 21, 2011 10:20 am
by lostjeepsgear
Version 1.5.1.1
I have created a word link somewhere on the options on the product page
I want this link to open a fancybox and I want to add multiple images to it - just like the fancybox for the product images itself.
Or for that matter, just like the terms & conditions fancybox popup.
I have been reading all over this forum and i cannot find a straight and simple answer.
what files need to be modified and what needs to be added?
Thanks in advance

Re: Additional fancybox on product page

Posted: Mon Aug 29, 2011 12:22 pm
by lostjeepsgear
Figured it out after searching a bit more:

I edited catalog/view/theme/default/your_template/product/product.tpl
found where in the page I wanted to add a link to it and added code below

Code: Select all

<a class="fancybox" href="http://yourstorepath/yourimagepath">your_text_link</a>