X-Cart: shopping cart software

X-Cart forums (https://forum.x-cart.com/index.php)
-   Third Party Add-Ons for X-Cart 4 (https://forum.x-cart.com/forumdisplay.php?f=45)
-   -   Zoomify Multiple Images (https://forum.x-cart.com/showthread.php?t=24160)

PhilJ 09-13-2006 01:42 PM

Re: Zoomify Multiple Images
 
Do you enable/disable on a per product basis?
Yes, up to 8 zoomified images per product, up to 12 if requested.

or if you disable, you disable all the products?
No, the thumbnails just won't appear in the popup.

If disabled, what happens to the detailed images?
Nothing, so you could use both zoomified images and the usual detailed images, or one or the other.

If enabled, what happens to the detailed images?
Nothing

ecommerce 09-13-2006 03:05 PM

Re: Zoomify Multiple Images
 
Thanks for the Q & A LOL

All cleared...at least for now

chiaze 10-26-2006 09:51 AM

Re: Zoomify Multiple Images
 
I just want to say WOW. I am building a jewelry online store and this mod is making my products look fantastic. Worth every penny.

On top of that, it is easy to install and use... and PhilJ has been wonderfully patient with the questions I have :D

davidsaldana 03-09-2008 08:25 AM

Re: Zoomify Multiple Images
 
Phil,
We are using this mod. In ie, when you pull up the zoomify, the first image is not selected, but it firefox it is. Is there something we can add, such as an "onload" command for ie.

Thanks
David

PhilJ 03-09-2008 08:56 AM

Re: Zoomify Multiple Images
 
David, are you embedding or using the popup? PM me your URL.

davidsaldana 03-09-2008 09:06 AM

Re: Zoomify Multiple Images
 
Phil, I am embedding, and I just pm'd you the url. Also having an issue with the initial focus of the image. If the thumbnail is single clicked the larger image shows up fuzzy, but if its double clicked, it shows up correct.

PhilJ 03-09-2008 09:24 AM

Re: Zoomify Multiple Images
 
Code:

<body onload="changeContent('lyr1np',view1)">

davidsaldana 03-09-2008 09:29 AM

Re: Zoomify Multiple Images
 
Quote:

Originally Posted by PhilJ
Code:

<body onload="changeContent('lyr1np',view1)">


Phil, thanks, but where do I put this?

PhilJ 03-09-2008 09:34 AM

Re: Zoomify Multiple Images
 
skin1/customer/home.tpl

Try...

Code:

<body{$reading_direction_tag}{if $body_onload ne ''} onload="javascript: {$body_onload}"{else} onload="changeContent('lyr1np',view1)"{/if}>

davidsaldana 03-09-2008 09:43 AM

Re: Zoomify Multiple Images
 
Quote:

Originally Posted by PhilJ
skin1/customer/home.tpl

Try...

Code:

<body{$reading_direction_tag}{if $body_onload ne ''} onload="javascript: {$body_onload}"{else} onload="changeContent('lyr1np',view1)"{/if}>


That works while the page is loading, but once it is completely loaded, the image disappears again.

-ds


All times are GMT -8. The time now is 09:08 AM.

Powered by vBulletin Version 3.5.4
Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.