<?xml version="1.0" encoding="utf-8" ?>
<?xml-stylesheet type="text/xsl" href="RSS_xslt_style.asp" version="1.0" ?>
<rss version="2.0" xmlns:WebWizForums="https://syndication.webwiz.net/rss_namespace/">
 <channel>
  <title>ProductCart Shopping Cart Software Forums : Super Image gallery with ajax</title>
  <link>https://forum.productcart.com/</link>
  <description><![CDATA[This is an XML content feed of; ProductCart Shopping Cart Software Forums : Customizing ProductCart : Super Image gallery with ajax]]></description>
  <copyright>Copyright (c) 2006-2013 Web Wiz Forums - All Rights Reserved.</copyright>
  <pubDate>Sat, 11 Apr 2026 16:16:37 +0000</pubDate>
  <lastBuildDate>Mon, 26 Mar 2007 06:00:00 +0000</lastBuildDate>
  <docs>http://blogs.law.harvard.edu/tech/rss</docs>
  <generator>Web Wiz Forums 12.04</generator>
  <ttl>360</ttl>
  <WebWizForums:feedURL>https://forum.productcart.com/RSS_post_feed.asp?TID=715</WebWizForums:feedURL>
  <image>
   <title><![CDATA[ProductCart Shopping Cart Software Forums]]></title>
   <url>https://forum.productcart.com/forum_images/pc_logo_50.png</url>
   <link>https://forum.productcart.com/</link>
  </image>
  <item>
   <title><![CDATA[Super Image gallery with ajax : If youre using only 1 foto, this...]]></title>
   <link>https://forum.productcart.com/super-image-gallery-with-ajax_topic715_post2097.html#2097</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="https://forum.productcart.com/member_profile.asp?PF=103">Louis</a><br /><strong>Subject:</strong> 715<br /><strong>Posted:</strong> 26-March-2007 at 6:00am<br /><br /><P>If youre using only 1 foto, this is btter because of no pop-ups.</P><P>First you add the following two lines to your header.asp in the head of the html:</P><P><table width="99%"><tr><td><pre class="BBcode">&lt;!-- Start Clearbox --&gt;<BR>&lt;link type="text/css" rel="stylesheet" href="clearbox/css/clearbox.css" /&gt;<BR>&lt;script src="clearbox/js/clearbox.js" type="text/javascript"&gt;&lt;/script&gt;<BR>&lt;script src="clearbox/js/clsource.js" type="text/javascript"&gt;&lt;/script&gt;<BR>&lt;!-- Stop Clearbox --&gt;</pre></td></tr></table></P><P>Then take this attached zip file and extract it in your pc folder (creating pc/clearbox with 3 dirs inside). <A href="http://www.earlyimpact.com/forum/uploaded_files/Louis/2007-03-26_055120_clearbox.zip" target="_blank">2007-03-26_055120_clearbox.zip</A></P><P>Now open pc/viewPrdCode.asp and replace replace line 859 until 888 with the following:</P><P><table width="99%"><tr><td><pre class="BBcode">&nbsp;&nbsp;%&gt;<BR>&nbsp;&nbsp;&nbsp;&nbsp;&lt;div class="pcShowMainImage"&gt;<BR>&nbsp;&nbsp;&nbsp;&nbsp;&lt;%<BR>&nbsp;&nbsp;&nbsp;&nbsp;'// If this is the pop window swap out the image for the selection<BR>&nbsp;&nbsp;&nbsp;&nbsp;if pcv_strPopWindowOpen = 1 then<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;pcv_strVariableImage = pcv_strCurrentUrl<BR>&nbsp;&nbsp;&nbsp;&nbsp;else<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;pcv_strVariableImage = pImageUrl<BR>&nbsp;&nbsp;&nbsp;&nbsp;end if<BR>&nbsp;&nbsp;&nbsp;&nbsp;%&gt;<BR>&nbsp;&nbsp;&nbsp;&nbsp;&lt;a href="catalog/&lt;%=pLgimageURL%&gt;" title="&lt;%=pDescription%&gt;" rel="clearbox"&gt;<BR>&nbsp;&nbsp;&nbsp;&nbsp;&lt;img name='mainimg' src='&lt;%=pcv_tmpNewPath%&gt;catalog/&lt;%=pImageUrl%&gt;' alt="&lt;%=pDescription%&gt;" /&gt;<BR>&nbsp;&nbsp;&nbsp;&nbsp;&lt;/a&gt;<BR>&nbsp;&nbsp;&nbsp;&nbsp;&lt;/div&gt;<BR>&nbsp;<BR>&nbsp;&nbsp;&nbsp;&lt;% if len(pLgimageURL)&gt;0 then %&gt;<BR>&nbsp;&nbsp;&nbsp;&nbsp;&lt;div style="width:100%; text-align:right;"&gt;<BR>&nbsp;&nbsp;&nbsp;&nbsp;&lt;% if InStr(Request.ServerVariables("HTTP_USER_AGENT"),"MSIE") OR InStr(Request.ServerVariables("HTTP_USER_AGENT"),"Firefox") then %&gt;<BR>&nbsp;&nbsp;&nbsp;&nbsp;&lt;a href="catalog/&lt;%=pLgimageURL%&gt;" title="&lt;%=pDescription%&gt;" rel="clearbox"&gt;<BR>&nbsp;&nbsp;&nbsp;&nbsp;&lt;% elseif InStr(Request.ServerVariables("HTTP_USER_AGENT"),"Safari") then %&gt;<BR>&nbsp;&nbsp;&nbsp;&nbsp;&lt;a href="catalog/&lt;%=pLgimageURL%&gt;" title="&lt;%=pDescription%&gt;" rel="clearbox"&gt;<BR>&nbsp;&nbsp;&nbsp;&nbsp;&lt;% else %&gt;<BR>&nbsp;&nbsp;&nbsp;&nbsp;&lt;a href="catalog/&lt;%=pLgimageURL%&gt;" title="&lt;%=pDescription%&gt;" rel="clearbox"&gt;<BR>&nbsp;&nbsp;&nbsp;&nbsp;&lt;% end if %&gt;<BR>&nbsp;&nbsp;&nbsp;&nbsp;&lt;img src="&lt;%=pcv_tmpNewPath%&gt;&lt;%=rsIconObj("zoom")%&gt;" border="0" hspace="10"&gt;<BR>&nbsp;&nbsp;&nbsp;&nbsp;&lt;/a&gt;<BR>&nbsp;&nbsp;&nbsp;&nbsp;&lt;/div&gt;<BR>&nbsp;&nbsp;&nbsp;&lt;% end if %&gt;<BR>&nbsp;&nbsp;&nbsp;<BR>&nbsp;&nbsp;&lt;%</pre></td></tr></table></P><P>This is presuming that you are using the original asp file. Otherwhise look at the code above and try to find it and replace.</P><P>What youre doing is, oce you have the css ad js files included in the header of the html, when you add title="some title" rel="clearbox" inside the a-tag linking to any image, you will get the clearbox effect.</P><P>Greetz</P>]]>
   </description>
   <pubDate>Mon, 26 Mar 2007 06:00:00 +0000</pubDate>
   <guid isPermaLink="true">https://forum.productcart.com/super-image-gallery-with-ajax_topic715_post2097.html#2097</guid>
  </item> 
  <item>
   <title><![CDATA[Super Image gallery with ajax : I&amp;#039;d be interested in knowing...]]></title>
   <link>https://forum.productcart.com/super-image-gallery-with-ajax_topic715_post2096.html#2096</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="https://forum.productcart.com/member_profile.asp?PF=384">fidjiti</a><br /><strong>Subject:</strong> 715<br /><strong>Posted:</strong> 25-March-2007 at 6:35pm<br /><br />I'd be interested in knowing how to do that. I don't know if I'd use it for sure but it sure is nice and professional. Was is really difficult?&nbsp;]]>
   </description>
   <pubDate>Sun, 25 Mar 2007 18:35:49 +0000</pubDate>
   <guid isPermaLink="true">https://forum.productcart.com/super-image-gallery-with-ajax_topic715_post2096.html#2096</guid>
  </item> 
  <item>
   <title><![CDATA[Super Image gallery with ajax : I made a lightbox using the clearbox...]]></title>
   <link>https://forum.productcart.com/super-image-gallery-with-ajax_topic715_post2095.html#2095</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="https://forum.productcart.com/member_profile.asp?PF=103">Louis</a><br /><strong>Subject:</strong> 715<br /><strong>Posted:</strong> 25-March-2007 at 6:11pm<br /><br /><P>I made a lightbox using the clearbox script. To see how it works click on this next link and klik on the main image or on the zoom icon to see it in action. I havn't done it for multiple images yet.</P><P><A href="http://www.artxpose.nl/productcart/pc/viewPrd.asp?idcategory=5&amp;idproduct=41" target="_blank">Click</A></P><P>If someone is interested in how it's made, let me know.</P>]]>
   </description>
   <pubDate>Sun, 25 Mar 2007 18:11:20 +0000</pubDate>
   <guid isPermaLink="true">https://forum.productcart.com/super-image-gallery-with-ajax_topic715_post2095.html#2095</guid>
  </item> 
  <item>
   <title><![CDATA[Super Image gallery with ajax : I have an idea. I fount this very...]]></title>
   <link>https://forum.productcart.com/super-image-gallery-with-ajax_topic715_post2094.html#2094</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="https://forum.productcart.com/member_profile.asp?PF=103">Louis</a><br /><strong>Subject:</strong> 715<br /><strong>Posted:</strong> 25-March-2007 at 5:21pm<br /><br /><P>I have an idea. I fount this very cool ajax image gallery. I thought, is it possible to have this gallery shown as the general view?</P><P>Here's the link: <A href="http://smoothgallery.j&#111;ndesign.net/showcase/gallery/" target="_blank">http://smoothgallery.jondesign.net/showcase/gallery/</A></P><P>I uploaded one with an add-on; a lightbox. A lightbox is handy because the user doesn't have to exit the site and no popups. A lightbox is easy to install, the gallery will be a bit harder.</P><P>I will try and do it and let you know.</P><P>&nbsp;</P><P>Download it here: <A href="http://www.earlyimpact.com/forum/uploaded_files/Louis/2007-03-25_171626_smoothgallery.zip" target="_blank">2007-03-25_171626_smoothgallery.zip</A></P>]]>
   </description>
   <pubDate>Sun, 25 Mar 2007 17:21:50 +0000</pubDate>
   <guid isPermaLink="true">https://forum.productcart.com/super-image-gallery-with-ajax_topic715_post2094.html#2094</guid>
  </item> 
 </channel>
</rss>