<?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/"
	>

<channel>
	<title>E-Commerce Templates,Addons,Plugins &#187; Zen Cart</title>
	<atom:link href="http://template.jujuber.com/category/zen-cart/feed" rel="self" type="application/rss+xml" />
	<link>http://template.jujuber.com</link>
	<description>Free Zen Cart Themes</description>
	<lastBuildDate>Wed, 26 May 2010 15:32:52 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Zen Cart Security Recommendations</title>
		<link>http://template.jujuber.com/zen-cart/troubleshoot/zen-cart-security-recommendations</link>
		<comments>http://template.jujuber.com/zen-cart/troubleshoot/zen-cart-security-recommendations#comments</comments>
		<pubDate>Wed, 29 Jul 2009 01:39:40 +0000</pubDate>
		<dc:creator>theme</dc:creator>
				<category><![CDATA[Troubleshoot]]></category>

		<guid isPermaLink="false">http://template.jujuber.com/?p=50</guid>
		<description><![CDATA[Recently, there are many zen cart shopping store were attacked by hackers, for example, main page has been changed to add a lot of garbage link(fix this please refer step 5), here list some of important security recommendations.
1. Rename your &#8220;/admin&#8221; folder and install the latest zen cart security patch
Renaming the &#8220;admin&#8221; folder makes it [...]]]></description>
			<content:encoded><![CDATA[<p><span style="color: #993300;">Recently, there are many zen cart shopping store were attacked by hackers, for example, main page has been changed to add a lot of garbage link(</span><span style="color: #ff0000;">fix this please refer step 5</span><span style="color: #993300;">), here list some of important security recommendations.</span></p>
<h4>1. Rename your &#8220;/admin&#8221; folder and install the latest zen cart security patch</h4>
<p>Renaming the &#8220;admin&#8221; folder makes it much harder for would-be hackers to get into your admin area.</p>
<p>(Before making the following changes, make sure to have a current backup of your files and your database.)</p>
<p><span style="color: #0000ff;">A-</span> Open your <span style="color: #99cc00;">admin/includes/configure.php</span>, using a simple text editor like notepad.</p>
<p>Change all instances of /admin/ to your chosen new admin folder-name.</p>
<p>Change this section:</p>
<blockquote><p>define(&#8217;DIR_WS_ADMIN&#8217;, &#8216;/admin/&#8217;);</p>
<p>define(&#8217;DIR_WS_CATALOG&#8217;, &#8216;/&#8217;);</p>
<p>define(&#8217;DIR_WS_HTTPS_ADMIN&#8217;, &#8216;/admin/&#8217;);</p>
<p>define(&#8217;DIR_WS_HTTPS_CATALOG&#8217;, &#8216;/&#8217;);</p></blockquote>
<p>And this section:</p>
<blockquote><p>define(&#8217;DIR_FS_ADMIN&#8217;, &#8216;/home/mystore.com/www/public/admin/&#8217;);</p>
<p>define(&#8217;DIR_FS_CATALOG&#8217;, &#8216;/home/mystore.com/www/public/&#8217;);</p></blockquote>
<p><span style="color: #0000ff;">B-</span> Find your Zen Cart /admin/ directory, using your FTP software or your webhost File Manager.</p>
<p>Rename the directory to match the settings you just made in your admin/includes/configure.php.</p>
<p><span style="color: #0000ff;">C -</span> To login to your admin system you will now have to visit a new URL that matches the new name used in steps A and B above. For example instead of visiting http://www.example.com/admin/ visit http://www.example.com/NeW_NamE4u/.</p>
<p><span style="color: #0000ff;">D -</span> You should also protect your admin area by using a .htaccess file similar to the one shown below, and placing it into /admin/includes. (This should already exist in Zen Cart versions 1.2.7 and greater.)</p>
<p><span style="color: #0000ff;">E- </span>Install the <a href="http://www.zen-cart.com/forum/showthread.php?t=130161">security patch on your Zen Cart? 1.3.x store</a></p>
<h4>2. Set configure.php files read-only</h4>
<p>It&#8217;s important that you CHMOD (set permissions) on the two configure.php files as read-only.</p>
<p>Typically this means setting it to &#8220;644&#8243;, or in some cases &#8220;444&#8243;.</p>
<p>The configure.php files are located in:</p>
<blockquote><p>/&lt;YourStoresFolder&gt;/includes/configure.php</p>
<p>/&lt;YourStoresFolder&gt;/admin/includes/configure.php</p></blockquote>
<p>Quite often setting permissions on a file to read only via FTP will not work. Even if the permission looks like it was set to read only, it really may not have been. You must verify the correct setting by entering the store and seeing if there is a warning message on the top of the screen. &#8220;Warning: I am able to write to the configuration file:&#8230;&#8221; In this case you will need to use the &#8220;File Manager&#8221; supplied with your webhosting account.</p>
<p>If you&#8217;re using a Windows server, simply set the file as Read-Only for Everyone and especially the IUSR_xxxxx (Internet Guest Account) user if running IIS, or the System account or apache user if running Apache.</p>
<h4>3. Delete any unused Admin accounts</h4>
<p>Admin-&gt;Tools-&gt;Admin Settings</p>
<p>In your admin area, open the Tools menu, and choose Admin Settings</p>
<p>- Check for any unused admin accounts, and delete them. Especially the &#8220;Demo&#8221; account, if it exists.</p>
<h4>4. Admin Password Security</h4>
<p>It is wise to use complicated passwords so that a would-be hacker cannot easily guess them.</p>
<p>You can change your admin password in Admin-&gt;Tools-&gt;Admin Settings, and click on the &#8220;Reset Password&#8221; button, or click on the icon that looks like a recycle symbol.</p>
<p>We recommend that you use passwords that are at least 8 characters long.</p>
<p>Making them alpha-numeric (including letters, numbers, upper-and-lower-case, etc) helps too.</p>
<p>If you are going to use normal words it is a good idea to join together two normal words that don&#8217;t normally go together.</p>
<h4>5. Protect your &#8220;define pages&#8221; content in &#8220;html_includes&#8221;</h4>
<p>After you have finished editing your define pages (Admin-&gt;Tools-&gt;Define Pages Editor), you should protect them:</p>
<p><span style="color: #0000ff;">A.</span> Download a copy of them to your PC using your FTP software. They are located in the <span style="color: #99cc00;">/includes/languages/english/html_includes </span>area.</p>
<p><span style="color: #0000ff;">B.</span> Make them CHMOD 644 or 444 (or </p>
]]></content:encoded>
			<wfw:commentRss>http://template.jujuber.com/zen-cart/troubleshoot/zen-cart-security-recommendations/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to change zen cart tagline text</title>
		<link>http://template.jujuber.com/zen-cart/troubleshoot/how-to-change-zen-cart-tagline-text</link>
		<comments>http://template.jujuber.com/zen-cart/troubleshoot/how-to-change-zen-cart-tagline-text#comments</comments>
		<pubDate>Mon, 27 Jul 2009 07:42:35 +0000</pubDate>
		<dc:creator>theme</dc:creator>
				<category><![CDATA[Troubleshoot]]></category>

		<guid isPermaLink="false">http://template.jujuber.com/?p=38</guid>
		<description><![CDATA[In Zen Cart, to change the 
]]></description>
			<content:encoded><![CDATA[<p>In Zen Cart, to change the </p>
]]></content:encoded>
			<wfw:commentRss>http://template.jujuber.com/zen-cart/troubleshoot/how-to-change-zen-cart-tagline-text/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to delete zen cart congratulations messages</title>
		<link>http://template.jujuber.com/zen-cart/troubleshoot/delete-zen-cart-congratulations</link>
		<comments>http://template.jujuber.com/zen-cart/troubleshoot/delete-zen-cart-congratulations#comments</comments>
		<pubDate>Mon, 27 Jul 2009 07:36:00 +0000</pubDate>
		<dc:creator>theme</dc:creator>
				<category><![CDATA[Troubleshoot]]></category>

		<guid isPermaLink="false">http://template.jujuber.com/?p=36</guid>
		<description><![CDATA[This article teach you how to remove zen cart congratulation messages.
If you want to replace &#8220;Congratulations! You have successfully installed your Zen Cart?; E-Commerce Solution&#8221; with your own text open the includes/languages/ENGLISH/index.php file and find the following code:
// This section deals with the &#8220;home&#8221; page at the top level with no options/products selected
/*Replace this text [...]]]></description>
			<content:encoded><![CDATA[<h4>This article teach you how to remove zen cart congratulation messages.</h4>
<p>If you want to replace &#8220;Congratulations! You have successfully installed your Zen Cart?; E-Commerce Solution&#8221; with your own text open the includes/languages/ENGLISH/index.php file and find the following code:</p>
<blockquote><p>// This section deals with the &#8220;home&#8221; page at the top level with no options/products selected</p>
<p>/*Replace this text with the headline you would like for your shop. For example: &#8216;Welcome to My SHOP!&#8217;*/</p>
<p>define(&#8217;HEADING_TITLE&#8217;, &#8216;Congratulations! You have successfully installed your Zen Cart&amp;trade; E-Commerce Solution.&#8217;);</p>
<p>} elseif ($category_depth == &#8216;nested&#8217;) {</p>
<p>// This section deals with displaying a subcategory</p>
<p>/*Replace this line with the headline you would like for your shop. For example: &#8216;Welcome to My SHOP!&#8217;*/</p>
<p>define(&#8217;HEADING_TITLE&#8217;, &#8216;Congratulations! You have successfully installed your Zen Cart&amp;trade; E-Commerce Solution.&#8217;);</p>
<p>}</p></blockquote>
<p>Replace the text starting </p>
]]></content:encoded>
			<wfw:commentRss>http://template.jujuber.com/zen-cart/troubleshoot/delete-zen-cart-congratulations/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to remove zen cart greeting message</title>
		<link>http://template.jujuber.com/zen-cart/troubleshoot/remove-zen-cart-greeting-message</link>
		<comments>http://template.jujuber.com/zen-cart/troubleshoot/remove-zen-cart-greeting-message#comments</comments>
		<pubDate>Mon, 27 Jul 2009 07:08:36 +0000</pubDate>
		<dc:creator>theme</dc:creator>
				<category><![CDATA[Troubleshoot]]></category>

		<guid isPermaLink="false">http://template.jujuber.com/?p=30</guid>
		<description><![CDATA[This article teach you how to delete zen cart greeting messages.
If you want to remove
]]></description>
			<content:encoded><![CDATA[<h4>This article teach you how to delete zen cart greeting messages.</h4>
<p>If you want to remove</p>
]]></content:encoded>
			<wfw:commentRss>http://template.jujuber.com/zen-cart/troubleshoot/remove-zen-cart-greeting-message/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Zen Cart Blank Page</title>
		<link>http://template.jujuber.com/zen-cart/troubleshoot/zen-cart-blank-page</link>
		<comments>http://template.jujuber.com/zen-cart/troubleshoot/zen-cart-blank-page#comments</comments>
		<pubDate>Mon, 27 Jul 2009 06:24:19 +0000</pubDate>
		<dc:creator>theme</dc:creator>
				<category><![CDATA[Troubleshoot]]></category>

		<guid isPermaLink="false">http://template.jujuber.com/?p=28</guid>
		<description><![CDATA[Getting a zen cart blank page or blank part of a page
If you&#8217;re getting a blank page when trying to browse to a certain page on your store, or after clicking to have it do something, you&#8217;ve almost certainly got a PHP error in one or more of your files.
Blank pages can be caused by [...]]]></description>
			<content:encoded><![CDATA[<h3>Getting a zen cart blank page or blank part of a page</h3>
<p>If you&#8217;re getting a blank page when trying to browse to a certain page on your store, or after clicking to have it do something, you&#8217;ve almost certainly got a PHP error in one or more of your files.<br />
Blank pages can be caused by a number of things, and often occur just after installing, upgrading, or customizing your store.  Any time you touch a PHP file, you must be sure to not introduce syntax problems(<span style="color: #ff0000;">even worse you have a blank space after a </p>
]]></content:encoded>
			<wfw:commentRss>http://template.jujuber.com/zen-cart/troubleshoot/zen-cart-blank-page/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Login in Box</title>
		<link>http://template.jujuber.com/zen-cart/side-box/login-in-box</link>
		<comments>http://template.jujuber.com/zen-cart/side-box/login-in-box#comments</comments>
		<pubDate>Sun, 26 Jul 2009 07:24:57 +0000</pubDate>
		<dc:creator>theme</dc:creator>
				<category><![CDATA[Side Box]]></category>

		<guid isPermaLink="false">http://template.jujuber.com/?p=23</guid>
		<description><![CDATA[This is a zen cart login in side box
Login Box takes advantage of the Zen Cart Magic Smart Technologies based on the use of autoloading language files that can be unique per template or identical for all templates based on installation.
==================================
INSTALLATION:
The files are arranged in the same structure as Zen Cart
These can all be uploaded [...]]]></description>
			<content:encoded><![CDATA[<p>This is a <em>zen cart login</em> in side box,
<a href="http://template.jujuber.com/images/gallery/side-box/login.jpg" title="" class="shutterset_singlepic5" >
	<img class="ngg-singlepic" src="http://template.jujuber.com/images/gallery/cache/5__167x134_login.jpg" alt="login" title="login" />
</a>
</p>
<p>Login Box takes advantage of the Zen Cart Magic Smart Technologies based on the use of autoloading language files that can be unique per template or identical for all templates based on installation.</p>
<p>==================================</p>
<p>INSTALLATION:</p>
<p>The files are arranged in the same structure as Zen Cart</p>
<p>These can all be uploaded via FTP to your server as they are without any editing required.</p>
<p>You can just FTP the whole /includes directory to your site.</p>
<p>Go to the Admin &#8230;<br />
Go to Tools &#8230;<br />
Go to Layout Controller &#8230;</p>
<p>The Login Box will automatically be found and installed.</p>
<p>Next configure it for the Left or Right Column and the Sort Order. 0 will put it at the Top.</p>
<p>Turn the box on.</p>
<p>===================================</p>
<p>TO ACTIVATE THE LOGIN BOX:</p>
<p>After uploading the files, follow the next 3 steps.</p>
<p>Go to Admin &#8230;<br />
Go to Tools &#8230;<br />
Go to Layout Controller &#8230;</p>
<p>The Login Box will automatically be added to the current template.</p>
<p>You can then configure it for the Left/Right or Single Columns and the sort order.</p>
<p>===================</p>
<p>Download:<span style="color: #0000ff;">http://www.zen-cart.com/index.php?main_page=product_contrib_info&amp;products_id=154</span></p>
]]></content:encoded>
			<wfw:commentRss>http://template.jujuber.com/zen-cart/side-box/login-in-box/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Top Free Zen Cart Themes Resource</title>
		<link>http://template.jujuber.com/zen-cart/theme/top-free-zen-cart-themes-resource</link>
		<comments>http://template.jujuber.com/zen-cart/theme/top-free-zen-cart-themes-resource#comments</comments>
		<pubDate>Sun, 19 Jul 2009 08:39:54 +0000</pubDate>
		<dc:creator>theme</dc:creator>
				<category><![CDATA[Theme]]></category>

		<guid isPermaLink="false">http://template.jujuber.com/?p=19</guid>
		<description><![CDATA[Here I listed some of the top free zen cart themes from my point of view,

Official zen cart themes http://www.zen-cart.com/index.php?main_page=index&#38;cPath=40_53 , collected many of templates, but from my point of view, they are not professional, you even can described ugly.


ichoze zen cart themes zen-cart-templates.ichoze.net, there are two free zen cart template,Acadame and Atheme, maybe Acadame [...]]]></description>
			<content:encoded><![CDATA[<p>Here I listed some of the top <strong>free zen cart themes</strong> from my point of view,</p>
<ul>
<li>Official zen cart themes <a href="http://www.zen-cart.com/index.php?main_page=index&amp;cPath=40_53">http://www.zen-cart.com/index.php?main_page=index&amp;cPath=40_53</a> , collected many of templates, but from my point of view, they are not professional, you even can described ugly.</li>
</ul>
<ul>
<li>ichoze zen cart themes <a href="http://www.kingdict.net/i/2009/07/zen-cart-templates.ichoze.net">zen-cart-templates.ichoze.net</a>, there are two free zen cart template,Acadame and Atheme, maybe Acadame is a most widely used zen cart template, at least this is the first template I adopted.</li>
</ul>
<ul>
<li>zen cart power themes <a href="http://www.zen-cart-power.com/">www.zen-cart-power.com</a>, a good website, but there are no many peoply knew this site.</li>
</ul>
<ul>
<li><a href="http://www.zenflavor.com/">http://www.zenflavor.com</a>, I am not familiar with this site, they seems both povide paid &amp; nonpaid themes.</li>
</ul>
<ul>
<li><a href="http://www.zencarttemplates.info/">www.zencarttemplates.info</a> , they did not invent any thing, just collect most of above templates and give a<br />
]]></content:encoded>
			<wfw:commentRss>http://template.jujuber.com/zen-cart/theme/top-free-zen-cart-themes-resource/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Hot Summer &#8212; 2nd Zen Cart Template Released</title>
		<link>http://template.jujuber.com/zen-cart/theme/hot-summer-2nd-zen-cart-template-released</link>
		<comments>http://template.jujuber.com/zen-cart/theme/hot-summer-2nd-zen-cart-template-released#comments</comments>
		<pubDate>Sun, 19 Jul 2009 07:58:10 +0000</pubDate>
		<dc:creator>theme</dc:creator>
				<category><![CDATA[Theme]]></category>

		<guid isPermaLink="false">http://template.jujuber.com/?p=16</guid>
		<description><![CDATA[I just released the 2nd free zen cart template &#8212;- hot summer template, features included below,

Need no database support, easy to install.


Three column design, width is 1020px(you can change to 2 column, width is adjusted through stylesheet.css file).


There is a fashion Social Bookmark Button on Footer section.


Main color:summer yellow, like current hot weather.

Screen shot,
Welcome any [...]]]></description>
			<content:encoded><![CDATA[<p>I just released the 2nd free zen cart template &#8212;- hot summer template, features included below,</p>
<ul>
<li>Need no database support, easy to install.</li>
</ul>
<ul>
<li>Three column design, width is 1020px(you can change to 2 column, width is adjusted through stylesheet.css file).</li>
</ul>
<ul>
<li>There is a fashion Social Bookmark Button on Footer section.</li>
</ul>
<ul>
<li>Main color:summer yellow, like current hot weather.</li>
</ul>
<p>Screen shot,</p>

<a href="http://template.jujuber.com/images/gallery/zen-cart/hotsummer.jpg" title="" class="shutterset_singlepic3" >
	<img class="ngg-singlepic" src="http://template.jujuber.com/images/gallery/cache/3__320x240_hotsummer.jpg" alt="hotsummer" title="hotsummer" />
</a>

<p>Welcome any suggestion or comments.</p>
]]></content:encoded>
			<wfw:commentRss>http://template.jujuber.com/zen-cart/theme/hot-summer-2nd-zen-cart-template-released/feed</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>ThreeJujuber Zen Cart Template Released</title>
		<link>http://template.jujuber.com/zen-cart/theme/threejujuber-zen-cart-template</link>
		<comments>http://template.jujuber.com/zen-cart/theme/threejujuber-zen-cart-template#comments</comments>
		<pubDate>Wed, 15 Jul 2009 07:05:06 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Theme]]></category>

		<guid isPermaLink="false">http://template.jujuber.com/?p=1</guid>
		<description><![CDATA[This is my first free zen cart template, I called it by ThreeJujuber, three means 3 column, jujuber is my site name,
Features,

Mini size template, no more than 300kb.


Need no database support, installation is very simply, just transfer to your remote zen cart server.


Three Column Design, you can put many things to this template.


Languages &#38; Currencies [...]]]></description>
			<content:encoded><![CDATA[<p>This is my first <strong>free zen cart template</strong>, I called it by ThreeJujuber, three means 3 column, jujuber is my site name,</p>
<p>Features,</p>
<ul>
<li>Mini size template, no more than 300kb.</li>
</ul>
<ul>
<li>Need no database support, installation is very simply, just transfer to your remote zen cart server.</li>
</ul>
<ul>
<li>Three Column Design, you can put many things to this template.</li>
</ul>
<ul>
<li>Languages &amp; Currencies Selector along with Bookmark, yes, this is a fashion feature.</li>
</ul>
<ul>
<li>Header,Footer EZPAGE, easy to customize.</li>
</ul>
<p>Below is screenshot,</p>

<a href="http://template.jujuber.com/images/gallery/zen-cart/threejujuber-template.jpg" title="" class="shutterset_singlepic2" >
	<img class="ngg-singlepic" src="http://template.jujuber.com/images/gallery/cache/2__320x240_threejujuber-template.jpg" alt="threejujuber-template" title="threejujuber-template" />
</a>

<p>Current version is 1.0, I will continue to update this zen cart template, so if you have any suggestions, please post here.</p>
]]></content:encoded>
			<wfw:commentRss>http://template.jujuber.com/zen-cart/theme/threejujuber-zen-cart-template/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
