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 08-17-2006 03:29 AM

Zoomify Multiple Images
 
http://www.xcartmods.co.uk/images/zoomm.jpg

Here's a mod that will allow you to display up to four zoomified images in a popup window on each product page...

To view a demo or purchase, please visit http://www.xcartmods.co.uk

There's a free Zoomify mod for single images also available.

Cheers,
Phil

dalmuti 08-17-2006 05:39 AM

Zoomify
 
Phil,

Can this be incorporated into the product detail page without being a popup?

Thanks for your contributions!

Thanks,

Louise

PhilJ 08-17-2006 05:45 AM

Hi Louise, yes, I'll supply an additional template if you simply want it on the product page.
Cheers,
Phil

dalmuti 08-17-2006 05:49 AM

Zoomify
 
Yes, that would be fantastic.

Thanks Phil,

Louise

PhilJ 08-17-2006 06:39 AM

OK, I've created an non-popup embedded version, which is included in the package :)

cotc2001 08-17-2006 12:10 PM

Just out of interest as we have zoomify on our site.
How is the admin uploading the pix? are they creating the tiles in a folder that is named the same as the products SKU code and then ftping it up i.e for a single image it would be for example

00001

if there were multiple images the folder structure would be

00001/0
00001/1


etc. etc.

PhilJ 08-17-2006 12:56 PM

Yes, it's along those lines cotc2001.

ecommerce 09-13-2006 10:37 AM

Re: Zoomify Multiple Images
 
phil,

what about if the detailed image is small, like 50 x 50 px,

will the pop up window shrink?
or is the pop up window always a standard fixed size?

will the 50 x 50 image, look tiny in the screen?
will we have to option to zoom in in the 50 x 50 image?
or does zoomify only zooms in if the pic is at least a certain size?

PhilJ 09-13-2006 01:16 PM

Re: Zoomify Multiple Images
 
Hiya, it's pointless zooming a 50 x 50 image. You don't have to have a zoomable image for every product. You can enable/disable the zoomify images on the product modify pages. Ideally your detailed images should be 2000+ pixels wide. The popup window, thumbnails and zoom area can be any size you want.

Cheers,
Phil

ecommerce 09-13-2006 01:34 PM

Re: Zoomify Multiple Images
 
Do you enable/disable on a per product basis?

or if you disable, you disable all the products?

If disabled, what happens to the detailed images?
If enabled, what happens to the detailed images?

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

PhilJ 03-09-2008 09:44 AM

Re: Zoomify Multiple Images
 
Try just using...
Code:

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

davidsaldana 03-09-2008 09:50 AM

Re: Zoomify Multiple Images
 
Quote:

Originally Posted by PhilJ
Try just using...
Code:

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


That worked perfect, put it just below the other body tag on that page:

Code:

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


PhilJ 03-09-2008 10:03 AM

Re: Zoomify Multiple Images
 
Great :)

Amy 03-11-2008 04:37 AM

Re: Zoomify Multiple Images
 
sigh - wishing there was a version of this for 4.0.19.... we are looking into upgrading our cart.... but oh the headache since we have so many custom modules and such in our cart right now - not to mention a some of them won't transfer over to 4.1.*

PhilJ 03-11-2008 04:40 AM

Re: Zoomify Multiple Images
 
Hi Amy, if you like, I can port it over to v4.0.19, just drop me a line.

Amy 03-11-2008 04:43 AM

Re: Zoomify Multiple Images
 
doing that now! I'd love you dearly!!! lol

Amy 09-03-2008 06:32 AM

Re: Zoomify Multiple Images
 
hi Phil - we still had trouble with this working in 4.0* and tried emailing a few times afterwards but never heard back - possibly not getting my emails? idk... but we'd LOVE to be ablel to use this on our site. thanks!

PhilJ 09-03-2008 09:31 AM

Re: Zoomify Multiple Images
 
Hi Amy, if you PM me, let me know what problems you're having, I'll try and help.

Amy 09-05-2008 07:48 AM

Re: Zoomify Multiple Images
 
Quote:

Originally Posted by PhilJ
Hi Amy, if you PM me, let me know what problems you're having, I'll try and help.



you got it -- i'll find the old emails with the issues, etc.

Amy 09-05-2008 07:58 AM

Re: Zoomify Multiple Images
 
emailing you now.


All times are GMT -8. The time now is 12:20 PM.

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