HomeHome Product Discus... Product Discus...SmithCartSmithCartMissing zoom-files.zip trial versionMissing zoom-files.zip trial version
Previous
 
Next
New Post
2/28/2011 6:13 PM
 

Hi we have downloaded the trial version of Smith Cart and I am experimenting with the different image gallery and affects. However I can't find the zoom-files.zip etc that I need to make the different affects work. Does the trial copy include these as reading your instruction manual I thought so.

 
New Post
2/28/2011 6:43 PM
 

You can download the missing files from this forum post.

Thanks,

Christian

 
New Post
3/1/2011 8:06 PM
 

I have installed the files etc as per the instructions and selected the lightbox effect. However the images when selected open in a new window they do not come in over the top as per the demo. Any suggestions as to what I might be doing wrong ?

thankyou

JW

 
New Post
3/1/2011 8:22 PM
 

Here are the instructions to setup the Zoom javascript and css support files:

  1. Extract zoom-files.zip to a new folder on your PC or Server.
  2. Copy the jqzoom.css to your \CSS folder off the root of your server DNN install.
  3. Copy the \JS files extracted to your \JS folder off the root of your server DNN install.
  4. Copy the zoomloader.gif in the \Images folder extracted to your \Images folder off the root of your server DNN install.
  5. Open up the productdetails.ascx page located in the \desktopmodules\smith-productdetails folder and uncomment the zoom script section at the top of the page

If you open up the productdetail.ascx you will see the following at the top of the file:
<%--Zoom Live Server--%>
<%--<link rel="stylesheet" type="text/css" href="/css/jqzoom.css" />
<script type='text/javascript' src='/js/jquery-1.3.2.min.js'></script>
<script src="/js/jqzoom.pack.1.0.1.js" type="text/javascript"></script>--%>
<%--Zoom Localhost--%>
<%--<link rel="stylesheet" type="text/css" href="/dnn551cart/css/jqzoom.css" />
<script type='text/javascript' src='/dnn551cart/js/jquery-1.3.2.min.js'></script>
<script src="/dnn551cart/js/jqzoom.pack.1.0.1.js" type="text/javascript"></script>--%>
To get zoom to work on your live server you uncomment the section titled "Zoom Live Server" if you are running from localhost you uncomment the "Zoom Locahost" section.
Thanks,
Christian

 
New Post
3/2/2011 4:13 AM
 

Thanks for your assistance, the files have all been uploaded into the correct directories. I have also found and edited the productdetail.ascx as suggested and ensured the following:

<%--Lightbox Live Server--%>
<link href="/css/lightbox.css" rel="stylesheet" type="text/css" />
<script type="text/javascript" src="/js/prototype.js"></script>
<script type="text/javascript" src="/js/scriptaculous.js?load=effects,builder"></script>
<script type="text/javascript" src="/js/lightbox.js"></script>

and

<%--Zoom Live Server--%>
<link rel="stylesheet" type="text/css" href="/css/jqzoom.css" />
<script type='text/javascript' src='/js/jquery-1.3.2.min.js'></script>
<script src="/js/jqzoom.pack.1.0.1.js" type="text/javascript"></script>

but alas the options still do not work.

I get mixed results from clicking on a picture, it either just opens it in the window on its own or opens it in place of the top picture, but at full size.

Copying the files and editing this config wasn't difficult at all just I can't see why it isnt working.

Thanks for your help :)


 
New Post
3/2/2011 11:40 PM
 

Did you enable the Zoom image or Lightbox on the settings page for the ProductDetail module?



Thanks,
Christian

 
New Post
3/3/2011 1:40 AM
 

Hi

I have tried both settings and neither does the correct effect.

cheers

 
New Post
3/3/2011 5:50 AM
 

As Dave pointed out in your other post, DNN 5.2 has known bugs, and it's recommended to upgrade to version 5.6.1.

Thanks,

Christian

 
New Post
3/9/2011 2:27 AM
 

Hi I have upgraded to the latest version of DNN and the image gallery affects still do not work.

cheers

 
New Post
3/9/2011 3:07 AM
 

We have updated the download in the product resources forum to include more details on how to get the product zoom images to work with the latest version of the cart:

In productdetail.ascx goto line 30 and uncomment the following


<script type="text/javascript">

var jqzoomOptions = {
zoomWidth: 300,
zoomHeight: 300,
title: false
}
jQuery(function() {
jQuery(".jqzoom").unbind();
jQuery(".jqzoom").jqzoom(jqzoomOptions);
});

function SwapImage1() {
var setImage1 = document.getElementById("<%=hdPic1.ClientID%>").value;
document.getElementById("<%=Image1.ClientID%>").src = setImage1;

var setZoomImage1 = document.getElementById("<%=hdZoomPic1.ClientID%>").value;
document.getElementById("<%=myMainImage.ClientID%>").href = setZoomImage1;

//jQuery(".jqzoom").unbind();
//jQuery(".jqzoom").jqzoom(jqzoomOptions);

return false;
}

You need to take out the // in front of the lines of javascript to get it to work properly. After doing that, it should work perfectly.
Thanks,
Christian
 
Previous
 
Next
HomeHome Product Discus... Product Discus...SmithCartSmithCartMissing zoom-files.zip trial versionMissing zoom-files.zip trial version