Page 1 of 1

[1.5.1] Add more information to product large image fancybox

Posted: Wed Sep 21, 2011 9:44 pm
by knotty85
Hi all,

I am wondering whether there is an easy way to add more information (IE model, description, even an add to cart button) to the product fancybox image when it has been clicked for a higher resolution image. Currently it only shows the product title but id like to add some, if not all of the above mentioned information.

Thanks,

Adam

Re: [1.5.1] Add more information to product large image fanc

Posted: Tue Sep 27, 2011 8:40 pm
by knotty85
shameless bump - any ideas?

Re: [1.5.1] Add more information to product large image fanc

Posted: Tue Sep 27, 2011 10:04 pm
by doug3515
I too would like to know how to add additional information to the facnybox's. I think it would be a matter of adding an additional field to the DB next to the img. Then when you add an image to a product the field would be there to add your text.

Re: [1.5.1] Add more information to product large image fanc

Posted: Thu Sep 29, 2011 6:07 pm
by knotty85
Yeah - I can see it working in my head, can you just use '<?php echo $description; ?>' somewhere in the product.tpl or will it require database changes?

Re: [1.5.1] Add more information to product large image fanc

Posted: Fri Oct 14, 2011 4:06 pm
by knotty85
anyone else ever dealt with something like this?