image zoom (version 1.5)

This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.
14 лет назад
2 questions:
Is there an image zoom feature?
I noticed that after I set my images to 600, 300, 125, & 80 pixel dimensions in the admin, the images show up in the correct size, but the 600px image is never shown on the product page - ie there's no zoom.

Also, Is there a setting to use the SKU (instead of an incrementing number) for the picture names?

Thanks!
14 лет назад
There is not image zoom in v1.50 but there is a light box.  If you click in the product thumbnails it will show the lightbox.  If you want your pictures to be sku names you will need to name them as such.

Chad
14 лет назад
if you upload more than one image, thumbnails for all the product images appear - when you click them, they open up in a lightbox at the largest size you set in 'media'

you can also edit the c# to make a thumbnail appear even if it is the only product image
14 лет назад
great!  I'll probably incorporate the oBout control for the picture zoom feature.  I'll post the code up here in a few days.
I figured out how the pictures are stored and am writing a winforms app to resample all the images to their various sizes and rename them.  I can upload the source (VB, but it can be converted to C#) as well
14 лет назад
beefydog wrote:
great!  I'll probably incorporate the oBout control for the picture zoom feature.  I'll post the code up here in a few days.
I figured out how the pictures are stored and am writing a winforms app to resample all the images to their various sizes and rename them.  I can upload the source (VB, but it can be converted to C#) as well


I will definately be interested in how you make it work.  

Chad
14 лет назад
I would also be interested in see how you get the Image Zoom to work.
14 лет назад
you can use Jquery for Image Zoom

Here's the test code : http://www.dynamicdrive.com/dynamicindex4/imagemagnify.htm

Hope it helps
14 лет назад
I did some reasearchs and found some good JQuery plugins

here are the examples :

http://www.gcmingati.net/wordpress/wp-content/lab/jquery/minizoompan/
http://www.mind-projects.it/projects/jqzoom/demos.php#demo5
http://css-tricks.com/examples/AnythingZoomer/image.php
http://www.jnathanson.com/index.cfm?page=jquery/magnify/magnify
http://www.warpdesign.fr/tests/test_zoom2.html
http://www.visual-blast.com/source/jqzoom/
http://www.uize.com/examples/mag-view.html


let us do some voting on the best one, then start to implement it in NopCommerce ;)
14 лет назад
we implemented this zoom:
http://www.yourpersonaljeweller.co.uk/Products/155-handcrafted-silver-initialed-cufflinks.aspx
14 лет назад
good one

so first vote for    http://www.warpdesign.fr/tests/test_zoom2.html
This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.