<?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; simply kerrin</title>
	<atom:link href="http://www.kerrinhardy.com/tag/simply-kerrin/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.kerrinhardy.com</link>
	<description>The Ultimate Reference for Customising Zen Cart</description>
	<lastBuildDate>Sun, 25 Sep 2011 04:49:54 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3</generator>
		<item>
		<title>How do I change the Simply Kerrin Zen Cart template from a fluid width to a fixed width?</title>
		<link>http://www.kerrinhardy.com/2011/06/05/how-do-i-change-the-simply-kerrin-zen-cart-template-from-a-fluid-width-to-a-fixed-width/</link>
		<comments>http://www.kerrinhardy.com/2011/06/05/how-do-i-change-the-simply-kerrin-zen-cart-template-from-a-fluid-width-to-a-fixed-width/#comments</comments>
		<pubDate>Sun, 05 Jun 2011 01:19:40 +0000</pubDate>
		<dc:creator>kerrin hardy</dc:creator>
				<category><![CDATA[Zen Cart]]></category>
		<category><![CDATA[fixed width]]></category>
		<category><![CDATA[simply kerrin]]></category>

		<guid isPermaLink="false">http://www.kerrinhardy.com/2011/06/05/how-do-i-change-the-simply-kerrin-zen-cart-template-from-a-fluid-width-to-a-fixed-width/</guid>
		<description><![CDATA[The Simply Kerrin Zen Cart template has been designed with a fluid width of 90%.  This means that the width of the store front will grow (or shrink) depending on the size and resolution of the monitor that your customers are using to view your store. With large, wide screen monitors being far more affordable [...]<h4>More Zen Cart:</h4>
<ol>
		<li><a href="http://www.kerrinhardy.com/2011/02/07/how-do-i-change-the-width-of-my-zen-cart-template/" rel="bookmark">How do I change the width of my Zen Cart template?</a><!-- (16.8)--></li>
		<li><a href="http://www.kerrinhardy.com/faq/zen-cart-simply-kerrin-template-faq/hi-i-like-your-simply-kerrin-template-but-how-do-i-change-or-remove-congratulations-you-have-in-simply-kerrin-template-i-tried-using-the-classic-template-method-as-suggested-but-couldn/" rel="bookmark">Hi, I like your simply kerrin template. But, how do I change or remove &#8220;congratulations! you have&#8230;..&#8221; in simply kerrin template. I tried using the classic template method as suggested but couldn&#8217;t find index.php. Kindly advise, thank you.</a><!-- (13.5)--></li>
		<li><a href="http://www.kerrinhardy.com/2010/11/29/adding-an-image-to-the-header-of-the-simply-kerrin-zen-cart-template-with-a-centred-logo/" rel="bookmark">Adding an image to the header of the Simply Kerrin Zen Cart Template with a centred logo</a><!-- (11.6)--></li>
		<li><a href="http://www.kerrinhardy.com/2010/11/29/how-to-center-your-logo-with-the-simply-kerrin-zen-cart-template/" rel="bookmark">How to center your logo with the Simply Kerrin Zen Cart template</a><!-- (11.6)--></li>
		<li><a href="http://www.kerrinhardy.com/2010/05/25/how-do-i-add-additional-images-in-the-header-of-the-simply-kerrin-template/" rel="bookmark">How do I add additional images in the header of the Simply Kerrin template?</a><!-- (11.4)--></li>
	</ol>
]]></description>
			<content:encoded><![CDATA[<p>The Simply Kerrin Zen Cart template has been designed with a fluid width of 90%.  This means that the width of the store front will grow (or shrink) depending on the size and resolution of the monitor that your customers are using to view your store.</p>
<p>With large, wide screen monitors being far more affordable today, many of your customers may be looking at a version of your store that is just <em>too</em> wide for comfortable viewing and reading.  Here we are going to show how to change this template to a fixed width (in pixels) using the CSS file.</p>
<p><img title="Simply Kerrin Zen Cart Template" src="http://www.kerrinhardy.com/wp-content/uploads/images/d3d73602a3a7_AF21/image.png" alt="Simply Kerrin Zen Cart Template" /></p>
<p>To change the Simply Kerrin Zen Cart template to a fixed width design:</p>
<ol>
<li>Open the stylesheet.css file located in the <em><strong>/includes/templates/simply_kerrin/css/</strong></em> directory.</li>
<li>Find this section of code:
<pre class="brush: css; title: ; notranslate">#mainWrapper {
    text-align: left;
    width: 90%;
    vertical-align: top;
    border-bottom: 1px solid #677f39;
    }</pre>
</li>
<li>and modify the width as required (A width of 1000px would suit most stores):
<pre class="brush: css; title: ; notranslate">#mainWrapper {
    text-align: left;
    width: 1000px;
    vertical-align: top;
    border-bottom: 1px solid #677f39;
    }</pre>
