View Single Post
  #5  
Old 05-14-2007, 12:57 PM
 
sho ryu ken sho ryu ken is offline
 

Senior Member
  
Join Date: Nov 2005
Location: England
Posts: 150
 

Default Re: Make thickbox work for the default image, as opposed to detailed only?

yah, I got it working with Telefirma just now.

See :

http://www.sdkjewellers.co.uk/categories/diamond-bangles

Click the magnifying glass

Code is:

for products_t.tpl:

Code:
<a href="{$products[product].tmbn_url}" title="{$images[image].alt|escape}" class="thickbox" rel="lightbox_detailed">


for product.tpl:

Code:
<a href="{$product.tmbn_url}" title="{$images[image].alt|escape}" class="thickbox" rel="lightbox_detailed">
Reply With Quote