Hi, this is a great mod and it works great for the most part, but I'm still getting the https/IE bug. Can somebody please help, here's what I did:
Since I don't use xcart's Detail Images module to show my enlarged images, I had to snip out all the logical statements in thickbox_productpage.tpl which left me with 1 line of code.
Code:
<div style="white-space: nowrap;padding:0 0 1px 3px;"><a href="../skin1/images/large/{$product.productid}.jpg" title="{$product.product}" class="thickbox" rel="lightbox_detailed"><img src="{$SkinDir}/thickbox/files/zoom.gif" style="border:0;" alt="{$lng.lbl_click_to_enlarge|escape}" /></a></div>
**You can see that I had to also change the href and title to make it work appropriately.
The rest of the code I left intact and it works perfect on Firefox, but on IE I get the nonsecure popup everytime I go to a different page. (I'm using the most recent download package, the one with the blank.html hack) Please help.