Phoca Cart - Product Image Zoom - Feature Request

Phoca Cart - complex e-commerce extension
User avatar
keerillcom
Phoca Member
Phoca Member
Posts: 26
Joined: 09 Oct 2019, 18:10

Re: Phoca Cart - Product Image Zoom - Feature Request

Post by keerillcom »

Everything works perfectly! You only need to clear the cache in the CMS and browser.

Tags:
User avatar
Jan
Phoca Hero
Phoca Hero
Posts: 48402
Joined: 10 Nov 2007, 18:23
Location: Czech Republic
Contact:

Re: Phoca Cart - Product Image Zoom - Feature Request

Post by Jan »

Ok, great to hear it.

Jan
If you find Phoca extensions useful, please support the project
User avatar
keerillcom
Phoca Member
Phoca Member
Posts: 26
Joined: 09 Oct 2019, 18:10

Re: Phoca Cart - Product Image Zoom - Feature Request

Post by keerillcom »

There is a problem when viewing from mobile devices - there is no increase in the picture. Is the problem in the template or in the application itself?
User avatar
Jan
Phoca Hero
Phoca Hero
Posts: 48402
Joined: 10 Nov 2007, 18:23
Location: Czech Republic
Contact:

Re: Phoca Cart - Product Image Zoom - Feature Request

Post by Jan »

Hi, can you paste a screenshot what do you exactly mean?

In mobile devices, the feature automatically changes from "on hover" event to "on click" event with magnifier function.

Image

Jan
If you find Phoca extensions useful, please support the project
User avatar
keerillcom
Phoca Member
Phoca Member
Posts: 26
Joined: 09 Oct 2019, 18:10

Re: Phoca Cart - Product Image Zoom - Feature Request

Post by keerillcom »

I apologize. There is a magnifying glass, there is no increase when you click on the picture - this is confusing.
User avatar
Jan
Phoca Hero
Phoca Hero
Posts: 48402
Joined: 10 Nov 2007, 18:23
Location: Czech Republic
Contact:

Re: Phoca Cart - Product Image Zoom - Feature Request

Post by Jan »

I am not creator of the zoom javascript library, so maybe this is more a question on developers of this effect. But I think, it is based on logical reasons because there is no place on mobile view for zoom image next to main image so they just added magnifying glass instead - and of course on mobile the on hover event does not work so it starts on on click event :idea:

Jan
If you find Phoca extensions useful, please support the project
User avatar
Jfruiz
Phoca Member
Phoca Member
Posts: 22
Joined: 24 Jan 2016, 17:49

Re: Phoca Cart - Product Image Zoom - Feature Request

Post by Jfruiz »

Hi, I in process of setting up a site with Gantry framework and found this e-cart extension as exquisite as any one you have produce. Really perfect. Thank you very much, first.

Regarding this plugin, which is working fairly well and for me is a must, I think that on mobile/touch devices the magnify circle should appeared with a bigger offset, because now it is covered by the finger and it is not possible to see the effect.

Don't know, if that could be my template issue...

Thanks again
User avatar
Jan
Phoca Hero
Phoca Hero
Posts: 48402
Joined: 10 Nov 2007, 18:23
Location: Czech Republic
Contact:

Re: Phoca Cart - Product Image Zoom - Feature Request

Post by Jan »

Hi, hard to say, can you paste a screenshot?

Jan
If you find Phoca extensions useful, please support the project
User avatar
Jfruiz
Phoca Member
Phoca Member
Posts: 22
Joined: 24 Jan 2016, 17:49

Re: Phoca Cart - Product Image Zoom - Feature Request

Post by Jfruiz »

It is not possible to take a direct screenshot, because is an overlay so it do not appeared, nor the finger.

Here is a normal shot made with another cam

https://imgur.com/a/hHpTEAe

It will be nice also if in normal computer view, the zoom expand to a bigger area, at least to the same height of the thumbnail...

https://imgur.com/a/ohG9vVH
User avatar
Jan
Phoca Hero
Phoca Hero
Posts: 48402
Joined: 10 Nov 2007, 18:23
Location: Czech Republic
Contact:

Re: Phoca Cart - Product Image Zoom - Feature Request

Post by Jan »

Hi, you can set it per CSS, e.g.

Code: Select all

.drift-zoom-pane.drift-inline {
  width: 250px;
  height: 250px;
  border-radius: 50%;
}
Image

Jan
If you find Phoca extensions useful, please support the project
Post Reply