<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments for Data-Diggers.com</title>
	<atom:link href="http://www.data-diggers.com/index.php/comments/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.data-diggers.com</link>
	<description>Zen Cart Optimization, Performance and A/B Split Testing Modules for Zen Cart</description>
	<lastBuildDate>Wed, 09 Jun 2010 16:00:56 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>Comment on How to create custom impression detection function for Randomized Tests by admin</title>
		<link>http://www.data-diggers.com/index.php/2010/05/how-to-create-custom-impression-detection-function-for-randomized-tests/comment-page-1/#comment-36</link>
		<dc:creator>admin</dc:creator>
		<pubDate>Wed, 09 Jun 2010 16:00:56 +0000</pubDate>
		<guid isPermaLink="false">http://www.data-diggers.eu/?p=140#comment-36</guid>
		<description>You did put &lt;?php on beginning and ?&gt; of the file, right?

Try turning on strict error reporting as described here:
http://tutorials.zen-cart.com/index.php?article=82
Paste error message here.</description>
		<content:encoded><![CDATA[<p>You did put < ?php on beginning and ?> of the file, right?</p>
<p>Try turning on strict error reporting as described here:<br />
<a href="http://tutorials.zen-cart.com/index.php?article=82" rel="nofollow">http://tutorials.zen-cart.com/index.php?article=82</a><br />
Paste error message here.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on How to create custom impression detection function for Randomized Tests by giuseppe</title>
		<link>http://www.data-diggers.com/index.php/2010/05/how-to-create-custom-impression-detection-function-for-randomized-tests/comment-page-1/#comment-35</link>
		<dc:creator>giuseppe</dc:creator>
		<pubDate>Mon, 07 Jun 2010 14:27:55 +0000</pubDate>
		<guid isPermaLink="false">http://www.data-diggers.eu/?p=140#comment-35</guid>
		<description>Hi,
I&#039;ve try to put the function in the /includes/functions/extra_functions, but
when open zen cart home page, I see only blank page...
I&#039;ve try put only php file whit only &quot;&quot; tags and I&#039;ve always same result.

Tkx,
Giuseppe</description>
		<content:encoded><![CDATA[<p>Hi,<br />
I&#8217;ve try to put the function in the /includes/functions/extra_functions, but<br />
when open zen cart home page, I see only blank page&#8230;<br />
I&#8217;ve try put only php file whit only &#8220;&#8221; tags and I&#8217;ve always same result.</p>
<p>Tkx,<br />
Giuseppe</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on User Tracking Interface v1.1 by David</title>
		<link>http://www.data-diggers.com/index.php/2010/03/user-tracking-interface-v1-1/comment-page-1/#comment-34</link>
		<dc:creator>David</dc:creator>
		<pubDate>Mon, 17 May 2010 19:22:52 +0000</pubDate>
		<guid isPermaLink="false">http://www.data-diggers.com/?p=216#comment-34</guid>
		<description>I left the code in my tpl_footer, just commented it out.  First post, some of the code got cut off.


/*$content = “”;
foreach ($recently_viewed_products as $rpid) {
$rpprice = zen_get_products_display_price($rpid);
$content .= ”;
$content .= zen_image(DIR_WS_IMAGES . zen_get_products_image($rpid), $rpid, SMALL_IMAGE_WIDTH, SMALL_IMAGE_HEIGHT);
$img = $db-&gt;Execute(”SELECT * FROM ” . TABLE_PRODUCTS . ” WHERE products_id = ‘” . (int)$rpid . “‘”);
$img = $img-&gt;fields[&#039;products_image&#039;];
$content .= ‘‘ . zen_image(DIR_WS_IMAGES . $img, $rpid, SMALL_IMAGE_WIDTH, SMALL_IMAGE_HEIGHT);
$content .= ” . zen_get_products_name($rpid) . ‘‘;
$content .= ” . $rpprice . ”;
$content .= ”};
}
echo $content;*/</description>
		<content:encoded><![CDATA[<p>I left the code in my tpl_footer, just commented it out.  First post, some of the code got cut off.</p>
<p>/*$content = “”;<br />
foreach ($recently_viewed_products as $rpid) {<br />
$rpprice = zen_get_products_display_price($rpid);<br />
$content .= ”;<br />
$content .= zen_image(DIR_WS_IMAGES . zen_get_products_image($rpid), $rpid, SMALL_IMAGE_WIDTH, SMALL_IMAGE_HEIGHT);<br />
$img = $db-&gt;Execute(”SELECT * FROM ” . TABLE_PRODUCTS . ” WHERE products_id = ‘” . (int)$rpid . “‘”);<br />
$img = $img-&gt;fields['products_image'];<br />
$content .= ‘‘ . zen_image(DIR_WS_IMAGES . $img, $rpid, SMALL_IMAGE_WIDTH, SMALL_IMAGE_HEIGHT);<br />
$content .= ” . zen_get_products_name($rpid) . ‘‘;<br />
$content .= ” . $rpprice . ”;<br />
$content .= ”};<br />
}<br />
echo $content;*/</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on User Tracking Interface v1.1 by David</title>
		<link>http://www.data-diggers.com/index.php/2010/03/user-tracking-interface-v1-1/comment-page-1/#comment-33</link>
		<dc:creator>David</dc:creator>
		<pubDate>Mon, 17 May 2010 19:19:40 +0000</pubDate>
		<guid isPermaLink="false">http://www.data-diggers.com/?p=216#comment-33</guid>
		<description>As you asked for on the forum post, I left the code in my file, just commented it out.

&lt;!--bof Recently Viewed Items--&gt;
Execute(”SELECT * FROM ” . TABLE_PRODUCTS . ” WHERE products_id = ‘” . (int)$rpid . “‘”);
$img = $img-&gt;fields[&#039;products_image&#039;];
$content .= ‘‘ . zen_image(DIR_WS_IMAGES . $img, $rpid, SMALL_IMAGE_WIDTH, SMALL_IMAGE_HEIGHT);
$content .= ” . zen_get_products_name($rpid) . ‘‘;
$content .= ” . $rpprice . ”;
$content .= ”};
}
echo $content;*/ ?&gt;
&lt;!--eof Recently Viewed Items--&gt;</description>
		<content:encoded><![CDATA[<p>As you asked for on the forum post, I left the code in my file, just commented it out.</p>
<p><!--bof Recently Viewed Items--><br />
Execute(”SELECT * FROM ” . TABLE_PRODUCTS . ” WHERE products_id = ‘” . (int)$rpid . “‘”);<br />
$img = $img-&gt;fields['products_image'];<br />
$content .= ‘‘ . zen_image(DIR_WS_IMAGES . $img, $rpid, SMALL_IMAGE_WIDTH, SMALL_IMAGE_HEIGHT);<br />
$content .= ” . zen_get_products_name($rpid) . ‘‘;<br />
$content .= ” . $rpprice . ”;<br />
$content .= ”};<br />
}<br />
echo $content;*/ ?&gt;<br />
<!--eof Recently Viewed Items--></p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Query Cache v1.6 released by Isaac</title>
		<link>http://www.data-diggers.com/index.php/2009/01/query-cache-v1-6-released/comment-page-1/#comment-32</link>
		<dc:creator>Isaac</dc:creator>
		<pubDate>Tue, 11 May 2010 04:35:54 +0000</pubDate>
		<guid isPermaLink="false">http://www.data-diggers.eu/?p=41#comment-32</guid>
		<description>Any plan to upgrade this for Zen Cart 1.3.9b since the two core files touched by this more are updated in 1.3.9b.</description>
		<content:encoded><![CDATA[<p>Any plan to upgrade this for Zen Cart 1.3.9b since the two core files touched by this more are updated in 1.3.9b.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on User Tracking Interface v1.1 by David</title>
		<link>http://www.data-diggers.com/index.php/2010/03/user-tracking-interface-v1-1/comment-page-1/#comment-30</link>
		<dc:creator>David</dc:creator>
		<pubDate>Wed, 07 Apr 2010 20:02:20 +0000</pubDate>
		<guid isPermaLink="false">http://www.data-diggers.com/?p=216#comment-30</guid>
		<description>Sorry about the long delay in response.  Thanks for the code, however, when I put it in my includes/templates/YOUR_TEMPLATE/common/tpl_footer.php file - it breaks the page (the whole footer area gets cut off.

I did place  tags around the code.  Any suggestions.  Thanks again.</description>
		<content:encoded><![CDATA[<p>Sorry about the long delay in response.  Thanks for the code, however, when I put it in my includes/templates/YOUR_TEMPLATE/common/tpl_footer.php file &#8211; it breaks the page (the whole footer area gets cut off.</p>
<p>I did place  tags around the code.  Any suggestions.  Thanks again.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Query Cache v1.6 released by admin</title>
		<link>http://www.data-diggers.com/index.php/2009/01/query-cache-v1-6-released/comment-page-1/#comment-29</link>
		<dc:creator>admin</dc:creator>
		<pubDate>Sat, 03 Apr 2010 16:15:34 +0000</pubDate>
		<guid isPermaLink="false">http://www.data-diggers.eu/?p=41#comment-29</guid>
		<description>I checked QC 1.6 and it works on multi level categories.  I can&#039;t tell for sure but I think it&#039;s because QueryCache tries to prefetch part of products_to_categories table and it does not fit in server memory. If You have test site with copy of the store and You can give temporary access to it to me I can check what is the problem and develop patch specific to Your site.</description>
		<content:encoded><![CDATA[<p>I checked QC 1.6 and it works on multi level categories.  I can&#8217;t tell for sure but I think it&#8217;s because QueryCache tries to prefetch part of products_to_categories table and it does not fit in server memory. If You have test site with copy of the store and You can give temporary access to it to me I can check what is the problem and develop patch specific to Your site.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Query Cache v1.6 released by Isaac</title>
		<link>http://www.data-diggers.com/index.php/2009/01/query-cache-v1-6-released/comment-page-1/#comment-28</link>
		<dc:creator>Isaac</dc:creator>
		<pubDate>Fri, 02 Apr 2010 17:05:01 +0000</pubDate>
		<guid isPermaLink="false">http://www.data-diggers.eu/?p=41#comment-28</guid>
		<description>I am wondering if anybody else is having problem with their site when QC_ZEN_GET_CATEGORIES_PRODUCTS_LIST_PREFETCH is set to TRUE. It doesn&#039;t work for us when we have category level greater than 2.</description>
		<content:encoded><![CDATA[<p>I am wondering if anybody else is having problem with their site when QC_ZEN_GET_CATEGORIES_PRODUCTS_LIST_PREFETCH is set to TRUE. It doesn&#8217;t work for us when we have category level greater than 2.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on User Tracking Interface v1.1 by admin</title>
		<link>http://www.data-diggers.com/index.php/2010/03/user-tracking-interface-v1-1/comment-page-1/#comment-27</link>
		<dc:creator>admin</dc:creator>
		<pubDate>Wed, 10 Mar 2010 12:03:51 +0000</pubDate>
		<guid isPermaLink="false">http://www.data-diggers.com/?p=216#comment-27</guid>
		<description>UTI does not store any information in cookies besides UTI session ids. All information that is gathered by UTI is stored in store database.

Now, back to your question. Let&#039;s assume that You want to display list of recently viewed products. Edit includes/templates/YOUR_TEMPLATE/common/tpl_footer.php (or copy it from template_default if Your template does not yet have this file). Put following code where You want to display recently viewed products:

$content = &quot;&quot;;
  foreach ($recently_viewed_products as $rpid) {
    $rpprice = zen_get_products_display_price($rpid);;
    $content .= &#039;&#039;;
    //$content .=  zen_image(DIR_WS_IMAGES . zen_get_products_image($rpid), $rpid, SMALL_IMAGE_WIDTH, SMALL_IMAGE_HEIGHT);
    $img = $db-&gt;Execute(&quot;SELECT * FROM &quot; . TABLE_PRODUCTS . &quot; WHERE products_id = &#039;&quot; . (int)$rpid . &quot;&#039;&quot;);
    $img = $img-&gt;fields[&#039;products_image&#039;];
    $content .=  &#039;&lt;a href=&quot;&#039; . zen_href_link(zen_get_info_page($rpid), &#039;products_id=&#039; . $rpid) . &#039;&quot; rel=&quot;nofollow&quot;&gt;&#039; . zen_image(DIR_WS_IMAGES . $img, $rpid, SMALL_IMAGE_WIDTH, SMALL_IMAGE_HEIGHT);
    $content .= &#039;&#039; . zen_get_products_name($rpid) . &#039;&lt;/a&gt;&#039;;
    $content .= &#039;&#039; . $rpprice . &#039;&#039;;
    $content .= &#039;&#039;;
  }
echo $content;

You&#039;ll have to format the divs with css - I really suck at HTML&amp;CSS. If You wish to not show sidebox You&#039;ll have to either comment out whole includes/templates/YOUR_TAMPLATE/sideboxes/tpl_recently_viewed_products.php file. Disabling the sidebox in Admin panel will also disable logic behind it and $recently_viewed_products variable will be empty then.</description>
		<content:encoded><![CDATA[<p>UTI does not store any information in cookies besides UTI session ids. All information that is gathered by UTI is stored in store database.</p>
<p>Now, back to your question. Let&#8217;s assume that You want to display list of recently viewed products. Edit includes/templates/YOUR_TEMPLATE/common/tpl_footer.php (or copy it from template_default if Your template does not yet have this file). Put following code where You want to display recently viewed products:</p>
<p>$content = &#8220;&#8221;;<br />
  foreach ($recently_viewed_products as $rpid) {<br />
    $rpprice = zen_get_products_display_price($rpid);;<br />
    $content .= &#8221;;<br />
    //$content .=  zen_image(DIR_WS_IMAGES . zen_get_products_image($rpid), $rpid, SMALL_IMAGE_WIDTH, SMALL_IMAGE_HEIGHT);<br />
    $img = $db-&gt;Execute(&#8220;SELECT * FROM &#8221; . TABLE_PRODUCTS . &#8221; WHERE products_id = &#8216;&#8221; . (int)$rpid . &#8220;&#8216;&#8221;);<br />
    $img = $img-&gt;fields['products_image'];<br />
    $content .=  &#8216;<a href="' . zen_href_link(zen_get_info_page($rpid), 'products_id=' . $rpid) . '" rel="nofollow">&#8216; . zen_image(DIR_WS_IMAGES . $img, $rpid, SMALL_IMAGE_WIDTH, SMALL_IMAGE_HEIGHT);<br />
    $content .= &#8221; . zen_get_products_name($rpid) . &#8216;</a>&#8216;;<br />
    $content .= &#8221; . $rpprice . &#8221;;<br />
    $content .= &#8221;;<br />
  }<br />
echo $content;</p>
<p>You&#8217;ll have to format the divs with css &#8211; I really suck at HTML&amp;CSS. If You wish to not show sidebox You&#8217;ll have to either comment out whole includes/templates/YOUR_TAMPLATE/sideboxes/tpl_recently_viewed_products.php file. Disabling the sidebox in Admin panel will also disable logic behind it and $recently_viewed_products variable will be empty then.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Query Cache v1.6 released by admin</title>
		<link>http://www.data-diggers.com/index.php/2009/01/query-cache-v1-6-released/comment-page-1/#comment-26</link>
		<dc:creator>admin</dc:creator>
		<pubDate>Wed, 10 Mar 2010 11:51:29 +0000</pubDate>
		<guid isPermaLink="false">http://www.data-diggers.eu/?p=41#comment-26</guid>
		<description>No, unfortunately there isn&#039;t any switch. If You want to turn off query cache edit includes/auto_loaders/config.query_cache.php and comment the line:
&lt;code&gt;
$autoLoadConfig[0][] = array(&#039;autoType&#039;=&gt;&#039;classInstantiate&#039;,
                               &#039;className&#039;=&gt;&#039;QueryCache&#039;,
                               &#039;objectName&#039;=&gt;&#039;queryCache&#039;,
                               &#039;checkInstantiated&#039;=&gt;true);
&lt;/code&gt;

Make also sure to turn off all switches in includes/extra_configuration/query_cache.php</description>
		<content:encoded><![CDATA[<p>No, unfortunately there isn&#8217;t any switch. If You want to turn off query cache edit includes/auto_loaders/config.query_cache.php and comment the line:</p>
<div class="codesnip-container" >$autoLoadConfig[0][] = array(&#8216;autoType&#8217;=>&#8217;classInstantiate&#8217;,<br />
                               &#8216;className&#8217;=>&#8217;QueryCache&#8217;,<br />
                               &#8216;objectName&#8217;=>&#8217;queryCache&#8217;,<br />
                               &#8216;checkInstantiated&#8217;=>true);</div>
<p>Make also sure to turn off all switches in includes/extra_configuration/query_cache.php</p>
]]></content:encoded>
	</item>
</channel>
</rss>