</li>
<li>Save the modified stylesheet.css file to the same folder, ie the   <em><strong>/includes/templates/simply_kerrin/css/</strong></em> folder.</li>
</ol>
<h4>More Zen Cart:</h4>
<ol>
		<li><a href="http://www.kerrinhardy.com/2011/02/07/how-do-i-change-the-width-of-my-zen-cart-template/" rel="bookmark">How do I change the width of my Zen Cart template?</a><!-- (16.8)--></li>
		<li><a href="http://www.kerrinhardy.com/faq/zen-cart-simply-kerrin-template-faq/hi-i-like-your-simply-kerrin-template-but-how-do-i-change-or-remove-congratulations-you-have-in-simply-kerrin-template-i-tried-using-the-classic-template-method-as-suggested-but-couldn/" rel="bookmark">Hi, I like your simply kerrin template. But, how do I change or remove &#8220;congratulations! you have&#8230;..&#8221; in simply kerrin template. I tried using the classic template method as suggested but couldn&#8217;t find index.php. Kindly advise, thank you.</a><!-- (13.5)--></li>
		<li><a href="http://www.kerrinhardy.com/2010/11/29/adding-an-image-to-the-header-of-the-simply-kerrin-zen-cart-template-with-a-centred-logo/" rel="bookmark">Adding an image to the header of the Simply Kerrin Zen Cart Template with a centred logo</a><!-- (11.6)--></li>
		<li><a href="http://www.kerrinhardy.com/2010/11/29/how-to-center-your-logo-with-the-simply-kerrin-zen-cart-template/" rel="bookmark">How to center your logo with the Simply Kerrin Zen Cart template</a><!-- (11.6)--></li>
		<li><a href="http://www.kerrinhardy.com/2010/05/25/how-do-i-add-additional-images-in-the-header-of-the-simply-kerrin-template/" rel="bookmark">How do I add additional images in the header of the Simply Kerrin template?</a><!-- (11.4)--></li>
	</ol>
]]></content:encoded>
			<wfw:commentRss>http://www.kerrinhardy.com/2011/06/05/how-do-i-change-the-simply-kerrin-zen-cart-template-from-a-fluid-width-to-a-fixed-width/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Adding an image to the header of the Simply Kerrin Zen Cart Template with a centred logo</title>
		<link>http://www.kerrinhardy.com/2010/11/29/adding-an-image-to-the-header-of-the-simply-kerrin-zen-cart-template-with-a-centred-logo/</link>
		<comments>http://www.kerrinhardy.com/2010/11/29/adding-an-image-to-the-header-of-the-simply-kerrin-zen-cart-template-with-a-centred-logo/#comments</comments>
		<pubDate>Mon, 29 Nov 2010 12:41:53 +0000</pubDate>
		<dc:creator>kerrin hardy</dc:creator>
				<category><![CDATA[Zen Cart Free Templates]]></category>
		<category><![CDATA[simply kerrin]]></category>

		<guid isPermaLink="false">http://www.kerrinhardy.com/2010/11/29/adding-an-image-to-the-header-of-the-simply-kerrin-zen-cart-template-with-a-centred-logo/</guid>
		<description><![CDATA[At various times of the marketing calendar, you may wish to highlight a promotion by placing an additional image in the header.&#160; So this does not affect the centred logo, I recommend the following method. Open the stylesheet.css file located in the /includes/templates/simply_kerrin/css/ directory. Find this section of code: #logoWrapper { margin: 0 auto; } [...]<h4>More Zen Cart:</h4>
<ol>
		<li><a href="http://www.kerrinhardy.com/2010/11/29/how-to-center-your-logo-with-the-simply-kerrin-zen-cart-template/" rel="bookmark">How to center your logo with the Simply Kerrin Zen Cart template</a><!-- (18.7)--></li>
		<li><a href="http://www.kerrinhardy.com/2010/05/25/how-do-i-add-additional-images-in-the-header-of-the-simply-kerrin-template/" rel="bookmark">How do I add additional images in the header of the Simply Kerrin template?</a><!-- (15.3)--></li>
		<li><a href="http://www.kerrinhardy.com/faq/zen-cart-simply-kerrin-template-faq/hi-kerrintrying-your-free-template-but-have-run-into-a-couple-of-problems-replaced-header-text-with-a-jpg-like-header_bg-but-cant-get-it-to-center-if-i-remove-powered-by-logo-at-top-can-i-sti/" rel="bookmark">Hi Kerrin
Trying your free template &#8211; but have run into a couple of problems.
Replaced header text with a jpg. like header_bg but cant get it to center.
If I remove powered by logo at top can I still have it in admin?</a><!-- (13.4)--></li>
		<li><a href="http://www.kerrinhardy.com/faq/zen-cart-simply-kerrin-template-faq/hi-kerrin-in-simply-kerrin-template-how-do-i-add-a-sidebox-to-bottom-left-or-at-least-how-do-i-display-paypal-verified-logo-above-visitors-online-thanks/" rel="bookmark">Hi Kerrin &#8211; In Simply Kerrin Template how do I add a sidebox to bottom left or at least how do i display paypal verified logo above visitors online.  Thanks</a><!-- (13)--></li>
		<li><a href="http://www.kerrinhardy.com/faq/zen-cart-simply-kerrin-template-faq/how-do-i-add-additional-images-in-the-header-of-the-simply-kerrin-template/" rel="bookmark">How do I add additional images in the header of the Simply Kerrin template?</a><!-- (12.5)--></li>
	</ol>
]]></description>
			<content:encoded><![CDATA[<p>At various times of the marketing calendar, you may wish to highlight a promotion by placing an additional image in the header.&#160; So this does not affect the centred logo, I recommend the following method. </p>
<p><img style="border-right-width: 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px" title="Simply Kerrin Zen Cart Template" border="0" alt="Simply Kerrin Zen Cart Template" src="http://www.kerrinhardy.com/wp-content/uploads/images/AddinganimagetotheheaderoftheSimplyKerri_13FAE/image.png" width="602" height="169" /> </p>
<ol>
<li>Open the stylesheet.css file located in the <em><strong>/includes/templates/simply_kerrin/css/</strong></em> directory. </li>
<li>Find this section of code:      <br /> 
<pre class="brush: css;">#logoWrapper {
    margin: 0 auto;
}</pre>
</li>
<li>and replace with this:
<pre class="brush: css;">#logoWrapper {
    background: url(http://www.kerrinhardy.com/images/freeshipping.jpg) top right no-repeat;
    min-height: 120px;
    width: 70%;
    margin: 0 auto;
}</pre>
<p>Update the background element by inserting either the path or the absolute address of the image you wish to display in the header, as uploaded in step 1.&#160;&#160; </p>
<p>The min-height element will also need to be adjusted to suit the height of the image you are displaying.</p>
<p>Experiment with the width of the #logoWrapper element to suit the width of your logo image and also the amount of spacing you are after.</li>
<li>
<p>Save the modified stylesheet.css file. </p>
</li>
</ol>
<h4>More Zen Cart:</h4>
<ol>
		<li><a href="http://www.kerrinhardy.com/2010/11/29/how-to-center-your-logo-with-the-simply-kerrin-zen-cart-template/" rel="bookmark">How to center your logo with the Simply Kerrin Zen Cart template</a><!-- (18.7)--></li>
		<li><a href="http://www.kerrinhardy.com/2010/05/25/how-do-i-add-additional-images-in-the-header-of-the-simply-kerrin-template/" rel="bookmark">How do I add additional images in the header of the Simply Kerrin template?</a><!-- (15.3)--></li>
		<li><a href="http://www.kerrinhardy.com/faq/zen-cart-simply-kerrin-template-faq/hi-kerrintrying-your-free-template-but-have-run-into-a-couple-of-problems-replaced-header-text-with-a-jpg-like-header_bg-but-cant-get-it-to-center-if-i-remove-powered-by-logo-at-top-can-i-sti/" rel="bookmark">Hi Kerrin
Trying your free template &#8211; but have run into a couple of problems.
Replaced header text with a jpg. like header_bg but cant get it to center.
If I remove powered by logo at top can I still have it in admin?</a><!-- (13.4)--></li>
		<li><a href="http://www.kerrinhardy.com/faq/zen-cart-simply-kerrin-template-faq/hi-kerrin-in-simply-kerrin-template-how-do-i-add-a-sidebox-to-bottom-left-or-at-least-how-do-i-display-paypal-verified-logo-above-visitors-online-thanks/" rel="bookmark">Hi Kerrin &#8211; In Simply Kerrin Template how do I add a sidebox to bottom left or at least how do i display paypal verified logo above visitors online.  Thanks</a><!-- (13)--></li>
		<li><a href="http://www.kerrinhardy.com/faq/zen-cart-simply-kerrin-template-faq/how-do-i-add-additional-images-in-the-header-of-the-simply-kerrin-template/" rel="bookmark">How do I add additional images in the header of the Simply Kerrin template?</a><!-- (12.5)--></li>
	</ol>
]]></content:encoded>
			<wfw:commentRss>http://www.kerrinhardy.com/2010/11/29/adding-an-image-to-the-header-of-the-simply-kerrin-zen-cart-template-with-a-centred-logo/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to center your logo with the Simply Kerrin Zen Cart template</title>
		<link>http://www.kerrinhardy.com/2010/11/29/how-to-center-your-logo-with-the-simply-kerrin-zen-cart-template/</link>
		<comments>http://www.kerrinhardy.com/2010/11/29/how-to-center-your-logo-with-the-simply-kerrin-zen-cart-template/#comments</comments>
		<pubDate>Mon, 29 Nov 2010 11:55:04 +0000</pubDate>
		<dc:creator>kerrin hardy</dc:creator>
				<category><![CDATA[Zen Cart Free Templates]]></category>
		<category><![CDATA[simply kerrin]]></category>

		<guid isPermaLink="false">http://www.kerrinhardy.com/?p=2455</guid>
		<description><![CDATA[The Simply Kerrin Zen Cart template is designed with the logo situated in the top left of the header at the same level as the main navigation.  To accurately center the logo, we need to move it underneath the main navigation. Update Header Open the tpl_header.php file located in the /includes/templates/simply_kerrin/common/ directory. Move the logo [...]<h4>More Zen Cart:</h4>
<ol>
		<li><a href="http://www.kerrinhardy.com/2010/11/29/adding-an-image-to-the-header-of-the-simply-kerrin-zen-cart-template-with-a-centred-logo/" rel="bookmark">Adding an image to the header of the Simply Kerrin Zen Cart Template with a centred logo</a><!-- (21.3)--></li>
		<li><a href="http://www.kerrinhardy.com/2010/05/25/how-do-i-add-additional-images-in-the-header-of-the-simply-kerrin-template/" rel="bookmark">How do I add additional images in the header of the Simply Kerrin template?</a><!-- (18.9)--></li>
		<li><a href="http://www.kerrinhardy.com/faq/zen-cart-simply-kerrin-template-faq/hi-kerrintrying-your-free-template-but-have-run-into-a-couple-of-problems-replaced-header-text-with-a-jpg-like-header_bg-but-cant-get-it-to-center-if-i-remove-powered-by-logo-at-top-can-i-sti/" rel="bookmark">Hi Kerrin
Trying your free template &#8211; but have run into a couple of problems.
Replaced header text with a jpg. like header_bg but cant get it to center.
If I remove powered by logo at top can I still have it in admin?</a><!-- (13.9)--></li>
		<li><a href="http://www.kerrinhardy.com/2011/06/05/how-do-i-change-the-simply-kerrin-zen-cart-template-from-a-fluid-width-to-a-fixed-width/" rel="bookmark">How do I change the Simply Kerrin Zen Cart template from a fluid width to a fixed width?</a><!-- (13.3)--></li>
		<li><a href="http://www.kerrinhardy.com/faq/zen-cart-simply-kerrin-template-faq/hi-kerrin-in-simply-kerrin-template-how-do-i-add-a-sidebox-to-bottom-left-or-at-least-how-do-i-display-paypal-verified-logo-above-visitors-online-thanks/" rel="bookmark">Hi Kerrin &#8211; In Simply Kerrin Template how do I add a sidebox to bottom left or at least how do i display paypal verified logo above visitors online.  Thanks</a><!-- (13)--></li>
	</ol>
]]></description>
			<content:encoded><![CDATA[<p>The Simply Kerrin Zen Cart template is designed with the logo situated in the top left of the header at the same level as the main navigation.  To accurately center the logo, we need to move it underneath the main navigation.</p>
<p><img style="display: inline; border-width: 0px;" title="Centre logo in Simply Kerrin Zen Cart template" src="http://www.kerrinhardy.com/wp-content/uploads/images/HowtocenteryourlogowiththeSimplyKerrinZe_11335/image.png" border="0" alt="Centre logo in Simply Kerrin Zen Cart template" width="602" height="145" /></p>
<h3>Update Header</h3>
<ol>
<li>Open the tpl_header.php file located in the <em><strong>/includes/templates/simply_kerrin/common/</strong></em> directory.</li>
<li>Move the logo div (as below):
<pre class="brush: php;">
<div id="logo">&lt;?php echo '<a href="' . HTTP_SERVER . DIR_WS_CATALOG . '">' . zen_image($template-&gt;get_template_dir(HEADER_LOGO_IMAGE, DIR_WS_TEMPLATE, $current_page_base,'images'). '/' . HEADER_LOGO_IMAGE, HEADER_ALT_TEXT) . '</a>'; ?&gt;</div>

&lt;?php if (HEADER_SALES_TEXT != '' || (SHOW_BANNERS_GROUP_SET2 != '' &amp;&amp; $banner = zen_banner_exists('dynamic', SHOW_BANNERS_GROUP_SET2))) { ?&gt;</pre>
</li>
<li>to below this section of code:
<pre class="brush: php;">&lt;!--bof-branding display--&gt;
&lt;div id="logoWrapper"&gt;</pre>
</li>
<li>Save the modified tpl_header.php file.</li>
</ol>
<p>Or you can download a copy of the <a title="Modified Simply Kerrin with Header Logo Centered" href="http://www.kerrinhardy.com/resources/Simply_Kerrin_Center_Logo.zip">modified tpl_header.php</a> file to upload to your store.</p>
<h3>Stylesheet</h3>
<ol>
<li>Open the stylesheet.css file located in the <strong><em>/includes/templates/simply_kerrin/css/</em></strong> directory.</li>
<li>Find the following section
<pre class="brush: css;">#logo, .centerBoxContents, .specialsListBoxContents, .categoryListBoxContents, .centerBoxContentsAlsoPurch, .attribImg {
	float: left;
	}</pre>
</li>
<li>And modify to remove <em>#logo</em>:
<pre class="brush: css;">.centerBoxContents, .specialsListBoxContents, .categoryListBoxContents, .centerBoxContentsAlsoPurch, .attribImg {
	float: left;
	}</pre>
</li>
<li>Then add the following lines at the end of the file:
<pre class="brush: css;">#logo {
    text-align: center;
}

#logoWrapper {
    margin: 0 auto;
}</pre>
</li>
<li>Save the modified stylesheet.css file.</li>
</ol>
<h4>More Zen Cart:</h4>
<ol>
		<li><a href="http://www.kerrinhardy.com/2010/11/29/adding-an-image-to-the-header-of-the-simply-kerrin-zen-cart-template-with-a-centred-logo/" rel="bookmark">Adding an image to the header of the Simply Kerrin Zen Cart Template with a centred logo</a><!-- (21.3)--></li>
		<li><a href="http://www.kerrinhardy.com/2010/05/25/how-do-i-add-additional-images-in-the-header-of-the-simply-kerrin-template/" rel="bookmark">How do I add additional images in the header of the Simply Kerrin template?</a><!-- (18.9)--></li>
		<li><a href="http://www.kerrinhardy.com/faq/zen-cart-simply-kerrin-template-faq/hi-kerrintrying-your-free-template-but-have-run-into-a-couple-of-problems-replaced-header-text-with-a-jpg-like-header_bg-but-cant-get-it-to-center-if-i-remove-powered-by-logo-at-top-can-i-sti/" rel="bookmark">Hi Kerrin
