Zen Cart Logo
Forums / Templates, Stylesheets, Page Layout / Adding tooltips to product thumbnails

Adding tooltips to product thumbnails

Locked

Views: 730

Results 1 to 2 of 2
This thread is locked. New replies are disabled.
9 Apr 2009, 7:41 PM
#1
matttscott avatar

matttscott

New Zenner

Join Date:
Apr 2009
Posts:
1
Plugin Contributions:
0

Adding tooltips to product thumbnails

We need to add tooltips (via http://www.walterzorn.com/tooltip/tooltip_e.htm) to our product thumbnails. The tooltip will be the full-size version of the product image. At this point, all I need to find is the code that renders ```html
a href="http://www.xxxxxx.com/index.php?main_page=product_info&cPath=X&products_id=X"


Any help is appreciated!

Thanks!

-Matt
10 Apr 2009, 3:13 PM
#2
bunyip avatar

bunyip

Totally Zenned

Join Date:
Sep 2004
Location:
Western Massachusetts
Posts:
2,361
Plugin Contributions:
1

Re: Adding tooltips to product thumbnails

That code is generated by includes/modules/product_listing.php at lines 166-168 in an unmodified 1.3.8a file.
If you use the ImageHandler2 module, there is a setting to zoom the small images on mouseover. That module is probably one of the most used, is easy to install and will save you having to reinvent the wheel...