<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	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/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	xmlns:series="http://unfoldingneurons.com/"
	>

<channel>
	<title>kerrinhardy.com &#187; Zen Cart</title>
	<atom:link href="http://www.kerrinhardy.com/category/zencart/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.kerrinhardy.com</link>
	<description>The Ultimate Reference for Customising Zen Cart</description>
	<lastBuildDate>Sat, 31 Jul 2010 04:39:49 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
		<item>
		<title>How does Zen Cart handle a &#8216;Page Not Found&#8217;?</title>
		<link>http://www.kerrinhardy.com/2010/07/31/how-does-zen-cart-handle-a-page-not-found/</link>
		<comments>http://www.kerrinhardy.com/2010/07/31/how-does-zen-cart-handle-a-page-not-found/#comments</comments>
		<pubDate>Sat, 31 Jul 2010 04:39:49 +0000</pubDate>
		<dc:creator>kerrin hardy</dc:creator>
				<category><![CDATA[Zen Cart]]></category>
		<category><![CDATA[page not found]]></category>

		<guid isPermaLink="false">http://www.kerrinhardy.com/2010/07/31/how-does-zen-cart-handle-a-page-not-found/</guid>
		<description><![CDATA[You may have noticed a couple of settings in your Zen Cart Admin that can lead you to believe that Zen Cart will handle all instances of a ‘page not found’ error by either redirecting the visitor to your store home page or to the Page Not Found define page. However, it’s important to note [...]


More Zen Cart:<ol><li><a href='http://www.kerrinhardy.com/2009/10/13/zen-cart-v1-38a-demo/' rel='bookmark' title='Permanent Link: Zen Cart v1.38a Demo'>Zen Cart v1.38a Demo</a></li>
<li><a href='http://www.kerrinhardy.com/2010/01/02/update-page-heading-of-page-2-page-3-or-page-4-in-more-information-sidebox/' rel='bookmark' title='Permanent Link: Update Page Heading of Page 2, Page 3 or Page 4 in More Information sidebox'>Update Page Heading of Page 2, Page 3 or Page 4 in More Information sidebox</a></li>
<li><a href='http://www.kerrinhardy.com/2010/01/02/update-page-title-of-page-2-page-3-or-page-4-in-more-information-sidebox/' rel='bookmark' title='Permanent Link: Update Page Title of Page 2, Page 3 or Page 4 in More Information sidebox'>Update Page Title of Page 2, Page 3 or Page 4 in More Information sidebox</a></li>
<li><a href='http://www.kerrinhardy.com/2009/12/31/remove-page-2-page-3-or-page-4-from-more-information-sidebox-in-zen-cart/' rel='bookmark' title='Permanent Link: Remove Page 2, Page 3 or Page 4 from More Information Sidebox in Zen Cart'>Remove Page 2, Page 3 or Page 4 from More Information Sidebox in Zen Cart</a></li>
<li><a href='http://www.kerrinhardy.com/2010/05/13/what-does-the-page-parse-time-information-mean-in-the-zen-cart-footer/' rel='bookmark' title='Permanent Link: What does the Page Parse Time Information mean in the Zen Cart footer?'>What does the Page Parse Time Information mean in the Zen Cart footer?</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<p>You may have noticed a couple of settings in your Zen Cart Admin that can lead you to believe that Zen Cart will handle all instances of a ‘page not found’ error by either redirecting the visitor to your store home page or to the Page Not Found define page.</p>
<p>However, it’s important to note that Zen Cart’s <strong><em>Missing Page Check</em></strong> can only check for missing pages that are within the Zen Cart structure.&#160; In other words, the check is carried out on the part of the URL that is after <em>index.php?main_page=.&#160; S</em>uch as <em>http://www.zen-cart.net/demo/index.php?main_page=page8</em> or <em>http://www.zen-cart.net/demo/index.php?main_page=jdfjkdklf.</em></p>
<p>In this case, you will be redirected to either a Page Not Found page or the Home Page according to your setting in Zen Cart Admin.&#160; An example of the Page Not Found page is shown here:</p>
<p><img style="border-bottom: 0px; border-left: 0px; display: inline; border-top: 0px; border-right: 0px" title="Zen Cart Page Not Found" border="0" alt="Zen Cart Page Not Found" src="http://www.kerrinhardy.com/wp-content/uploads/images/ce6a1bdc2d00_B65A/image.png" width="602" height="364" /> </p>
<p>Zen Cart cannot prevent a call to a html page or image file, for example, that are outside of the Zen Cart code.&#160; This means that trying to access an invalid URL such as <em>http://www.zen-cart.net/demo/frogs.htm</em> or <em>http://www.zen-cart.net/demo/frogs.jpg</em> would result in a standard 404 Page Not found error, as shown in the example below:</p>
<p><img style="border-bottom: 0px; border-left: 0px; display: inline; border-top: 0px; border-right: 0px" title="Zen Cart Page Not Found" border="0" alt="Zen Cart Page Not Found" src="http://www.kerrinhardy.com/wp-content/uploads/images/ce6a1bdc2d00_B65A/image_3.png" width="602" height="142" /> </p>
<p>Due to the nature of an ever-changing online store, it is important that we do not leave our visitors at the dead-end of a 404 Page Not Found error.&#160; Next up, we will look at a couple of different options to avoid displaying these errors to our visitors.</p>


<p>More Zen Cart:<ol><li><a href='http://www.kerrinhardy.com/2009/10/13/zen-cart-v1-38a-demo/' rel='bookmark' title='Permanent Link: Zen Cart v1.38a Demo'>Zen Cart v1.38a Demo</a></li>
<li><a href='http://www.kerrinhardy.com/2010/01/02/update-page-heading-of-page-2-page-3-or-page-4-in-more-information-sidebox/' rel='bookmark' title='Permanent Link: Update Page Heading of Page 2, Page 3 or Page 4 in More Information sidebox'>Update Page Heading of Page 2, Page 3 or Page 4 in More Information sidebox</a></li>
<li><a href='http://www.kerrinhardy.com/2010/01/02/update-page-title-of-page-2-page-3-or-page-4-in-more-information-sidebox/' rel='bookmark' title='Permanent Link: Update Page Title of Page 2, Page 3 or Page 4 in More Information sidebox'>Update Page Title of Page 2, Page 3 or Page 4 in More Information sidebox</a></li>
<li><a href='http://www.kerrinhardy.com/2009/12/31/remove-page-2-page-3-or-page-4-from-more-information-sidebox-in-zen-cart/' rel='bookmark' title='Permanent Link: Remove Page 2, Page 3 or Page 4 from More Information Sidebox in Zen Cart'>Remove Page 2, Page 3 or Page 4 from More Information Sidebox in Zen Cart</a></li>
<li><a href='http://www.kerrinhardy.com/2010/05/13/what-does-the-page-parse-time-information-mean-in-the-zen-cart-footer/' rel='bookmark' title='Permanent Link: What does the Page Parse Time Information mean in the Zen Cart footer?'>What does the Page Parse Time Information mean in the Zen Cart footer?</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://www.kerrinhardy.com/2010/07/31/how-does-zen-cart-handle-a-page-not-found/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>New version of Zen Cart Released Today &#8211; 1.39e</title>
		<link>http://www.kerrinhardy.com/2010/07/27/new-version-of-zen-cart-released-today-1-39e/</link>
		<comments>http://www.kerrinhardy.com/2010/07/27/new-version-of-zen-cart-released-today-1-39e/#comments</comments>
		<pubDate>Tue, 27 Jul 2010 07:18:38 +0000</pubDate>
		<dc:creator>kerrin hardy</dc:creator>
				<category><![CDATA[Zen Cart]]></category>
		<category><![CDATA[zen cart 1.39]]></category>

		<guid isPermaLink="false">http://www.kerrinhardy.com/2010/07/27/new-version-of-zen-cart-released-today-1-39e/</guid>
		<description><![CDATA[Stay on top of the latest round of bug fixes and enhancements by upgrading to the latest version of Zen Cart – 1.39e.&#160; Official announcement thread: http://www.zen-cart.com/forum/showthread.php?t=160378 Official Download from SourceForge: https://downloads.sourceforge.net/project/zencart/CURRENT_%20Zen%20Cart%201.3.x%20Series/Zen%20Cart%20v1.3.9%20-%20Full%20Release/zen-cart-v1.3.9e-full-fileset-07272010.zip?use_mirror=voxel&#38;ts=1280206474 What’s New in v1.3.9e This upgrade was released today (27th July 2010) and includes: Fix broken whos-online cart display Added removal for &#34;%&#34; [...]


More Zen Cart:<ol><li><a href='http://www.kerrinhardy.com/2010/06/05/zen-cart-version-1-39d-new-version-released/' rel='bookmark' title='Permanent Link: Zen Cart version 1.39d &ndash; new version released'>Zen Cart version 1.39d &ndash; new version released</a></li>
<li><a href='http://www.kerrinhardy.com/2010/05/19/zen-cart-version-1-39c-new-version-released-today/' rel='bookmark' title='Permanent Link: Zen Cart version 1.39c &ndash; new version released today'>Zen Cart version 1.39c &ndash; new version released today</a></li>
<li><a href='http://www.kerrinhardy.com/2010/04/13/zen-cart-version-1-39-beta-released-today/' rel='bookmark' title='Permanent Link: Zen Cart version 1.39 BETA released today'>Zen Cart version 1.39 BETA released today</a></li>
<li><a href='http://www.kerrinhardy.com/2010/05/02/zen-cart-version-1-39b-now-available-to-download/' rel='bookmark' title='Permanent Link: Zen Cart version 1.39b &ndash; now available to download'>Zen Cart version 1.39b &ndash; now available to download</a></li>
<li><a href='http://www.kerrinhardy.com/2010/04/20/zen-cart-version-1-39a-now-officially-released/' rel='bookmark' title='Permanent Link: Zen Cart version 1.39a &ndash; now officially released!'>Zen Cart version 1.39a &ndash; now officially released!</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<p>Stay on top of the latest round of bug fixes and enhancements by upgrading to the latest version of Zen Cart – 1.39e.&#160; </p>
<p><img title="Zen Cart 1.39e" alt="Zen Cart 1.39e" src="http://www.kerrinhardy.com/wp-content/uploads/2010/04/image33.png" /> </p>
<p><strong>Official announcement thread</strong>:</p>
<p><a title="http://www.zen-cart.com/forum/showthread.php?t=160378" href="http://www.zen-cart.com/forum/showthread.php?t=160378">http://www.zen-cart.com/forum/showthread.php?t=160378</a></p>
<p><strong>Official Download from SourceForge</strong>:</p>
<p><a title="https://downloads.sourceforge.net/project/zencart/CURRENT_%20Zen%20Cart%201.3.x%20Series/Zen%20Cart%20v1.3.9%20-%20Full%20Release/zen-cart-v1.3.9e-full-fileset-07272010.zip?use_mirror=voxel&amp;ts=1280206474" href="https://downloads.sourceforge.net/project/zencart/CURRENT_%20Zen%20Cart%201.3.x%20Series/Zen%20Cart%20v1.3.9%20-%20Full%20Release/zen-cart-v1.3.9e-full-fileset-07272010.zip?use_mirror=voxel&amp;ts=1280206474">https://downloads.sourceforge.net/project/zencart/CURRENT_%20Zen%20Cart%201.3.x%20Series/Zen%20Cart%20v1.3.9%20-%20Full%20Release/zen-cart-v1.3.9e-full-fileset-07272010.zip?use_mirror=voxel&amp;ts=1280206474</a></p>
<h6>What’s New in v1.3.9e</h6>
<p>This upgrade was released today (27th July 2010) and includes:</p>
<ul>
<li>Fix broken whos-online cart display</li>
<li>Added removal for &quot;%&quot; symbols in product names when submitting details to PayPal for rare cases where it could cause a transmission error </li>
<li>Improve search-query syntax to work better when large numbers of subcats are involved </li>
<li>Fix issues related to incorrectly-URLencoded NOTIFYURL and RETURNURL and CANCELURL params being sent to PayPal </li>
<li>Added some missing currencies to 3D-Secure lookup facility </li>
<li>Fixed small error in /editors/.htaccess which caused some problems with TinyMCE addon</li>
<li>BUGS-135 &#8211; When deleting categories, the salemaker_sales table wasn&#8217;t updated to reflect the removal </li>
<li>BUGSFORUM-1171 &#8211; Advanced search was failing when searching on price and from-price = to-price </li>
<li>BUGSFORUM-1279 &#8211; Line Items not sent to PayPal properly </li>
<li>BUGSFORUM-1288 &#8211; handle occasional overly-url-encoded data received back from PayPal</li>
<li>BUGSFORUM-1324 &#8211; mitigate minor/rare sql injection risk </li>
<li>BUGSFORUM-1330 &#8211; trap cases where submitted session name is illegal (helps mitigate against false-positive PCI scans) </li>
<li>BUGSFORUM-1343 &#8211; explode() expects parameter 2 to be string &#8230; in functions_general.php line 566 </li>
<li>BUGSFORUM-1353 &#8211; adjust tax group totals for shipping tax, so that it is not affected by the general ratio discounting method when include_shipping = false, and split tax lines are enabled </li>
<li>BUGSFORUM-1370 &#8211; small syntax error in rarely-used section of email code </li>
<li>BUGSFORUM-1371 &#8211; Clearing quantity field on shopping cart page should be the same as entering &quot;0&quot; </li>
<li>BUGSFORUM-1378 &#8211; fix small error in detection of $this_is_home_page in certain cases </li>
<li>BUGSFORUM-1362 &#8211; fix broken &amp;lt;/td&amp;gt; tags in some admin input pages </li>
<li>BUGSFORUM-1355 &#8211; Authorize.Net SIM &#8211; checkout_success page doesn&#8217;t show css or images because of broken base-hrefs </li>
<li>Fix missing delete from coupon_restrict when products_id or categories_id is removed </li>
<li>Fix bug where checking for additional images when switch is set to off could cause some excess server load </li>
<li>Added more order details to the $order_summary array which is passed to checkout-success </li>
<li>Change system-information lookup to check for availability of exec() function before blindly using it in case it&#8217;s been disabled by server admin </li>
<li>Updated spider-detection list </li>
<li>Added PHP6 support into error-logging util</li>
<li>Note: phpBB setup steps removed from the zc_install screens. One can manually set the phpBB path into configure.php by hand if needing that functionality. </li>
</ul>


<p>More Zen Cart:<ol><li><a href='http://www.kerrinhardy.com/2010/06/05/zen-cart-version-1-39d-new-version-released/' rel='bookmark' title='Permanent Link: Zen Cart version 1.39d &ndash; new version released'>Zen Cart version 1.39d &ndash; new version released</a></li>
<li><a href='http://www.kerrinhardy.com/2010/05/19/zen-cart-version-1-39c-new-version-released-today/' rel='bookmark' title='Permanent Link: Zen Cart version 1.39c &ndash; new version released today'>Zen Cart version 1.39c &ndash; new version released today</a></li>
<li><a href='http://www.kerrinhardy.com/2010/04/13/zen-cart-version-1-39-beta-released-today/' rel='bookmark' title='Permanent Link: Zen Cart version 1.39 BETA released today'>Zen Cart version 1.39 BETA released today</a></li>
<li><a href='http://www.kerrinhardy.com/2010/05/02/zen-cart-version-1-39b-now-available-to-download/' rel='bookmark' title='Permanent Link: Zen Cart version 1.39b &ndash; now available to download'>Zen Cart version 1.39b &ndash; now available to download</a></li>
<li><a href='http://www.kerrinhardy.com/2010/04/20/zen-cart-version-1-39a-now-officially-released/' rel='bookmark' title='Permanent Link: Zen Cart version 1.39a &ndash; now officially released!'>Zen Cart version 1.39a &ndash; now officially released!</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://www.kerrinhardy.com/2010/07/27/new-version-of-zen-cart-released-today-1-39e/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Zen Cart version 1.39d &#8211; new version released</title>
		<link>http://www.kerrinhardy.com/2010/06/05/zen-cart-version-1-39d-new-version-released/</link>
		<comments>http://www.kerrinhardy.com/2010/06/05/zen-cart-version-1-39d-new-version-released/#comments</comments>
		<pubDate>Sat, 05 Jun 2010 00:47:09 +0000</pubDate>
		<dc:creator>kerrin hardy</dc:creator>
				<category><![CDATA[Zen Cart]]></category>
		<category><![CDATA[zen cart 1.39]]></category>

		<guid isPermaLink="false">http://www.kerrinhardy.com/2010/06/05/zen-cart-version-1-39d-new-version-released/</guid>
		<description><![CDATA[The Zen Cart developers are on a roll!&#160; The newest release of Zen Cart – 1.39d – has now been released.&#160; This release does not include any new features but does contain many important bug fixes. Official announcement thread: http://www.zen-cart.com/forum/showthread.php?t=156619 Official Download from SourceForge: http://sourceforge.net/projects/zencart/files/CURRENT_%20Zen%20Cart%201.3.x%20Series/Zen%20Cart%20v1.3.9%20-%20Full%20Release/zen-cart-v1.3.9d-full-fileset-06032010.zip/download What’s New in v1.3.9d BUGSFORUM-1271 &#8211; No numeric check for [...]


More Zen Cart:<ol><li><a href='http://www.kerrinhardy.com/2010/05/19/zen-cart-version-1-39c-new-version-released-today/' rel='bookmark' title='Permanent Link: Zen Cart version 1.39c &ndash; new version released today'>Zen Cart version 1.39c &ndash; new version released today</a></li>
<li><a href='http://www.kerrinhardy.com/2010/07/27/new-version-of-zen-cart-released-today-1-39e/' rel='bookmark' title='Permanent Link: New version of Zen Cart Released Today &ndash; 1.39e'>New version of Zen Cart Released Today &ndash; 1.39e</a></li>
<li><a href='http://www.kerrinhardy.com/2010/05/02/zen-cart-version-1-39b-now-available-to-download/' rel='bookmark' title='Permanent Link: Zen Cart version 1.39b &ndash; now available to download'>Zen Cart version 1.39b &ndash; now available to download</a></li>
<li><a href='http://www.kerrinhardy.com/2010/04/20/zen-cart-version-1-39a-now-officially-released/' rel='bookmark' title='Permanent Link: Zen Cart version 1.39a &ndash; now officially released!'>Zen Cart version 1.39a &ndash; now officially released!</a></li>
<li><a href='http://www.kerrinhardy.com/2010/04/13/zen-cart-version-1-39-beta-released-today/' rel='bookmark' title='Permanent Link: Zen Cart version 1.39 BETA released today'>Zen Cart version 1.39 BETA released today</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<p>The Zen Cart developers are on a roll!&#160; The newest release of Zen Cart – 1.39d – has now been released.&#160; This release does not include any new features but does contain many important bug fixes.   <br /><img title="Zen Cart v1.39b" alt="Zen Cart v1.39b" src="http://www.kerrinhardy.com/wp-content/uploads/2010/04/image33.png" /></p>
<p><strong>Official announcement thread</strong>:</p>
<p><a title="http://www.zen-cart.com/forum/showthread.php?t=156619" href="http://www.zen-cart.com/forum/showthread.php?t=156619">http://www.zen-cart.com/forum/showthread.php?t=156619</a></p>
<p><strong>Official Download from SourceForge</strong>:</p>
<p><a title="http://sourceforge.net/projects/zencart/files/CURRENT_%20Zen%20Cart%201.3.x%20Series/Zen%20Cart%20v1.3.9%20-%20Full%20Release/zen-cart-v1.3.9d-full-fileset-06032010.zip/download" href="http://sourceforge.net/projects/zencart/files/CURRENT_%20Zen%20Cart%201.3.x%20Series/Zen%20Cart%20v1.3.9%20-%20Full%20Release/zen-cart-v1.3.9d-full-fileset-06032010.zip/download">http://sourceforge.net/projects/zencart/files/CURRENT_%20Zen%20Cart%201.3.x%20Series/Zen%20Cart%20v1.3.9%20-%20Full%20Release/zen-cart-v1.3.9d-full-fileset-06032010.zip/download</a></p>
<h6>What’s New in v1.3.9d</h6>
<ul>
<li>BUGSFORUM-1271 &#8211; No numeric check for quantity update on shopping_cart page </li>
<li>BUGSFORUM-1276 &#8211; Contact us message not persisting when errors occur </li>
<li>Various sanitization updates to addresses new false positive pci scan reports </li>
<li>Addressed problems with duplicate orders caused when using PayPal IPN module </li>
<li>BUGSFORUM-1278 &#8211; Zone restrictions problem with PayPal Express Checkout </li>
<li>Fix error: 10408 Express Checkout token is missing (when store name contains &amp; symbol) </li>
<li>BUGSFORUM-1013 &#8211; ALT text in template override paypalwpp.php </li>
<li>Fix bug where add by Product ID does not show on large sites with no Featured or Specials added yet </li>
<li>Added housekeeping step to remove old paypal sessions records when IPN is processed for WPS transactions </li>
<li>Added more SSL detection cases </li>
<li>BUGSFORUM-378 &#8211; shipping calculation fixes </li>
<li>BUGSFORUM-1303 fix backslash problem when using admin back button from preview in 1.3.9b/c </li>
<li>BUGSFORUM-1246 &#8211; extra apostrophe in developers_tool_kit.php </li>
<li>Update order.php so that &quot;free shipping&quot; doesn&#8217;t show as &quot;f&quot; as the shipping method when viewing orders in the admin </li>
<li>Fix Free Charge Card on $0.00 orders to show on confirmation </li>
</ul>


<p>More Zen Cart:<ol><li><a href='http://www.kerrinhardy.com/2010/05/19/zen-cart-version-1-39c-new-version-released-today/' rel='bookmark' title='Permanent Link: Zen Cart version 1.39c &ndash; new version released today'>Zen Cart version 1.39c &ndash; new version released today</a></li>
<li><a href='http://www.kerrinhardy.com/2010/07/27/new-version-of-zen-cart-released-today-1-39e/' rel='bookmark' title='Permanent Link: New version of Zen Cart Released Today &ndash; 1.39e'>New version of Zen Cart Released Today &ndash; 1.39e</a></li>
<li><a href='http://www.kerrinhardy.com/2010/05/02/zen-cart-version-1-39b-now-available-to-download/' rel='bookmark' title='Permanent Link: Zen Cart version 1.39b &ndash; now available to download'>Zen Cart version 1.39b &ndash; now available to download</a></li>
<li><a href='http://www.kerrinhardy.com/2010/04/20/zen-cart-version-1-39a-now-officially-released/' rel='bookmark' title='Permanent Link: Zen Cart version 1.39a &ndash; now officially released!'>Zen Cart version 1.39a &ndash; now officially released!</a></li>
<li><a href='http://www.kerrinhardy.com/2010/04/13/zen-cart-version-1-39-beta-released-today/' rel='bookmark' title='Permanent Link: Zen Cart version 1.39 BETA released today'>Zen Cart version 1.39 BETA released today</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://www.kerrinhardy.com/2010/06/05/zen-cart-version-1-39d-new-version-released/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Zen Cart version 1.39c &#8211; new version released today</title>
		<link>http://www.kerrinhardy.com/2010/05/19/zen-cart-version-1-39c-new-version-released-today/</link>
		<comments>http://www.kerrinhardy.com/2010/05/19/zen-cart-version-1-39c-new-version-released-today/#comments</comments>
		<pubDate>Wed, 19 May 2010 05:58:08 +0000</pubDate>
		<dc:creator>kerrin hardy</dc:creator>
				<category><![CDATA[Zen Cart]]></category>
		<category><![CDATA[zen cart 1.39]]></category>

		<guid isPermaLink="false">http://www.kerrinhardy.com/2010/05/19/zen-cart-version-1-39c-new-version-released-today/</guid>
		<description><![CDATA[A number of additional bug fixes have been rolled into the latest release of Zen Cart – 1.39c. Official announcement thread: http://www.zen-cart.com/forum/showthread.php?t=155307 Official Download from SourceForge: http://sourceforge.net/projects/zencart/files/CURRENT_%20Zen%20Cart%201.3.x%20Series/Zen%20Cart%20v1.3.9%20-%20Full%20Release/zen-cart-v1.3.9c-full-fileset-05162010.zip/download What&#8217;s New in v1.3.9c BUGSFORUM-1225 &#8211; 154055: Missing quotes in coupon_restrict.php language file BUGSFORUM-1227 &#8211; 154064: javascript validation of edit account form BUGSFORUM-1231 &#8211; 154121: Unknown modifier &#8216;h&#8217; [...]


More Zen Cart:<ol><li><a href='http://www.kerrinhardy.com/2010/06/05/zen-cart-version-1-39d-new-version-released/' rel='bookmark' title='Permanent Link: Zen Cart version 1.39d &ndash; new version released'>Zen Cart version 1.39d &ndash; new version released</a></li>
<li><a href='http://www.kerrinhardy.com/2010/07/27/new-version-of-zen-cart-released-today-1-39e/' rel='bookmark' title='Permanent Link: New version of Zen Cart Released Today &ndash; 1.39e'>New version of Zen Cart Released Today &ndash; 1.39e</a></li>
<li><a href='http://www.kerrinhardy.com/2010/05/02/zen-cart-version-1-39b-now-available-to-download/' rel='bookmark' title='Permanent Link: Zen Cart version 1.39b &ndash; now available to download'>Zen Cart version 1.39b &ndash; now available to download</a></li>
<li><a href='http://www.kerrinhardy.com/2010/04/13/zen-cart-version-1-39-beta-released-today/' rel='bookmark' title='Permanent Link: Zen Cart version 1.39 BETA released today'>Zen Cart version 1.39 BETA released today</a></li>
<li><a href='http://www.kerrinhardy.com/2010/04/20/zen-cart-version-1-39a-now-officially-released/' rel='bookmark' title='Permanent Link: Zen Cart version 1.39a &ndash; now officially released!'>Zen Cart version 1.39a &ndash; now officially released!</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<p>A number of additional bug fixes have been rolled into the latest release of Zen Cart – 1.39c.</p>
<p><img title="Zen Cart v1.39b" alt="Zen Cart v1.39b" src="http://www.kerrinhardy.com/wp-content/uploads/2010/04/image33.png" /> </p>
<p><strong>Official announcement thread</strong>:</p>
<p><a title="http://www.zen-cart.com/forum/showthread.php?t=155307" href="http://www.zen-cart.com/forum/showthread.php?t=155307">http://www.zen-cart.com/forum/showthread.php?t=155307</a></p>
<p><strong>Official Download from SourceForge</strong>:</p>
<p><a title="http://sourceforge.net/projects/zencart/files/CURRENT_%20Zen%20Cart%201.3.x%20Series/Zen%20Cart%20v1.3.9%20-%20Full%20Release/zen-cart-v1.3.9c-full-fileset-05162010.zip/download" href="http://sourceforge.net/projects/zencart/files/CURRENT_%20Zen%20Cart%201.3.x%20Series/Zen%20Cart%20v1.3.9%20-%20Full%20Release/zen-cart-v1.3.9c-full-fileset-05162010.zip/download">http://sourceforge.net/projects/zencart/files/CURRENT_%20Zen%20Cart%201.3.x%20Series/Zen%20Cart%20v1.3.9%20-%20Full%20Release/zen-cart-v1.3.9c-full-fileset-05162010.zip/download</a></p>
<h4>What&#8217;s New in v1.3.9c</h4>
<ul>
<li>BUGSFORUM-1225 &#8211; 154055: Missing quotes in coupon_restrict.php language file</li>
<li>BUGSFORUM-1227 &#8211; 154064: javascript validation of edit account form</li>
<li>BUGSFORUM-1231 &#8211; 154121: Unknown modifier &#8216;h&#8217; in layout_controller.php</li>
<li>BUGSFORUM-1233 &#8211; zenid added at the end of the canonical element if first click is a linked product</li>
<li>BUGSFORUM-1235 &#8211; session functionality problem on Windoze</li>
<li>BUGSFORUM-1256 &#8211; fix broken download problems from v1.3.9a and v1.3.9b</li>
<li>BUGSFORUM-1257 &#8211; fix download errors from v1.3.9a and v1.3.9b</li>
<li>BUGSFORUM-1261 &#8211; Problem with automatic created account welcome e-mail &#8211; when using PayPal Express Checkout</li>
<li>Attributes-Controller: prevent division-by-zero errors if storeowner has mistakenly set the attribs-per-page value to zero</li>
<li>Fix minor array_merge error which was appearing in PHP logs during PayPal Express Checkout transactions for international addresses</li>
<li>Some debug code had been left in some payment modules, causing debug-logging to occur even when logging was disabled</li>
<li>Allow cookie domain and path to be overridden by user defines.     <br />product_info pages could trigger browser security warnings under some isolated circumstances; thus, templates are updated</li>
<li>Fix intermittent problem with multiple IP addresses being submitted to Cardinal for 3d-secure processing</li>
<li>Some Solo cards were being identified as Maestro, thus causing some 3d-secure problems</li>
<li>Fix broken HTML-formatted email messages in &quot;welcome&quot; email sent when first-time customers use Express Checkout</li>
<li>BUGSFORUM-1263 &#8211; FCKeditor shows raw HTML markup in product descriptions with v1.3.9b</li>
<li>Fix minor issue with missing category display when navigating in downloads_manager </li>
</ul>


<p>More Zen Cart:<ol><li><a href='http://www.kerrinhardy.com/2010/06/05/zen-cart-version-1-39d-new-version-released/' rel='bookmark' title='Permanent Link: Zen Cart version 1.39d &ndash; new version released'>Zen Cart version 1.39d &ndash; new version released</a></li>
<li><a href='http://www.kerrinhardy.com/2010/07/27/new-version-of-zen-cart-released-today-1-39e/' rel='bookmark' title='Permanent Link: New version of Zen Cart Released Today &ndash; 1.39e'>New version of Zen Cart Released Today &ndash; 1.39e</a></li>
<li><a href='http://www.kerrinhardy.com/2010/05/02/zen-cart-version-1-39b-now-available-to-download/' rel='bookmark' title='Permanent Link: Zen Cart version 1.39b &ndash; now available to download'>Zen Cart version 1.39b &ndash; now available to download</a></li>
<li><a href='http://www.kerrinhardy.com/2010/04/13/zen-cart-version-1-39-beta-released-today/' rel='bookmark' title='Permanent Link: Zen Cart version 1.39 BETA released today'>Zen Cart version 1.39 BETA released today</a></li>
<li><a href='http://www.kerrinhardy.com/2010/04/20/zen-cart-version-1-39a-now-officially-released/' rel='bookmark' title='Permanent Link: Zen Cart version 1.39a &ndash; now officially released!'>Zen Cart version 1.39a &ndash; now officially released!</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://www.kerrinhardy.com/2010/05/19/zen-cart-version-1-39c-new-version-released-today/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>What does the Page Parse Time Information mean in the Zen Cart footer?</title>
		<link>http://www.kerrinhardy.com/2010/05/13/what-does-the-page-parse-time-information-mean-in-the-zen-cart-footer/</link>
		<comments>http://www.kerrinhardy.com/2010/05/13/what-does-the-page-parse-time-information-mean-in-the-zen-cart-footer/#comments</comments>
		<pubDate>Wed, 12 May 2010 23:18:00 +0000</pubDate>
		<dc:creator>kerrin hardy</dc:creator>
				<category><![CDATA[Zen Cart]]></category>
		<category><![CDATA[increase performance]]></category>
		<category><![CDATA[zen cart footer]]></category>

		<guid isPermaLink="false">http://www.kerrinhardy.com/2010/05/13/what-does-the-page-parse-time-information-mean-in-the-zen-cart-footer/</guid>
		<description><![CDATA[The Page Parse Time information consists of three page statistics: The page Parse Time is the time it took from when the first line of code in index.php started processing until the footer of your page was drawn. This includes the delays introduced by any SQL queries waiting on the database. The parse time is [...]


More Zen Cart:<ol><li><a href='http://www.kerrinhardy.com/2010/05/14/turn-on-or-off-the-display-of-the-page-parse-time/' rel='bookmark' title='Permanent Link: Turn on or off the display of the page parse time'>Turn on or off the display of the page parse time</a></li>
<li><a href='http://www.kerrinhardy.com/2010/01/24/anatomy-of-the-zen-cart-footer/' rel='bookmark' title='Permanent Link: Anatomy of the Zen Cart Footer'>Anatomy of the Zen Cart Footer</a></li>
<li><a href='http://www.kerrinhardy.com/2009/12/31/remove-page-2-page-3-or-page-4-from-more-information-sidebox-in-zen-cart/' rel='bookmark' title='Permanent Link: Remove Page 2, Page 3 or Page 4 from More Information Sidebox in Zen Cart'>Remove Page 2, Page 3 or Page 4 from More Information Sidebox in Zen Cart</a></li>
<li><a href='http://www.kerrinhardy.com/2010/01/02/update-page-title-of-page-2-page-3-or-page-4-in-more-information-sidebox/' rel='bookmark' title='Permanent Link: Update Page Title of Page 2, Page 3 or Page 4 in More Information sidebox'>Update Page Title of Page 2, Page 3 or Page 4 in More Information sidebox</a></li>
<li><a href='http://www.kerrinhardy.com/2010/01/02/update-page-heading-of-page-2-page-3-or-page-4-in-more-information-sidebox/' rel='bookmark' title='Permanent Link: Update Page Heading of Page 2, Page 3 or Page 4 in More Information sidebox'>Update Page Heading of Page 2, Page 3 or Page 4 in More Information sidebox</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<p><img style="border-bottom: 0px; border-left: 0px; display: inline; border-top: 0px; border-right: 0px" title="Zen Cart - Display of Page Parse Time" border="0" alt="Zen Cart - Display of Page Parse Time" src="http://www.kerrinhardy.com/wp-content/uploads/2010/05/image25.png" width="602" height="45" /> </p>
<p>The Page Parse Time information consists of three page statistics:</p>
<ol>
<li>The page <strong>Parse Time</strong> is the time it took from when the first line of code in index.php started processing until the footer of your page was drawn. This includes the delays introduced by any SQL queries waiting on the database.      </p>
<p>The parse time is shown in seconds.      </li>
<li>The SQL queries counter or <strong>Number of Queries </strong>is the number of hits on the database in order to retrieve the required data to build and display the page.      </li>
<li>The SQL <strong>Query Time</strong> is sum total of the time taken for each of the SQL queries to run &#8211; from the time of sending a query until the results are returned – that are required to build and display the page. </li>
</ol>
<p>See <a title="Turn on or off the display of the page parse time" href="http://www.kerrinhardy.com/2010/05/14/turn-on-or-off-the-display-of-the-page-parse-time/">Turn on or off the display of the page parse time</a> if you wish to enable or disable the display of this information.</p>


<p>More Zen Cart:<ol><li><a href='http://www.kerrinhardy.com/2010/05/14/turn-on-or-off-the-display-of-the-page-parse-time/' rel='bookmark' title='Permanent Link: Turn on or off the display of the page parse time'>Turn on or off the display of the page parse time</a></li>
<li><a href='http://www.kerrinhardy.com/2010/01/24/anatomy-of-the-zen-cart-footer/' rel='bookmark' title='Permanent Link: Anatomy of the Zen Cart Footer'>Anatomy of the Zen Cart Footer</a></li>
<li><a href='http://www.kerrinhardy.com/2009/12/31/remove-page-2-page-3-or-page-4-from-more-information-sidebox-in-zen-cart/' rel='bookmark' title='Permanent Link: Remove Page 2, Page 3 or Page 4 from More Information Sidebox in Zen Cart'>Remove Page 2, Page 3 or Page 4 from More Information Sidebox in Zen Cart</a></li>
<li><a href='http://www.kerrinhardy.com/2010/01/02/update-page-title-of-page-2-page-3-or-page-4-in-more-information-sidebox/' rel='bookmark' title='Permanent Link: Update Page Title of Page 2, Page 3 or Page 4 in More Information sidebox'>Update Page Title of Page 2, Page 3 or Page 4 in More Information sidebox</a></li>
<li><a href='http://www.kerrinhardy.com/2010/01/02/update-page-heading-of-page-2-page-3-or-page-4-in-more-information-sidebox/' rel='bookmark' title='Permanent Link: Update Page Heading of Page 2, Page 3 or Page 4 in More Information sidebox'>Update Page Heading of Page 2, Page 3 or Page 4 in More Information sidebox</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://www.kerrinhardy.com/2010/05/13/what-does-the-page-parse-time-information-mean-in-the-zen-cart-footer/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Zen Cart version 1.39b &#8211; now available to download</title>
		<link>http://www.kerrinhardy.com/2010/05/02/zen-cart-version-1-39b-now-available-to-download/</link>
		<comments>http://www.kerrinhardy.com/2010/05/02/zen-cart-version-1-39b-now-available-to-download/#comments</comments>
		<pubDate>Sun, 02 May 2010 07:24:00 +0000</pubDate>
		<dc:creator>kerrin hardy</dc:creator>
				<category><![CDATA[Zen Cart]]></category>
		<category><![CDATA[zen cart 1.39]]></category>

		<guid isPermaLink="false">http://www.kerrinhardy.com/2010/05/02/zen-cart-version-1-39b-now-available-to-download/</guid>
		<description><![CDATA[A number of bug fixes have now been included in the latest release of Zen Cart – 1.39b. Official announcement thread: http://www.zen-cart.com/forum/showthread.php?p=879767#post879767 Official Download from SourceForge: http://sourceforge.net/projects/zencart/files/CURRENT_%20Zen%20Cart%201.3.x%20Series/Zen%20Cart%20v1.3.9%20-%20Full%20Release/zen-cart-v1.3.9b-full-fileset-04302010.zip/download What&#8217;s New in v1.3.9b Certain .htaccess directives were causing problems on some server configurations, so have been adjusted. If you want the security protection offered by the removed [...]


More Zen Cart:<ol><li><a href='http://www.kerrinhardy.com/2010/06/05/zen-cart-version-1-39d-new-version-released/' rel='bookmark' title='Permanent Link: Zen Cart version 1.39d &ndash; new version released'>Zen Cart version 1.39d &ndash; new version released</a></li>
<li><a href='http://www.kerrinhardy.com/2010/05/19/zen-cart-version-1-39c-new-version-released-today/' rel='bookmark' title='Permanent Link: Zen Cart version 1.39c &ndash; new version released today'>Zen Cart version 1.39c &ndash; new version released today</a></li>
<li><a href='http://www.kerrinhardy.com/2010/07/27/new-version-of-zen-cart-released-today-1-39e/' rel='bookmark' title='Permanent Link: New version of Zen Cart Released Today &ndash; 1.39e'>New version of Zen Cart Released Today &ndash; 1.39e</a></li>
<li><a href='http://www.kerrinhardy.com/2010/04/13/zen-cart-version-1-39-beta-released-today/' rel='bookmark' title='Permanent Link: Zen Cart version 1.39 BETA released today'>Zen Cart version 1.39 BETA released today</a></li>
<li><a href='http://www.kerrinhardy.com/2010/04/20/zen-cart-version-1-39a-now-officially-released/' rel='bookmark' title='Permanent Link: Zen Cart version 1.39a &ndash; now officially released!'>Zen Cart version 1.39a &ndash; now officially released!</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<p>A number of bug fixes have now been included in the latest release of Zen Cart – 1.39b.</p>
<p><img title="Zen Cart v1.39b" alt="Zen Cart v1.39b" src="http://www.kerrinhardy.com/wp-content/uploads/2010/04/image33.png" /> </p>
<p><strong>Official announcement thread</strong>:</p>
<p><a title="http://www.zen-cart.com/forum/showthread.php?p=879767#post879767" href="http://www.zen-cart.com/forum/showthread.php?p=879767#post879767">http://www.zen-cart.com/forum/showthread.php?p=879767#post879767</a></p>
<p><strong>Official Download from SourceForge</strong>:</p>
<p><a title="http://sourceforge.net/projects/zencart/files/CURRENT_%20Zen%20Cart%201.3.x%20Series/Zen%20Cart%20v1.3.9%20-%20Full%20Release/zen-cart-v1.3.9b-full-fileset-04302010.zip/download" href="http://sourceforge.net/projects/zencart/files/CURRENT_%20Zen%20Cart%201.3.x%20Series/Zen%20Cart%20v1.3.9%20-%20Full%20Release/zen-cart-v1.3.9b-full-fileset-04302010.zip/download">http://sourceforge.net/projects/zencart/files/CURRENT_%20Zen%20Cart%201.3.x%20Series/Zen%20Cart%20v1.3.9%20-%20Full%20Release/zen-cart-v1.3.9b-full-fileset-04302010.zip/download</a></p>
<h4>What&#8217;s New in v1.3.9b</h4>
<ul>
<li>Certain .htaccess directives were causing problems on some server configurations, so have been adjusted. If you want the security protection offered by the removed items, just uncomment them.</li>
<li>Various 3D-Secure Fixes, including proper handling of Maestro cards</li>
<li>BUGSFORUM-1195 &#8211; Minimum value of zero gets validated incorrectly in JS form_check     </li>
<li>BUGSFORUM-1197 &#8211; fix problem with review sidebox not properly truncating review text     </li>
<li>BUGSFORUM-1198 &#8211; fix missing lookup logic in developers-toolkit language search     </li>
<li>BUGSFORUM-1199 &#8211; make ADDRESS OVERRIDE ALERT message show only to administrators, and not to customers</li>
<li>BUGSFORUM-1200 &#8211; 1.3.8-1.3.9a very small html error in collect_info.php (closing tr tag)</li>
<li>BUGSFORUM-1201 &#8211; Tax name wont show up on order if tax is 0.00</li>
<li>BUGSFORUM-1206 &#8211; onetime charge taxes</li>
<li>BUGSFORUM-1205 &#8211; Counter History problem with old MySQL versions</li>
<li>BUGSFORUM-1116 &#8211; retain html entities in product/category names/descriptions</li>
<li>Improved efficiencies in credit card identification algorithms</li>
<li>Fixes to search functionality related to use of double quotes</li>
<li>Fix problems with Free Shipping</li>
<li>Add an override to work around an email problem with using port 587 on servers not capable of actually using SSL when sending email</li>
<li>Express Checkout updates several things, including invoice numbering problems, better handling of customer-selected shipping address names, UI improvements, and more</li>
<li>BUGSFORUM-1208 &#8211; stop losing county name with GB addresses in Website Payments Pro UK</li>
<li>BUGSFORUM-1209 &#8211; State field always required when editing customer records in Admin</li>
<li>BUGSFORUM-1210 &#8211; PayPal Website Payments Pro US 10713 Invalid Data &#8211; Missing Country</li>
<li>BUGSFORUM-1211 &#8211; Yourpay/FirstData credit card CAPTUREs not processing commas correctly</li>
</ul>


<p>More Zen Cart:<ol><li><a href='http://www.kerrinhardy.com/2010/06/05/zen-cart-version-1-39d-new-version-released/' rel='bookmark' title='Permanent Link: Zen Cart version 1.39d &ndash; new version released'>Zen Cart version 1.39d &ndash; new version released</a></li>
<li><a href='http://www.kerrinhardy.com/2010/05/19/zen-cart-version-1-39c-new-version-released-today/' rel='bookmark' title='Permanent Link: Zen Cart version 1.39c &ndash; new version released today'>Zen Cart version 1.39c &ndash; new version released today</a></li>
<li><a href='http://www.kerrinhardy.com/2010/07/27/new-version-of-zen-cart-released-today-1-39e/' rel='bookmark' title='Permanent Link: New version of Zen Cart Released Today &ndash; 1.39e'>New version of Zen Cart Released Today &ndash; 1.39e</a></li>
<li><a href='http://www.kerrinhardy.com/2010/04/13/zen-cart-version-1-39-beta-released-today/' rel='bookmark' title='Permanent Link: Zen Cart version 1.39 BETA released today'>Zen Cart version 1.39 BETA released today</a></li>
<li><a href='http://www.kerrinhardy.com/2010/04/20/zen-cart-version-1-39a-now-officially-released/' rel='bookmark' title='Permanent Link: Zen Cart version 1.39a &ndash; now officially released!'>Zen Cart version 1.39a &ndash; now officially released!</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://www.kerrinhardy.com/2010/05/02/zen-cart-version-1-39b-now-available-to-download/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to do a complete Backup of your Zen Cart Store</title>
		<link>http://www.kerrinhardy.com/2010/04/27/how-to-do-a-complete-backup-of-your-zen-cart-store/</link>
		<comments>http://www.kerrinhardy.com/2010/04/27/how-to-do-a-complete-backup-of-your-zen-cart-store/#comments</comments>
		<pubDate>Mon, 26 Apr 2010 22:31:00 +0000</pubDate>
		<dc:creator>kerrin hardy</dc:creator>
				<category><![CDATA[Zen Cart]]></category>
		<category><![CDATA[backup]]></category>

		<guid isPermaLink="false">http://www.kerrinhardy.com/2010/04/27/how-to-do-a-complete-backup-of-your-zen-cart-store/</guid>
		<description><![CDATA[As a Zen Cart Store Owner, one of your most important tasks is the regular backup of your store’s database and files. Your Zen Cart store consists of PHP and other files that makes your store work together with the template files and these are all hosted on your web server.  There is also the [...]


More Zen Cart:<ol><li><a href='http://www.kerrinhardy.com/2010/04/24/back-up-the-zen-cart-database-with-phpmyadmin/' rel='bookmark' title='Permanent Link: Back up the Zen Cart Database with phpMyAdmin'>Back up the Zen Cart Database with phpMyAdmin</a></li>
<li><a href='http://www.kerrinhardy.com/2010/04/26/how-to-backup-your-zen-cart-store-files-templates-using-cpanel/' rel='bookmark' title='Permanent Link: How to backup your Zen Cart Store Files &amp; Templates using cPanel'>How to backup your Zen Cart Store Files &amp; Templates using cPanel</a></li>
<li><a href='http://www.kerrinhardy.com/2010/04/25/how-to-backup-your-zen-cart-store-files-templates-using-filezilla/' rel='bookmark' title='Permanent Link: How to backup your Zen Cart Store Files &amp; Templates using FileZilla'>How to backup your Zen Cart Store Files &amp; Templates using FileZilla</a></li>
<li><a href='http://www.kerrinhardy.com/2009/10/05/customising-zen-cart/' rel='bookmark' title='Permanent Link: Customising Zen Cart?'>Customising Zen Cart?</a></li>
<li><a href='http://www.kerrinhardy.com/zen-cart/installing-configuring-zen-cart-full-step-by-step-guide/' rel='bookmark' title='Permanent Link: Installing &#038; Configuring Zen Cart &#8211; Full Step-by-Step Guide'>Installing &#038; Configuring Zen Cart &#8211; Full Step-by-Step Guide</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<p>As a Zen Cart Store Owner, one of your most important tasks is the regular backup of your store’s database and files.</p>
<p>Your Zen Cart store consists of PHP and other files that makes your store work together with the template files and these are all hosted on your web server.  There is also the MySQL database that contains all your products, orders, customers, and settings information.  As you customise your store you may end up changing a number of PHP and CSS files.  And as you configure your store, add products and make sales there are certainly many updates made in the database.  So you can see that it is important to take a backup when a change is made, such as the installation of a new add-on (module) or template, and also to continue to backup your store on a regular basis so that current customer and order information is included.</p>
<p>To do a complete back up of your Zen Cart store:</p>
<ol>
<li><strong>Back up the Zen Cart Database</strong><br />
See <a href="http://www.kerrinhardy.com/2010/04/24/back-up-the-zen-cart-database-with-phpmyadmin/">Back up the Zen Cart Database with phpMyAdmin</a> for step-by-step instructions if your host provides cPanel and phpMyAdmin access.</p>
<p>Or, you may wish to look at the Zen Cart Add On available &#8211; <a title="Backup MYSQL Plugin" rel="nofollow" href="http://www.zen-cart.com/index.php?main_page=product_contrib_info&amp;cPath=40_41&amp;products_id=81" target="_blank">Backup MYSQL Plugin</a>.</li>
<li><strong>Back up the Zen Cart Files</strong><br />
To take a backup of the Zen cart files you are, in effect, just copying the files to an alternative location for safekeeping.For step-by-step instructions, look at:</p>
<ul>
<li><a title="How to backup your Zen Cart Store Files &amp; Templates using FileZilla" href="http://www.kerrinhardy.com/2010/04/25/how-to-backup-your-zen-cart-store-files-templates-using-filezilla/">How to backup your Zen Cart Store Files &amp; Templates using FileZilla</a></li>
<li><a title="How to backup your Zen Cart Store Files &amp; Templates using cPanel" href="http://www.kerrinhardy.com/2010/04/26/how-to-backup-your-zen-cart-store-files-templates-using-cpanel/">How to backup your Zen Cart Store Files &amp; Templates using cPanel</a></li>
</ul>
</li>
</ol>
<p>You may wish to also regularly burn a complete backup of your Zen Cart store to CD or DVD to ensure that you always have a safe copy regardless of hosting problems or local computer problems.</p>


<p>More Zen Cart:<ol><li><a href='http://www.kerrinhardy.com/2010/04/24/back-up-the-zen-cart-database-with-phpmyadmin/' rel='bookmark' title='Permanent Link: Back up the Zen Cart Database with phpMyAdmin'>Back up the Zen Cart Database with phpMyAdmin</a></li>
<li><a href='http://www.kerrinhardy.com/2010/04/26/how-to-backup-your-zen-cart-store-files-templates-using-cpanel/' rel='bookmark' title='Permanent Link: How to backup your Zen Cart Store Files &amp; Templates using cPanel'>How to backup your Zen Cart Store Files &amp; Templates using cPanel</a></li>
<li><a href='http://www.kerrinhardy.com/2010/04/25/how-to-backup-your-zen-cart-store-files-templates-using-filezilla/' rel='bookmark' title='Permanent Link: How to backup your Zen Cart Store Files &amp; Templates using FileZilla'>How to backup your Zen Cart Store Files &amp; Templates using FileZilla</a></li>
<li><a href='http://www.kerrinhardy.com/2009/10/05/customising-zen-cart/' rel='bookmark' title='Permanent Link: Customising Zen Cart?'>Customising Zen Cart?</a></li>
<li><a href='http://www.kerrinhardy.com/zen-cart/installing-configuring-zen-cart-full-step-by-step-guide/' rel='bookmark' title='Permanent Link: Installing &#038; Configuring Zen Cart &#8211; Full Step-by-Step Guide'>Installing &#038; Configuring Zen Cart &#8211; Full Step-by-Step Guide</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://www.kerrinhardy.com/2010/04/27/how-to-do-a-complete-backup-of-your-zen-cart-store/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>How to backup your Zen Cart Store Files &amp; Templates using cPanel</title>
		<link>http://www.kerrinhardy.com/2010/04/26/how-to-backup-your-zen-cart-store-files-templates-using-cpanel/</link>
		<comments>http://www.kerrinhardy.com/2010/04/26/how-to-backup-your-zen-cart-store-files-templates-using-cpanel/#comments</comments>
		<pubDate>Sun, 25 Apr 2010 23:40:00 +0000</pubDate>
		<dc:creator>kerrin hardy</dc:creator>
				<category><![CDATA[Zen Cart]]></category>
		<category><![CDATA[backup]]></category>

		<guid isPermaLink="false">http://www.kerrinhardy.com/2010/04/26/how-to-backup-your-zen-cart-store-files-templates-using-cpanel/</guid>
		<description><![CDATA[To perform a complete backup of your entire Zen Cart store: Log in to cPanel. Click on File Manager. Select the correct location of your Zen Cart install and click the Go button. Note:&#160; Web hosts have their preferences in naming the folders that are your Internet folders. Look for a “www” or “public_html” or [...]


More Zen Cart:<ol><li><a href='http://www.kerrinhardy.com/2010/04/25/how-to-backup-your-zen-cart-store-files-templates-using-filezilla/' rel='bookmark' title='Permanent Link: How to backup your Zen Cart Store Files &amp; Templates using FileZilla'>How to backup your Zen Cart Store Files &amp; Templates using FileZilla</a></li>
<li><a href='http://www.kerrinhardy.com/2010/04/27/how-to-do-a-complete-backup-of-your-zen-cart-store/' rel='bookmark' title='Permanent Link: How to do a complete Backup of your Zen Cart Store'>How to do a complete Backup of your Zen Cart Store</a></li>
<li><a href='http://www.kerrinhardy.com/2009/11/15/uploading-the-zen-cart-files-to-your-web-server/' rel='bookmark' title='Permanent Link: Uploading the Zen Cart files to your web server'>Uploading the Zen Cart files to your web server</a></li>
<li><a href='http://www.kerrinhardy.com/2009/11/15/create-the-configure-php-files/' rel='bookmark' title='Permanent Link: Create the configure.php files'>Create the configure.php files</a></li>
<li><a href='http://www.kerrinhardy.com/2009/11/12/download-zen-cart-installation-files/' rel='bookmark' title='Permanent Link: Download Zen Cart Installation Files'>Download Zen Cart Installation Files</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<p>To perform a complete backup of your entire Zen Cart store:</p>
<ol>
<li>Log in to <strong>cPanel</strong>. </li>
<li>Click on <strong>File Manager</strong>.      <br /><img title="File Manager in &#13;&#10; cPanel" border="0" alt="File Manager in cPanel" src="http://www.kerrinhardy.com/wp-content/uploads/2009/11/image39.png" width="525" height="191" /></li>
<li>Select the correct location of your Zen Cart install and click the <strong>Go</strong> button.      <br /><img title="cPanel File Manager" border="0" alt="cPanel File Manager" src="http://www.kerrinhardy.com/wp-content/uploads/2009/11/image40.png" width="411" height="309" />      <br />Note:&#160; Web hosts have their preferences in naming the folders that are your Internet folders. Look for a “www” or “public_html” or “htdocs” or “httpdocs” or “wwwroot” folder. These are some of the common folder names for what is referred to as the “Web Root”, which is where all your website content is served from. Your Zen Cart files will be in one of these folders.      </li>
<li>If your Zen Cart files are in the web root, select all the files and folders by ticking the corresponding checkboxes.     <br />If your Zen Cart files are in a subfolder, you can select just that folder by ticking the corresponding checkbox.
<p>Then, click on the <strong><em>Compress</em></strong> icon in the top menu toolbar.      <br /><img style="border-bottom: 0px; border-left: 0px; display: inline; border-top: 0px; border-right: 0px" title="image" border="0" alt="image" src="http://www.kerrinhardy.com/wp-content/uploads/2010/04/image43.png" width="355" height="482" />       </li>
<li>Select the preferred <strong><em>Compression Type </em></strong>and also change the name to something more meaningful for you.&#160; Then click on the <strong><em>Compress File(s) </em></strong>button.      <br /><img style="border-bottom: 0px; border-left: 0px; display: inline; border-top: 0px; border-right: 0px" title="Compress Zen Cart Files &amp; Folders" border="0" alt="Compress Zen Cart Files &amp; Folders" src="http://www.kerrinhardy.com/wp-content/uploads/2010/04/image44.png" width="402" height="374" />       </li>
<li>The compressed file is created:     <br /><img style="border-bottom: 0px; border-left: 0px; display: inline; border-top: 0px; border-right: 0px" title="Creating Compressed Archive of Zen Cart Folder" border="0" alt="Creating Compressed Archive of Zen Cart Folder" src="http://www.kerrinhardy.com/wp-content/uploads/2010/04/image45.png" width="251" height="105" />       <br />and when completed the <strong>Compression Results</strong> window will be displayed:      <br /><img style="border-bottom: 0px; border-left: 0px; display: inline; border-top: 0px; border-right: 0px" title="Zen Cart - Compression Results" border="0" alt="Zen Cart - Compression Results" src="http://www.kerrinhardy.com/wp-content/uploads/2010/04/image46.png" width="402" height="253" />       </li>
<li>The compressed backup file is now available for you to download and store offline.&#160; You will now either save the backup file to a folder on your local computer or burn a copy to CD or DVD.&#160; The backup file can the be removed from your web host then in order to conserve space.     <br /><img style="border-bottom: 0px; border-left: 0px; display: inline; border-top: 0px; border-right: 0px" title="Zen Cart Backup" border="0" alt="Zen Cart Backup" src="http://www.kerrinhardy.com/wp-content/uploads/2010/04/image47.png" width="263" height="46" /> </li>
</ol>


<p>More Zen Cart:<ol><li><a href='http://www.kerrinhardy.com/2010/04/25/how-to-backup-your-zen-cart-store-files-templates-using-filezilla/' rel='bookmark' title='Permanent Link: How to backup your Zen Cart Store Files &amp; Templates using FileZilla'>How to backup your Zen Cart Store Files &amp; Templates using FileZilla</a></li>
<li><a href='http://www.kerrinhardy.com/2010/04/27/how-to-do-a-complete-backup-of-your-zen-cart-store/' rel='bookmark' title='Permanent Link: How to do a complete Backup of your Zen Cart Store'>How to do a complete Backup of your Zen Cart Store</a></li>
<li><a href='http://www.kerrinhardy.com/2009/11/15/uploading-the-zen-cart-files-to-your-web-server/' rel='bookmark' title='Permanent Link: Uploading the Zen Cart files to your web server'>Uploading the Zen Cart files to your web server</a></li>
<li><a href='http://www.kerrinhardy.com/2009/11/15/create-the-configure-php-files/' rel='bookmark' title='Permanent Link: Create the configure.php files'>Create the configure.php files</a></li>
<li><a href='http://www.kerrinhardy.com/2009/11/12/download-zen-cart-installation-files/' rel='bookmark' title='Permanent Link: Download Zen Cart Installation Files'>Download Zen Cart Installation Files</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://www.kerrinhardy.com/2010/04/26/how-to-backup-your-zen-cart-store-files-templates-using-cpanel/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to backup your Zen Cart Store Files &amp; Templates using FileZilla</title>
		<link>http://www.kerrinhardy.com/2010/04/25/how-to-backup-your-zen-cart-store-files-templates-using-filezilla/</link>
		<comments>http://www.kerrinhardy.com/2010/04/25/how-to-backup-your-zen-cart-store-files-templates-using-filezilla/#comments</comments>
		<pubDate>Sun, 25 Apr 2010 00:49:00 +0000</pubDate>
		<dc:creator>kerrin hardy</dc:creator>
				<category><![CDATA[Zen Cart]]></category>
		<category><![CDATA[backup]]></category>

		<guid isPermaLink="false">http://www.kerrinhardy.com/2010/04/25/how-to-backup-your-zen-cart-store-files-templates-using-filezilla/</guid>
		<description><![CDATA[To perform a complete backup of your Zen Cart store files using FileZilla: Open FileZilla. In the Quickconnect section at the top of the screen, enter your Host, Username, Password and Port information and click on the Quickconnect button.&#160; This information would have been sent to you when you first signed up for your web [...]


More Zen Cart:<ol><li><a href='http://www.kerrinhardy.com/2010/04/26/how-to-backup-your-zen-cart-store-files-templates-using-cpanel/' rel='bookmark' title='Permanent Link: How to backup your Zen Cart Store Files &amp; Templates using cPanel'>How to backup your Zen Cart Store Files &amp; Templates using cPanel</a></li>
<li><a href='http://www.kerrinhardy.com/2009/11/15/uploading-the-zen-cart-files-to-your-web-server/' rel='bookmark' title='Permanent Link: Uploading the Zen Cart files to your web server'>Uploading the Zen Cart files to your web server</a></li>
<li><a href='http://www.kerrinhardy.com/2010/04/27/how-to-do-a-complete-backup-of-your-zen-cart-store/' rel='bookmark' title='Permanent Link: How to do a complete Backup of your Zen Cart Store'>How to do a complete Backup of your Zen Cart Store</a></li>
<li><a href='http://www.kerrinhardy.com/2009/11/21/set-file-permissions-on-folders/' rel='bookmark' title='Permanent Link: Set File Permissions on folders'>Set File Permissions on folders</a></li>
<li><a href='http://www.kerrinhardy.com/2009/11/23/remove-zc_install-folder/' rel='bookmark' title='Permanent Link: Remove zc_install folder'>Remove zc_install folder</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<p>To perform a complete backup of your Zen Cart store files using FileZilla:</p>
<ol>
<li>Open <a title="FileZilla" href="http://www.kerrinhardy.com/2009/11/12/what-is-filezilla/">FileZilla</a>.       </li>
<li>In the Quickconnect section at the top of the screen, enter your Host, Username, Password and Port information and click on the <strong>Quickconnect</strong> button.&#160; This information would have been sent to you when you first signed up for your web hosting agreement.&#160; If you do not have this to hand, contact your web host.       <br /><img title="FileZilla Quickconnect" border="0" alt="FileZilla - Quickconnect" src="http://www.kerrinhardy.com/wp-content/uploads/2009/11/image35.png" width="707" height="33" /></li>
<li>Once connected, you will notice that the section on the left hand side of the screen is your local files (ie the files on your computer) and the section on the right hand side is your web host files (ie the files that make up your website).      <br /><img title="FileZilla" border="0" alt="FileZilla" src="http://www.kerrinhardy.com/wp-content/uploads/2009/11/image34.png" width="302" height="236" /></li>
<li>Under the section <strong>Local Site</strong>, navigate to the location where you wish to save your Zen Cart backup files.&#160; Create a new folder/directory.&#160; It’s a good idea to include the date in the folder name to help you organise your backups as you go on.&#160; <strong>Double-click</strong> on this new folder.      </li>
<li>Under the section <strong>Remote Site</strong>, navigate to the location of your Zen Cart store.&#160; Select the <strong><em>admin</em></strong> folder by clicking on it once.&#160; Then select all files and folders by holding the <strong><em>Control </em></strong>(Ctrl) key on the keyboard while you press the <strong><em>A</em></strong> key on the keyboard (Ctrl-A).      <br /><img style="border-bottom: 0px; border-left: 0px; display: inline; border-top: 0px; border-right: 0px" title="Select all Zen Cart files and folders" border="0" alt="Select all Zen Cart files and folders" src="http://www.kerrinhardy.com/wp-content/uploads/2010/04/image48.png" width="402" height="246" />       </li>
<li>Right click on the selected files and choose <strong><em>Download</em></strong> from the drop-down menu.      <br /><img style="border-bottom: 0px; border-left: 0px; display: inline; border-top: 0px; border-right: 0px" title="Download all Zen Cart Files and Folders" border="0" alt="Download all Zen Cart Files and Folders" src="http://www.kerrinhardy.com/wp-content/uploads/2010/04/image49.png" width="402" height="247" />       </li>
<li>And that’s it.&#160; All the Zen Cart store files and folders will download to the local folder specified.</li>
</ol>
<p>You can now either zip up the backup files or burn a copy to CD or DVD. </p>


<p>More Zen Cart:<ol><li><a href='http://www.kerrinhardy.com/2010/04/26/how-to-backup-your-zen-cart-store-files-templates-using-cpanel/' rel='bookmark' title='Permanent Link: How to backup your Zen Cart Store Files &amp; Templates using cPanel'>How to backup your Zen Cart Store Files &amp; Templates using cPanel</a></li>
<li><a href='http://www.kerrinhardy.com/2009/11/15/uploading-the-zen-cart-files-to-your-web-server/' rel='bookmark' title='Permanent Link: Uploading the Zen Cart files to your web server'>Uploading the Zen Cart files to your web server</a></li>
<li><a href='http://www.kerrinhardy.com/2010/04/27/how-to-do-a-complete-backup-of-your-zen-cart-store/' rel='bookmark' title='Permanent Link: How to do a complete Backup of your Zen Cart Store'>How to do a complete Backup of your Zen Cart Store</a></li>
<li><a href='http://www.kerrinhardy.com/2009/11/21/set-file-permissions-on-folders/' rel='bookmark' title='Permanent Link: Set File Permissions on folders'>Set File Permissions on folders</a></li>
<li><a href='http://www.kerrinhardy.com/2009/11/23/remove-zc_install-folder/' rel='bookmark' title='Permanent Link: Remove zc_install folder'>Remove zc_install folder</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://www.kerrinhardy.com/2010/04/25/how-to-backup-your-zen-cart-store-files-templates-using-filezilla/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Back up the Zen Cart Database with phpMyAdmin</title>
		<link>http://www.kerrinhardy.com/2010/04/24/back-up-the-zen-cart-database-with-phpmyadmin/</link>
		<comments>http://www.kerrinhardy.com/2010/04/24/back-up-the-zen-cart-database-with-phpmyadmin/#comments</comments>
		<pubDate>Sat, 24 Apr 2010 00:51:56 +0000</pubDate>
		<dc:creator>kerrin hardy</dc:creator>
				<category><![CDATA[Zen Cart]]></category>
		<category><![CDATA[backup]]></category>

		<guid isPermaLink="false">http://www.kerrinhardy.com/?p=1894</guid>
		<description><![CDATA[Prior to the installation of add-on modules, upgrading or moving your Zen Cart store, always remember to take a backup of the database.&#160; Even if you are not making changes to your store, a backup should continue to be taken on a regular basis to ensure your backup includes up-to-date customer and order information in [...]


More Zen Cart:<ol><li><a href='http://www.kerrinhardy.com/2009/11/05/creating-a-mysql-database-in-cpanel-for-zen-cart-installation/' rel='bookmark' title='Permanent Link: Creating a MySQL Database in cPanel for Zen Cart Installation'>Creating a MySQL Database in cPanel for Zen Cart Installation</a></li>
<li><a href='http://www.kerrinhardy.com/2010/04/17/increase-length-of-product-name-field-in-zen-cart/' rel='bookmark' title='Permanent Link: Increase length of Product Name field in Zen Cart'>Increase length of Product Name field in Zen Cart</a></li>
<li><a href='http://www.kerrinhardy.com/2010/04/21/increase-length-of-manufacturer-field-in-zen-cart/' rel='bookmark' title='Permanent Link: Increase length of Manufacturer field in Zen Cart'>Increase length of Manufacturer field in Zen Cart</a></li>
<li><a href='http://www.kerrinhardy.com/2010/04/27/how-to-do-a-complete-backup-of-your-zen-cart-store/' rel='bookmark' title='Permanent Link: How to do a complete Backup of your Zen Cart Store'>How to do a complete Backup of your Zen Cart Store</a></li>
<li><a href='http://www.kerrinhardy.com/2010/04/26/how-to-backup-your-zen-cart-store-files-templates-using-cpanel/' rel='bookmark' title='Permanent Link: How to backup your Zen Cart Store Files &amp; Templates using cPanel'>How to backup your Zen Cart Store Files &amp; Templates using cPanel</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<p>Prior to the installation of add-on modules, upgrading or moving your Zen Cart store, always remember to take a backup of the database.&#160; </p>
<p>Even if you are not making changes to your store, a backup should continue to be taken on a regular basis to ensure your backup includes up-to-date customer and order information in the event you do need to restore from the back up at any stage.</p>
<p>How often you backup your database depends on how active your store is.&#160; It could range from monthly, weekly, daily to even hourly if you are processing thousands of orders every day.&#160; If you are unsure, I would recommend you start with weekly database backups.</p>
<ol>
<li>
<h6>Log in to your cPanel Control Panel        <br /></h6>
<p>Your cPanel is located at either <a href="http://YourSitesIPAddress/cpanel">http://<em>YourSitesIPAddress</em>/cpanel</a> (for example, <a href="http://1.2.3.4/cpanel">http://1.2.3.4/cpanel)</a>, or <a href="http://www.yourdomainname.com/cpanel">http://www.<em>yourdomainname</em>.com/cpanel</a> or <a href="http://cpanel.yourdomainname.com/">http://cpanel.<em>yourdomainname</em>.com/</a>.</p>
<p>Your cPanel username and password will generally be found in a welcome email from your webhost.</p>
<p>Scroll down to the section <strong><em>Databases</em></strong> and click on <em><strong>phpMyAdmin</strong></em>.         <br /><img style="border-right-width: 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px" title="cPanel &gt; phpMyAdmin" border="0" alt="cPanel &gt; phpMyAdmin" src="http://www.kerrinhardy.com/wp-content/uploads/2010/04/image137.png" width="502" height="224" />         </p>
</li>
<li>
<p>Select the Zen Cart database from the menu on the left hand side of phpMyAdmin.        <br /><img style="border-right-width: 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px" title="Select Zen Cart database in phpMyAdmin" border="0" alt="Select Zen Cart database in phpMyAdmin" src="http://www.kerrinhardy.com/wp-content/uploads/2010/04/image205.png" width="181" height="242" />         </p>
</li>
<li>
<p>The Zen Cart database tables will now be displayed. Click on the <strong><em>Export</em></strong> tab.        <br /><img style="border-bottom: 0px; border-left: 0px; display: inline; border-top: 0px; border-right: 0px" title="Zen Cart Database Tables" border="0" alt="Zen Cart Database Tables" src="http://www.kerrinhardy.com/wp-content/uploads/2010/04/image38.png" width="602" height="372" /> </p>
</li>
<li>
<p>The recommended settings for your Zen Cart backup via phpMyAdmin are as follows:       </p>
<p><strong>Structure         <br /></strong>Make sure the following have a tick in the checkbox:        <br />- Structure        <br />- Add DROP TABLE / VIEW / PROCEDURE / FUNCTION        <br />- Add AUTO_INCREMENT value        <br />- Enclose table and fieldnames with backquotes</p>
<p><img style="border-bottom: 0px; border-left: 0px; display: inline; border-top: 0px; border-right: 0px" title="Export settings in phpMyAdmin - Structure" border="0" alt="Export settings in phpMyAdmin - Structure" src="http://www.kerrinhardy.com/wp-content/uploads/2010/04/image39.png" width="572" height="213" />&#160; </p>
<p><strong>Data</strong>        <br />Make sure the following have a tick in the checkbox:        <br />- Data        <br />- Complete Inserts        <br />- Extended Inserts        <br />- Use hexadecimal for binary fields (or BLOB)        </p>
<p>Make sure the Export type is set to <strong><em>Insert</em></strong>.</p>
<p><img style="border-bottom: 0px; border-left: 0px; display: inline; border-top: 0px; border-right: 0px" title="Export settings in phpMyAdmin - Data" border="0" alt="Export settings in phpMyAdmin - Data" src="http://www.kerrinhardy.com/wp-content/uploads/2010/04/image40.png" width="569" height="205" /> </p>
</li>
<li>
<p>Make sure <strong><em>Save as file</em></strong> has a tick in the checkbox and the <strong>File Name template</strong> is set to <strong><em>__DB__</em></strong>.        <br />Set the <strong>Compression</strong> to your preferred &#8211; “zipped” files are easier to read with Windows, “gzipped” will result in a smaller file.        <br /><img style="border-bottom: 0px; border-left: 0px; display: inline; border-top: 0px; border-right: 0px" title="Export settings in phpMyAdmin - Save as file" border="0" alt="Export settings in phpMyAdmin - Save as file" src="http://www.kerrinhardy.com/wp-content/uploads/2010/04/image41.png" width="602" height="73" />&#160; </p>
<p>Settings not mentioned can be left at the default settings.        </p>
</li>
<li>
<p>Click the <strong><em>Go</em></strong> button to back up your Zen Cart database.        </p>
</li>
<li>
<p>If prompted, click <strong><em>OK</em></strong> to save the backup file.        <br /><img style="border-bottom: 0px; border-left: 0px; display: inline; border-top: 0px; border-right: 0px" title="Save Zen Cart database backup file" border="0" alt="Save Zen Cart database backup file" src="http://www.kerrinhardy.com/wp-content/uploads/2010/04/image42.png" width="403" height="293" />         </p>
</li>
<li>
<p>Select an appropriate location to store your Zen Cart backup files.&#160; You may also wish to burn a copy of the backup file to CD or DVD for safekeeping. </p>
</li>
</ol>


<p>More Zen Cart:<ol><li><a href='http://www.kerrinhardy.com/2009/11/05/creating-a-mysql-database-in-cpanel-for-zen-cart-installation/' rel='bookmark' title='Permanent Link: Creating a MySQL Database in cPanel for Zen Cart Installation'>Creating a MySQL Database in cPanel for Zen Cart Installation</a></li>
<li><a href='http://www.kerrinhardy.com/2010/04/17/increase-length-of-product-name-field-in-zen-cart/' rel='bookmark' title='Permanent Link: Increase length of Product Name field in Zen Cart'>Increase length of Product Name field in Zen Cart</a></li>
<li><a href='http://www.kerrinhardy.com/2010/04/21/increase-length-of-manufacturer-field-in-zen-cart/' rel='bookmark' title='Permanent Link: Increase length of Manufacturer field in Zen Cart'>Increase length of Manufacturer field in Zen Cart</a></li>
<li><a href='http://www.kerrinhardy.com/2010/04/27/how-to-do-a-complete-backup-of-your-zen-cart-store/' rel='bookmark' title='Permanent Link: How to do a complete Backup of your Zen Cart Store'>How to do a complete Backup of your Zen Cart Store</a></li>
<li><a href='http://www.kerrinhardy.com/2010/04/26/how-to-backup-your-zen-cart-store-files-templates-using-cpanel/' rel='bookmark' title='Permanent Link: How to backup your Zen Cart Store Files &amp; Templates using cPanel'>How to backup your Zen Cart Store Files &amp; Templates using cPanel</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://www.kerrinhardy.com/2010/04/24/back-up-the-zen-cart-database-with-phpmyadmin/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
	</channel>
</rss>