Trying your free template &#8211; but have run into a couple of problems.
Replaced header text with a jpg. like header_bg but cant get it to center.
If I remove powered by logo at top can I still have it in admin?</a><!-- (13.9)--></li>
		<li><a href="http://www.kerrinhardy.com/2011/06/05/how-do-i-change-the-simply-kerrin-zen-cart-template-from-a-fluid-width-to-a-fixed-width/" rel="bookmark">How do I change the Simply Kerrin Zen Cart template from a fluid width to a fixed width?</a><!-- (13.3)--></li>
		<li><a href="http://www.kerrinhardy.com/faq/zen-cart-simply-kerrin-template-faq/hi-kerrin-in-simply-kerrin-template-how-do-i-add-a-sidebox-to-bottom-left-or-at-least-how-do-i-display-paypal-verified-logo-above-visitors-online-thanks/" rel="bookmark">Hi Kerrin &#8211; In Simply Kerrin Template how do I add a sidebox to bottom left or at least how do i display paypal verified logo above visitors online.  Thanks</a><!-- (13)--></li>
	</ol>
]]></content:encoded>
			<wfw:commentRss>http://www.kerrinhardy.com/2010/11/29/how-to-center-your-logo-with-the-simply-kerrin-zen-cart-template/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Frequently Asked Questions about free Zen Cart Template &#8211; Simply Kerrin</title>
		<link>http://www.kerrinhardy.com/2010/09/27/frequently-asked-questions-about-free-zen-cart-template-simply-kerrin/</link>
		<comments>http://www.kerrinhardy.com/2010/09/27/frequently-asked-questions-about-free-zen-cart-template-simply-kerrin/#comments</comments>
		<pubDate>Sun, 26 Sep 2010 22:57:21 +0000</pubDate>
		<dc:creator>kerrin hardy</dc:creator>
				<category><![CDATA[Zen Cart Free Templates]]></category>
		<category><![CDATA[simply kerrin]]></category>

		<guid isPermaLink="false">http://www.kerrinhardy.com/?p=2098</guid>
		<description><![CDATA[Following on from my post yesterday announcing the update of the Simply Kerrin free Zen Cart Template to Zen Cart v1.39f, I thought it was a good opportunity to highlight the support available for this template. Firstly, the Simply Kerrin template is available from this site – download and install Simply Kerrin Zen Cart template [...]<h4>More Zen Cart:</h4>
<ol>
		<li><a href="http://www.kerrinhardy.com/2010/09/26/free-zen-cart-template-simply-kerrin-now-updated/" rel="bookmark">Free Zen Cart Template &#8211; Simply Kerrin &#8211; now updated</a><!-- (24.7)--></li>
		<li><a href="http://www.kerrinhardy.com/2009/10/12/free-zen-cart-template-simply-kerrin-now-available/" rel="bookmark">Free Zen Cart Template &#8211; Simply Kerrin &#8211; Now Available</a><!-- (21.7)--></li>
		<li><a href="http://www.kerrinhardy.com/faq/" rel="bookmark">Frequently Asked Questions</a><!-- (20.2)--></li>
		<li><a href="http://www.kerrinhardy.com/faq/zen-cart-simply-kerrin-template-faq/" rel="bookmark">Zen Cart Simply Kerrin Template FAQ</a><!-- (17.1)--></li>
		<li><a href="http://www.kerrinhardy.com/2011/06/05/how-do-i-change-the-simply-kerrin-zen-cart-template-from-a-fluid-width-to-a-fixed-width/" rel="bookmark">How do I change the Simply Kerrin Zen Cart template from a fluid width to a fixed width?</a><!-- (16)--></li>
	</ol>
]]></description>
			<content:encoded><![CDATA[<p>Following on from my post yesterday announcing the update of the Simply Kerrin free Zen Cart Template to Zen Cart v1.39f, I thought it was a good opportunity to highlight the support available for this template.</p>
<p>Firstly, the Simply Kerrin template is available from this site – <a title="free Zen Cart template - Simply Kerrin" href="http://www.kerrinhardy.com/zen-cart/zen-cart-free-templates/simply-kerrin-zen-cart-template/">download and install Simply Kerrin Zen Cart template</a> – and also from the official Zen Cart site in the Add-ons section – <a title="Simply Kerrin Zen Cart template" href="http://www.zen-cart.com/index.php?main_page=product_contrib_info&amp;cPath=40_53&amp;products_id=1544">download template</a>.</p>
<p>Now on to the support available:</p>
<ol>
<li><a title="Ask a Question at kerrinhardy.com" href="http://www.kerrinhardy.com/faq/ask-a-question/">Ask a Question</a></li>
<li>Email <a href="mailto:info@kerrinhardy.com">info@kerrinhardy.com</a></li>
<li>Leave a comment at <a title="Zen Cart support" href="http://www.kerrinhardy.com/">kerrinhardy.com</a></li>
<li><a title="Zen Cart support forum thread" href="http://www.zen-cart.com/forum/showthread.php?t=148783">Zen Cart support forum thread</a></li>
<li><a title="Zen Cart Simply Kerrin Template Frequently Asked Questions" href="http://www.kerrinhardy.com/faq/zen-cart-simply-kerrin-template-faq/">Zen Cart Simply Kerrin Template Frequently Asked Questions</a></li>
</ol>
<p>Here’s a selection of the FAQ to date:</p>
<ul>
<li><a href="http://www.kerrinhardy.com/faq/zen-cart-simply-kerrin-template-faq/i-want-to-remove-the-credit-card-info-and-pictures-at-the-bottom-of-the-simply_kerrin-template-can-you-direct-a-rookie-please/">I want to remove the credit card info and pictures at the bottom of the simply_kerrin template. Can you direct a rookie please</a></li>
<li><a href="http://www.kerrinhardy.com/faq/zen-cart-simply-kerrin-template-faq/hi-kerrinwith-your-free-template-with-2-columns-the-word-home-is-not-lined-up-with-the-left-side-of-the-right-column-can-that-be-done-as-it-runs-into-left-sideboxes-thanksron/">Hi Kerrin With your Free template with 2 columns the word Home is not lined up with the left side of the right column &#8211; can that be done as it runs into left sideboxes. Thanks Ron</a></li>
<li><a href="http://www.kerrinhardy.com/faq/zen-cart-simply-kerrin-template-faq/hi-kerrintrying-your-free-template-but-have-run-into-a-couple-of-problems-replaced-header-text-with-a-jpg-like-header_bg-but-cant-get-it-to-center-if-i-remove-powered-by-logo-at-top-can-i-sti/">Hi Kerrin Trying your free template &#8211; but have run into a couple of problems. Replaced header text with a jpg. like header_bg but cant get it to center. If I remove powered by logo at top can I still have it in admin?</a></li>
<li><a href="http://www.kerrinhardy.com/faq/zen-cart-simply-kerrin-template-faq/hi-kerrin-in-simply-kerrin-template-how-do-i-add-a-sidebox-to-bottom-left-or-at-least-how-do-i-display-paypal-verified-logo-above-visitors-online-thanks/">Hi Kerrin &#8211; In Simply Kerrin Template how do I add a sidebox to bottom left or at least how do i display paypal verified logo above visitors online. Thanks</a></li>
<li><a href="http://www.kerrinhardy.com/faq/zen-cart-simply-kerrin-template-faq/how-do-i-change-the-colour-of-the-text-%e2%80%9ccongratulations-you-have-successfully-installed%e2%80%a6%e2%80%9d-in-the-simply-kerrin-template/">How do I change the colour of the text “Congratulations! You have successfully installed…” in the Simply Kerrin template?</a></li>
<li><a href="http://www.kerrinhardy.com/faq/zen-cart-simply-kerrin-template-faq/how-do-i-change-the-colour-of-the-product-title-on-the-product-information-pages-in-the-simply-kerrin-template/">How do I change the colour of the Product Title on the product information pages in the Simply Kerrin template?</a></li>
<li><a href="http://www.kerrinhardy.com/faq/zen-cart-simply-kerrin-template-faq/how-do-i-add-additional-images-in-the-header-of-the-simply-kerrin-template/">How do I add additional images in the header of the Simply Kerrin template?</a></li>
<li><a href="http://www.kerrinhardy.com/faq/zen-cart-simply-kerrin-template-faq/how-do-i-change-the-colour-of-the-product-descriptions-on-the-product-information-pages-in-the-simply-kerrin-template/">How do I change the colour of the Product Descriptions on the product information pages in the Simply Kerrin template?</a></li>
<li><a href="http://www.kerrinhardy.com/faq/zen-cart-simply-kerrin-template-faq/how-do-i-change-the-colour-of-the-sidebar-text-in-the-simply-kerrin-template/">How do I change the colour of the sidebar text in the Simply Kerrin template?</a></li>
<li><a href="../faq/zen-cart-simply-kerrin-template-faq/where-has-the-large-green-header-bar-at-the-top-gone/">Where has the large green header bar at the top gone?</a></li>
<li><a href="../faq/zen-cart-simply-kerrin-template-faq/hi-i-like-your-simply-kerrin-template-but-how-do-i-change-or-remove-congratulations-you-have-in-simply-kerrin-template-i-tried-using-the-classic-template-method-as-suggested-but-couldn/">Hi,  I like your simply kerrin template. But, how do I change or remove  &#8220;congratulations! you have&#8230;..&#8221; in simply kerrin template. I tried  using the classic template method as suggested but couldn&#8217;t find  index.php. Kindly advise, thank you. </a></li>
</ul>
<p><img style="border: 0px;" title="Simply Kerrin Zen Cart Template" src="http://www.kerrinhardy.com/resources/ZenCartTemplates/SimplyKerrin/scr_simply_kerrin.jpg" border="0" alt="Simply Kerrin Zen Cart Template" width="600" height="752" /></p>
<h4>More Zen Cart:</h4>
<ol>
		<li><a href="http://www.kerrinhardy.com/2010/09/26/free-zen-cart-template-simply-kerrin-now-updated/" rel="bookmark">Free Zen Cart Template &#8211; Simply Kerrin &#8211; now updated</a><!-- (24.7)--></li>
		<li><a href="http://www.kerrinhardy.com/2009/10/12/free-zen-cart-template-simply-kerrin-now-available/" rel="bookmark">Free Zen Cart Template &#8211; Simply Kerrin &#8211; Now Available</a><!-- (21.7)--></li>
		<li><a href="http://www.kerrinhardy.com/faq/" rel="bookmark">Frequently Asked Questions</a><!-- (20.2)--></li>
		<li><a href="http://www.kerrinhardy.com/faq/zen-cart-simply-kerrin-template-faq/" rel="bookmark">Zen Cart Simply Kerrin Template FAQ</a><!-- (17.1)--></li>
		<li><a href="http://www.kerrinhardy.com/2011/06/05/how-do-i-change-the-simply-kerrin-zen-cart-template-from-a-fluid-width-to-a-fixed-width/" rel="bookmark">How do I change the Simply Kerrin Zen Cart template from a fluid width to a fixed width?</a><!-- (16)--></li>
	</ol>
]]></content:encoded>
			<wfw:commentRss>http://www.kerrinhardy.com/2010/09/27/frequently-asked-questions-about-free-zen-cart-template-simply-kerrin/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Free Zen Cart Template &#8211; Simply Kerrin &#8211; now updated</title>
		<link>http://www.kerrinhardy.com/2010/09/26/free-zen-cart-template-simply-kerrin-now-updated/</link>
		<comments>http://www.kerrinhardy.com/2010/09/26/free-zen-cart-template-simply-kerrin-now-updated/#comments</comments>
		<pubDate>Sun, 26 Sep 2010 00:44:45 +0000</pubDate>
		<dc:creator>kerrin hardy</dc:creator>
				<category><![CDATA[Zen Cart Free Templates]]></category>
		<category><![CDATA[simply kerrin]]></category>

		<guid isPermaLink="false">http://www.kerrinhardy.com/?p=2379</guid>
		<description><![CDATA[Just a quick note to let you know that the Simply Kerrin Zen Cart Template has been updated to bring it into line with the latest version of Zen Cart &#8211; 1.39f. Go to Simply Kerrin Zen Cart Template to download the new version (1.2) The Simply Kerrin Zen Cart Template is designed for a [...]<h4>More Zen Cart:</h4>
<ol>
		<li><a href="http://www.kerrinhardy.com/2009/10/12/free-zen-cart-template-simply-kerrin-now-available/" rel="bookmark">Free Zen Cart Template &#8211; Simply Kerrin &#8211; Now Available</a><!-- (22.9)--></li>
		<li><a href="http://www.kerrinhardy.com/2010/09/27/frequently-asked-questions-about-free-zen-cart-template-simply-kerrin/" rel="bookmark">Frequently Asked Questions about free Zen Cart Template &ndash; Simply Kerrin</a><!-- (22.1)--></li>
		<li><a href="http://www.kerrinhardy.com/faq/zen-cart-simply-kerrin-template-faq/" rel="bookmark">Zen Cart Simply Kerrin Template FAQ</a><!-- (18)--></li>
		<li><a href="http://www.kerrinhardy.com/zen-cart/zen-cart-free-templates/simply-kerrin-zen-cart-template/" rel="bookmark">Simply Kerrin Zen Cart Template</a><!-- (16.8)--></li>
		<li><a href="http://www.kerrinhardy.com/2010/11/29/how-to-center-your-logo-with-the-simply-kerrin-zen-cart-template/" rel="bookmark">How to center your logo with the Simply Kerrin Zen Cart template</a><!-- (15.9)--></li>
	</ol>
]]></description>
			<content:encoded><![CDATA[<div class="wp-caption alignright" style="width: 212px"><img title="Simply Kerrin Zen Cart Template" src="http://kerrinhardy.com/resources/ZenCartTemplates/SimplyKerrin/SimplyKerrinZenCartTemplate.jpg" alt="Simply Kerrin Zen Cart Template" width="202" height="253" /><p class="wp-caption-text">Simply Kerrin Zen Cart Template</p></div>
<p>Just a quick note to let you know that the Simply Kerrin Zen Cart Template has been updated to bring it into line with the latest version of <a title="Zen Cart - 1.39f" href="http://www.kerrinhardy.com/2010/08/17/zen-cart-version-1-39f-available-for-download-today/">Zen Cart &#8211; 1.39f</a>.</p>
<p>Go to <a title="Simply Kerrin Zen Cart Template" href="http://www.kerrinhardy.com/zen-cart/zen-cart-free-templates/simply-kerrin-zen-cart-template/">Simply Kerrin Zen Cart Template</a> to download the new version (1.2)</p>
<p>The Simply Kerrin Zen Cart Template is designed for a ‘clean and simple’  online store and is also suited to stores with a limited number of  products. The shadow effect has been developed to allow the background  color to change as required.</p>
<h4>More Zen Cart:</h4>
<ol>
		<li><a href="http://www.kerrinhardy.com/2009/10/12/free-zen-cart-template-simply-kerrin-now-available/" rel="bookmark">Free Zen Cart Template &#8211; Simply Kerrin &#8211; Now Available</a><!-- (22.9)--></li>
		<li><a href="http://www.kerrinhardy.com/2010/09/27/frequently-asked-questions-about-free-zen-cart-template-simply-kerrin/" rel="bookmark">Frequently Asked Questions about free Zen Cart Template &ndash; Simply Kerrin</a><!-- (22.1)--></li>
		<li><a href="http://www.kerrinhardy.com/faq/zen-cart-simply-kerrin-template-faq/" rel="bookmark">Zen Cart Simply Kerrin Template FAQ</a><!-- (18)--></li>
		<li><a href="http://www.kerrinhardy.com/zen-cart/zen-cart-free-templates/simply-kerrin-zen-cart-template/" rel="bookmark">Simply Kerrin Zen Cart Template</a><!-- (16.8)--></li>
		<li><a href="http://www.kerrinhardy.com/2010/11/29/how-to-center-your-logo-with-the-simply-kerrin-zen-cart-template/" rel="bookmark">How to center your logo with the Simply Kerrin Zen Cart template</a><!-- (15.9)--></li>
	</ol>
]]></content:encoded>
			<wfw:commentRss>http://www.kerrinhardy.com/2010/09/26/free-zen-cart-template-simply-kerrin-now-updated/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How do I add additional images in the header of the Simply Kerrin template?</title>
		<link>http://www.kerrinhardy.com/2010/05/25/how-do-i-add-additional-images-in-the-header-of-the-simply-kerrin-template/</link>
		<comments>http://www.kerrinhardy.com/2010/05/25/how-do-i-add-additional-images-in-the-header-of-the-simply-kerrin-template/#comments</comments>
		<pubDate>Tue, 25 May 2010 08:43:35 +0000</pubDate>
		<dc:creator>kerrin hardy</dc:creator>
				<category><![CDATA[Zen Cart Free Templates]]></category>
		<category><![CDATA[simply kerrin]]></category>

		<guid isPermaLink="false">http://www.kerrinhardy.com/?p=2058</guid>
		<description><![CDATA[In the default installation of the Simply Kerrin template, the logo is displayed on the left hand side. However, there may be times when you wish to display additional image(s) in the header, for example to include a free shipping icon.  There are two options – add the reference to the image in the tpl_header.php [...]<h4>More Zen Cart:</h4>
<ol>
		<li><a href="http://www.kerrinhardy.com/faq/zen-cart-simply-kerrin-template-faq/how-do-i-add-additional-images-in-the-header-of-the-simply-kerrin-template/" rel="bookmark">How do I add additional images in the header of the Simply Kerrin template?</a><!-- (23.1)--></li>
		<li><a href="http://www.kerrinhardy.com/2010/11/29/how-to-center-your-logo-with-the-simply-kerrin-zen-cart-template/" rel="bookmark">How to center your logo with the Simply Kerrin Zen Cart template</a><!-- (23)--></li>
		<li><a href="http://www.kerrinhardy.com/2010/11/29/adding-an-image-to-the-header-of-the-simply-kerrin-zen-cart-template-with-a-centred-logo/" rel="bookmark">Adding an image to the header of the Simply Kerrin Zen Cart Template with a centred logo</a><!-- (19.7)--></li>
		<li><a href="http://www.kerrinhardy.com/2011/06/05/how-do-i-change-the-simply-kerrin-zen-cart-template-from-a-fluid-width-to-a-fixed-width/" rel="bookmark">How do I change the Simply Kerrin Zen Cart template from a fluid width to a fixed width?</a><!-- (14.6)--></li>
		<li><a href="http://www.kerrinhardy.com/2010/09/27/frequently-asked-questions-about-free-zen-cart-template-simply-kerrin/" rel="bookmark">Frequently Asked Questions about free Zen Cart Template &ndash; Simply Kerrin</a><!-- (12.2)--></li>
	</ol>
]]></description>
			<content:encoded><![CDATA[<p>In the default installation of the Simply Kerrin template, the logo is displayed on the left hand side.</p>
<p><img style="display: inline; border: 0px;" title="Zen Cart Template - Simply Kerrin" src="http://www.kerrinhardy.com/wp-content/uploads/2010/05/image55.png" border="0" alt="Zen Cart Template - Simply Kerrin" width="602" height="134" /></p>
<p>However, there may be times when you wish to display additional image(s) in the header, for example to include a free shipping icon.  There are two options – add the reference to the image in the tpl_header.php file or add the reference to the image to the stylesheet.css file.</p>
<p>In this example we will include a free shipping image in the header:</p>
<ol>
<li>Upload the required image to the <strong><em>/images</em></strong> folder located in the <strong><em>/includes/templates/simply_kerrin</em></strong> directory.</li>
<li>Next, open the tpl_header.php file located in the <em><strong>/includes/templates/simply_kerrin/common/</strong></em> directory.</li>
<li>Find this section of code:
<pre class="brush: php; title: ; notranslate">&lt;div id=&quot;logo&quot;&gt;&lt;?php echo '&lt;a href=&quot;' . HTTP_SERVER . DIR_WS_CATALOG . '&quot;&gt;' . zen_image($template-&gt;get_template_dir(HEADER_LOGO_IMAGE, DIR_WS_TEMPLATE, $current_page_base,'images'). '/' . HEADER_LOGO_IMAGE, HEADER_ALT_TEXT) . '&lt;/a&gt;'; ?&gt;&lt;/div&gt;
&lt;/div&gt;</pre>
</li>
<li>and modify to also include the additional image:
<pre class="brush: php; title: ; notranslate">&lt;div id=&quot;logo&quot;&gt;&lt;?php echo '&lt;a href=&quot;' . HTTP_SERVER . DIR_WS_CATALOG . '&quot;&gt;' . zen_image($template-&gt;get_template_dir(HEADER_LOGO_IMAGE, DIR_WS_TEMPLATE, $current_page_base,'images'). '/' . HEADER_LOGO_IMAGE, HEADER_ALT_TEXT) . '&lt;/a&gt;'; ?&gt;&lt;/div&gt;
&lt;/div&gt;&lt;div&gt;&lt;img src=&quot;includes/templates/simply_kerrin/images/freeshipping.jpg&quot; /&gt;&lt;/div&gt;</pre>
</li>
<li>Save the modified tpl_header.php file.</li>
</ol>
<p><img style="display: inline; border: 0px;" title="Simply Kerrin - Zen Cart Free Template" src="http://www.kerrinhardy.com/wp-content/uploads/2010/05/image56.png" border="0" alt="Simply Kerrin - Zen Cart Free Template" width="602" height="169" /></p>
<h4>More Zen Cart:</h4>
<ol>
		<li><a href="http://www.kerrinhardy.com/faq/zen-cart-simply-kerrin-template-faq/how-do-i-add-additional-images-in-the-header-of-the-simply-kerrin-template/" rel="bookmark">How do I add additional images in the header of the Simply Kerrin template?</a><!-- (23.1)--></li>
		<li><a href="http://www.kerrinhardy.com/2010/11/29/how-to-center-your-logo-with-the-simply-kerrin-zen-cart-template/" rel="bookmark">How to center your logo with the Simply Kerrin Zen Cart template</a><!-- (23)--></li>
		<li><a href="http://www.kerrinhardy.com/2010/11/29/adding-an-image-to-the-header-of-the-simply-kerrin-zen-cart-template-with-a-centred-logo/" rel="bookmark">Adding an image to the header of the Simply Kerrin Zen Cart Template with a centred logo</a><!-- (19.7)--></li>
		<li><a href="http://www.kerrinhardy.com/2011/06/05/how-do-i-change-the-simply-kerrin-zen-cart-template-from-a-fluid-width-to-a-fixed-width/" rel="bookmark">How do I change the Simply Kerrin Zen Cart template from a fluid width to a fixed width?</a><!-- (14.6)--></li>
		<li><a href="http://www.kerrinhardy.com/2010/09/27/frequently-asked-questions-about-free-zen-cart-template-simply-kerrin/" rel="bookmark">Frequently Asked Questions about free Zen Cart Template &ndash; Simply Kerrin</a><!-- (12.2)--></li>
	</ol>
]]></content:encoded>
			<wfw:commentRss>http://www.kerrinhardy.com/2010/05/25/how-do-i-add-additional-images-in-the-header-of-the-simply-kerrin-template/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
	</channel>
</rss>

