HomeHome Product Discus... Product Discus...SmithCartSmithCartLightBox ConfigurationLightBox Configuration
Previous
 
Next
New Post
4/12/2010 8:53 PM
 

I am getting some javascript errors when going to the product details page. In the readme file, it says to put the the javascript files in the root js and css folder, but when I look at the code of the product details page I see the following paths for the js files:

<

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

I took the DNN49Cart276 part out and I get a scriptaculous.js?load=effects,builder error. Any suggestions on this?

-Ricky

<

<

<

 
New Post
4/12/2010 10:55 PM
 

This is what the css and js lines should look like:

<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>

I will email you a new lightbox.zip file there may be an issue with the path one of those files


At your service,
Dave Smith
DotNetNuke Consulting, DotNetNuke Store and DNN Ecommerce
 
New Post
4/13/2010 9:21 AM
 

Thanks....got it working! It looks really good, good work...

-Ricky

 
New Post
4/28/2010 3:23 PM
 

As per the readme file that came with the lightbox, these are the instructions:

Enabling Lightbox on the Product Details Page

---------------------------------------------

In order to enable lightbox on the product details page, copy the files in the attached zip to the following folders off the root of of your dnn install:

\css

\js

You should alread have a \js folder so just copy the .js files to your existing \js folder

You most likely will not have a css folder so copy the css folder as is with the lightbox.css file in it.

Note: Its not required that you copy the lightbox files you only need to copy them if you want to enable lightbox on the product details page.

1. What's the next step after that?

2. How do you actually make the calls to the lightbox, or which setting to change?

3. Where do I place the code that you are referring to above?

leonard

 
New Post
4/28/2010 4:58 PM
 

OK it seems like the code is copied in the ProductDetails.aspx file... but the lightbox is making calls to images such as 'closelabel.gif'. These files did not come in zip file?

Where are they?

LM

 
New Post
4/28/2010 5:42 PM
 

Phew! I came across another website that uses the same lightbox. It seems like you need an additional 4 gif files to get it working properly 'CloseLabel.gif', 'Loading.gif', 'NextLabel.gif' and 'PrevLabel.gif'.

Copy them to root/images folder.

LM

 
New Post
4/28/2010 6:15 PM
 

I just confirmed that the lightbox images you mentioned are in the zip files for cart v2.82 you dont see them there? What version did you install?


Scott Kelly
Project Manager
DotNetNuke Consulting, DotNetNuke Store and DNN Ecommerce
 
New Post
4/28/2010 6:25 PM
 

I'm still running 2.64. I was told version 2.83 is coming tomorrow? I'll wait for that.

LM

 
Previous
 
Next
HomeHome Product Discus... Product Discus...SmithCartSmithCartLightBox ConfigurationLightBox Configuration