View Single Post
  #3  
Old 02-26-2007, 11:12 AM
  NightFire's Avatar 
NightFire NightFire is offline
 

X-Adept
  
Join Date: Jul 2004
Location: The Netherlands
Posts: 561
 

Default Re: TelaFirma Dynamic Image Mod + Thickbox 2.2

Till now no reply from anyone :s.
Can't even contact TelaFirma about this. Seems to be getting to an dead end.

The problem is that you cannot set any heights or width attributes, which is needed to load the cached images of TelaFirma's mod. I'm quite far with this. The only thing what has to be done is replace the <a href code of the thickbox with the TelaFirma's code to get it working.

Code for popup of the lightbox:
Code:
<a href="{$product.tmbn_url}" title="{$product.product|escape}" class="thickbox" rel="[detailed]">

Code for TelaFirma's popup:
Code:
<a href="javascript:void(0)" onclick="window.open('{$xcart_web_dir}/product_images_popup.php?id={$images[image].imageid}','mywindow','width={$config.Appearance.popup_image_width},height={$p_y}')">

Hope someone could take a look at this.
__________________
Best regards,
Niki Buitenrust Hettema

X-Cart Gold 4.1.8 (Live & Loaded)
Royal Bhaktapur: Handmade products from Nepal - Pashmina's, scarfs, shawls, stola's and more...
Reply With Quote