View Single Post
  #2  
Old 05-14-2007, 05:51 AM
 
carpeperdiem carpeperdiem is offline
 

X-Guru
  
Join Date: Jul 2006
Location: New York City, USA
Posts: 5,399
 

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

I have thickbox working on my thumbnail image (as well as detailed). I moved the thumbnail code to the thickbox template in product.tpl

move the thumbnail code from product.tpl to thickbox_productpage.tpl (or whatever you call your thickbox template). I am not using the latest thickbox -- but the technique should work.

Code:
{include file="product_thumbnail.tpl" productid=$product.productid image_x=$product.image_x image_y=$product.image_y product=$product.product tmbn_url=$product.tmbn_url id="product_thumbnail" type="P"}

yes?
__________________
xcart 4.5.4 gold+ w/x-payments 1.0.6; xcart gold 4.4.4
Reply With Quote