Page 2 of 4

Re: Phoca Cart - Product Image Zoom - Feature Request

Posted: 16 Oct 2019, 11:54
by dmlwebal
Hi Jan,

Impressive, I am slowly working towards creating plugins, but always had a blind spot for javascript. Thank you for taking the suggestion to completion.
I have almost finished my first Phoca Cart site and found the experience much more fulfilling that fighting against the wall of Virtuemart. Where I respect VM's ethic of providing a free cart, the project seems overwhelmed with legacy code that makes for a frustrating build by forcing too many compromises.
What is your suggested amount of donation for copyright removal in Phoca Cart?

Thanks again Jan

PS I hope that a subscription service comes soon so that Phoca Cart continues

Re: Phoca Cart - Product Image Zoom - Feature Request

Posted: 16 Oct 2019, 13:50
by Jan
Hi, great to hear it, see PM

Jan

Re: Phoca Cart - Product Image Zoom - Feature Request

Posted: 21 Oct 2019, 12:01
by keerillcom
The arrows on the next picture disappear when viewing. Maybe it's better, maybe not.

Re: Phoca Cart - Product Image Zoom - Feature Request

Posted: 21 Oct 2019, 12:36
by Jan
keerillcom wrote: 21 Oct 2019, 12:01 The arrows on the next picture disappear when viewing. Maybe it's better, maybe not.
Hi, what do you exactly mean? When using this plugin, it does not use the standard popup/modal box window with option to move between images. The Zoom image feature has own build method when clicking on the image. And it cannot be mixed with standard popup feature, because here, clicking on small images has another function:

1) clicking on small images in standard image feature - displaying popup/modal box with detail and option to see next image
2) clicking on small images in zoom image plugin - means replacing the small image to main image

So because of the function to replace images you cannot run the standard popup/modal box feature.

Jan

Re: Phoca Cart - Product Image Zoom - Feature Request

Posted: 21 Oct 2019, 13:46
by keerillcom
Everything is working. When all options are turned on, when you click on the image, it pops up in the thumbs box. With repeated disappears. I like it, only there are no arrows to go to the next image. Zoom is also present if you do not click on the image.

Re: Phoca Cart - Product Image Zoom - Feature Request

Posted: 21 Oct 2019, 16:25
by Jan
The zoom does not run popup, but changes the main image (to be possible to see it with zoom feature) when clicking on small images. I will take a look at it if it will be possible to run it as gallery in case, small images are not running popup/modal feature. :idea:

Jan

Re: Phoca Cart - Product Image Zoom - Feature Request

Posted: 21 Oct 2019, 17:20
by Jan
Hmmm, testing now, getting the conflict, which I thought, it come:
Image

The library can work with gallery and navigation but this means conflict between the feature of switching image. There is one event: click on small thumbnail but two actions: switch to main image area vs run popup/modal. And it seems, that unfortunately there is no way to disable it for small thumbnails and let this feature have for main image only :idea: Because to assign small images to gallery (having navigation) means to assign the click event too :idea:

Jan

Re: Phoca Cart - Product Image Zoom - Feature Request

Posted: 21 Oct 2019, 17:37
by Jan
Try to test this version:

https://github.com/PhocaCz/PhocaCartIma ... v3.4.0.zip

It works this way:
- zoom is applied to main image
- when clicking on main image, popup is open and you can navigate to all other images
- when clicking on small images, they will be switched to main image area but the event to run the popup/modal will be disabled to be not in conflict.

Just let me know if it works this way for you.

Jan

Re: Phoca Cart - Product Image Zoom - Feature Request

Posted: 25 Oct 2019, 09:39
by keerillcom
Unfortunately, I can work on the site only on weekends. Please understand and forgive that I do not answer for a long time.

Re: Phoca Cart - Product Image Zoom - Feature Request

Posted: 25 Oct 2019, 12:57
by Jan
Hi, not problem, it was tested by many other users and they confirmed it should work so it was just released as stable:

https://www.phoca.cz/news/1062-phoca-ca ... 0-released

The navigation can be enabled in Options (it was a little bit complicated as in fact you have two images the same - full image and active small thumbnails, so such must be filtered and removed when using the slideshow but it seems it works now Ok)

Jan