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

<channel>
	<title>Zen Cart Tips</title>
	<atom:link href="http://www.zencarttips.com/?feed=rss2" rel="self" type="application/rss+xml" />
	<link>http://www.zencarttips.com</link>
	<description></description>
	<pubDate>Thu, 05 Mar 2009 20:27:50 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.7.1</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Activating an Inactive Coupon in Zen Cart</title>
		<link>http://www.zencarttips.com/?p=36</link>
		<comments>http://www.zencarttips.com/?p=36#comments</comments>
		<pubDate>Thu, 05 Mar 2009 20:27:50 +0000</pubDate>
		<dc:creator>Renee</dc:creator>
		
		<category><![CDATA[Admin Upgrades]]></category>

		<category><![CDATA[Advanced Zen Cart Tips]]></category>

		<guid isPermaLink="false">http://www.zencarttips.com/?p=36</guid>
		<description><![CDATA[Recently a client needed to re-activate a coupon in Zen Cart. She wanted to re-use the exact same coupon but had inactivated the original.
After exploring the Zen admin, I could find no way to re-activate a inactive coupon so used the SQL query below.
Copy and the code below and paste it in Tools -> Install [...]]]></description>
			<content:encoded><![CDATA[<p>Recently a client needed to re-activate a coupon in Zen Cart. She wanted to re-use the exact same coupon but had inactivated the original.</p>
<p>After exploring the Zen admin, I could find no way to re-activate a inactive coupon so used the SQL query below.</p>
<p>Copy and the code below and paste it in Tools -> Install SQL Patches. Make sure you change the coupon_id to the number that you would like to re-activate. To get the id number, click on the name in Gift Certificate/Coupons -> Coupon Admin, the id is in the right column, in square brackets before the coupon name. And, as always, BACK UP YOUR DATABASE before making any changes to your Zen Cart installation.  </p>
<pre class="alt2" style="border: 1px inset; margin: 0px; padding: 5px; overflow: auto; width: 550px; height: 50px; text-align: left;" dir="ltr">UPDATE `coupons` SET `coupon_active` = 'Y' WHERE `coupons`.`coupon_id` =22 LIMIT 1 ;</pre>
]]></content:encoded>
			<wfw:commentRss>http://www.zencarttips.com/?feed=rss2&amp;p=36</wfw:commentRss>
		</item>
		<item>
		<title>Step by Step Guide on How to Send HTML Emails from Zen Cart</title>
		<link>http://www.zencarttips.com/?p=33</link>
		<comments>http://www.zencarttips.com/?p=33#comments</comments>
		<pubDate>Wed, 03 Dec 2008 20:24:05 +0000</pubDate>
		<dc:creator>Renee</dc:creator>
		
		<category><![CDATA[Admin Upgrades]]></category>

		<category><![CDATA[CSS for Zen Cart]]></category>

		<category><![CDATA[Increase Sales]]></category>

		<guid isPermaLink="false">http://www.zencarttips.com/?p=33</guid>
		<description><![CDATA[Sending attractive, branded emails from your store is a nice touch, not only does it reinforce your presence with your customers, it puts you on the same level as other eCommerce big wigs. Follow the directions below to send html emails from you Zen Cart store.
1. Go to Configuration -&#62; Email Options
Set &#8220;Use MIME HTML [...]]]></description>
			<content:encoded><![CDATA[<p>Sending attractive, branded emails from your store is a nice touch, not only does it reinforce your presence with your customers, it puts you on the same level as other eCommerce big wigs. Follow the directions below to send html emails from you Zen Cart store.</p>
<p>1. Go to Configuration -&gt; Email Options<br />
Set &#8220;Use MIME HTML When Sending Emails&#8221; (3rd line) to true<br />
and<br />
Set &#8220;Email Admin Format?&#8221; to HTML (line 10)</p>
<p>2. Go to Configuration -&gt; Customer Details<br />
Set &#8220;Customer Default Email Preference&#8221; (line 10) to 1 for html</p>
<p>3. Upload your store logo, saved as header.jpg to email/ folder on the server (you will be overwriting the default zen cart logo)</p>
<p>4. Language File Changes:<br />
Change the define for EMAIL_FOOTER_COPYRIGHT to link back to your store in:<br />
admin/includes/languages/english/email_extras.php<br />
and<br />
includes/languages/english/email_extras.php</p>
<p>5. The design for each email is defined in style section of the header for each of the following email template file:<br />
email/email_template_checkout.html<br />
email/email_template_contact_us.html<br />
email/email_template_coupon.html<br />
email/email_template_default.html<br />
email/email_template_direct_email.html<br />
email/email_template_gv_mail.html<br />
email/email_template_gv_queue.html<br />
email/email_template_gv_send.html<br />
email/email_template_low_stock.html<br />
email/email_template_newsletters.html<br />
email/email_template_order_status.html<br />
email/email_template_password_forgotten.html<br />
email/email_template_product_notification.html<br />
email/email_template_product_notification.html</p>
<p>Change the css in each file or create a external stylesheet and link to it from the header of each file.</p>
<p>6.You can check your changes in Tools -&gt; Email Welcome of your admin. When you have finalized the design, sign up as a new customer on your web site, you should get a branded email generated from zen cart.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.zencarttips.com/?feed=rss2&amp;p=33</wfw:commentRss>
		</item>
		<item>
		<title>How to Display a &#8220;Low Stock&#8221; Alert on Zen Cart Product Pages</title>
		<link>http://www.zencarttips.com/?p=32</link>
		<comments>http://www.zencarttips.com/?p=32#comments</comments>
		<pubDate>Tue, 25 Nov 2008 23:25:44 +0000</pubDate>
		<dc:creator>Renee</dc:creator>
		
		<category><![CDATA[Basic Zen Cart Tips]]></category>

		<guid isPermaLink="false">http://www.zencarttips.com/?p=32</guid>
		<description><![CDATA[To create a sense of urgency and let customers know a product has only one item left in stock, a simple SQL query is needed in the tpl_product_info_display.php file.
1. First, you must be tracking stock of your products through Zen Cart.
2. Download, includes/template/Your_Templates/tpl_product_info_display.php and open the file.
Copy this code:

&#60;!-- bof limited supply --&#62;
&#60;?php

$limitedSupply_query = "SELECT [...]]]></description>
			<content:encoded><![CDATA[<p>To create a sense of urgency and let customers know a product has only one item left in stock, a simple SQL query is needed in the tpl_product_info_display.php file.</p>
<p>1. First, you must be tracking stock of your products through Zen Cart.</p>
<p>2. Download, includes/template/Your_Templates/tpl_product_info_display.php and open the file.</p>
<p>Copy this code:</p>
<pre class="alt2" style="border: 1px inset; margin: 0px; padding: 5px; overflow: auto; width: 550px; height: 98px; text-align: left;" dir="ltr">
&lt;!-- bof limited supply --&gt;
&lt;?php

$limitedSupply_query = "SELECT products_quantity, products_id
FROM " . TABLE_PRODUCTS . "
WHERE products_id = '" . (int)$_GET['products_id'] . "' ";

$limitedSupply = $db-&gt;Execute($limitedSupply_query);

if ($limitedSupply-&gt;fields['products_quantity'] == 1)  {
echo '&lt;div id="limited"&gt;Only one left&lt;/div&gt;';
}
?&gt;
&lt;!-- eof limited supply --&gt;
</pre>
<p>3. Paste the code in the file where you would like the alert message to appear, I usually put it just above the Add to Cart button. Upload the edited file to includes/templates/Your_Template/</p>
<p>4. Download your stylesheet and create and define #limited. Upload the edited stylesheet to includes/templates/Your_Template/css/</p>
<p>5. Find a product on your web site that has only one product. Make any needed changes to the stylesheet.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.zencarttips.com/?feed=rss2&amp;p=32</wfw:commentRss>
		</item>
		<item>
		<title>Moving the Nav Cat Tabs to Help Zen Cart SEO</title>
		<link>http://www.zencarttips.com/?p=31</link>
		<comments>http://www.zencarttips.com/?p=31#comments</comments>
		<pubDate>Sun, 23 Nov 2008 18:48:29 +0000</pubDate>
		<dc:creator>Renee</dc:creator>
		
		<category><![CDATA[Zen Cart SEO Tips]]></category>

		<guid isPermaLink="false">http://www.zencarttips.com/?p=31</guid>
		<description><![CDATA[If you have a web site that uses drop menus for the navigation system, you may find that the indexing of your web site has a bit to be desired. Recently, on a web site using the drop menu system, I took advantage of using a second navigation menu at the bottom of the site [...]]]></description>
			<content:encoded><![CDATA[<p>If you have a web site that uses drop menus for the navigation system, you may find that the indexing of your web site has a bit to be desired. Recently, on a web site using the drop menu system, I took advantage of using a second navigation menu at the bottom of the site by moving the nav cat tabs to the tpl_footer.php file.</p>
<p>To make the switch, open:</p>
<p>includes/templates/Your_Template/common/tpl_header.php  and look for:</p>
<p><!--bof-optional categories tabs navigation display-->&lt;!&#8211;bof-optional categories tabs navigation display&#8211;&gt;</p>
<p>&lt;?php get_template_dir(&#8217;tpl_modules_categories_tabs.php&#8217;,DIR_WS_TEMPLATE, $current_page_base,&#8217;templates&#8217;). &#8216;/tpl_modules_categories_tabs.php&#8217;); ?&gt;</p>
<p>&lt;!&#8211;eof-optional categories tabs navigation display&#8211;&gt;</p>
<p>Copy the code, delete it and open:<br />
includes/templates/Your_Template/common/tpl_footer.php</p>
<p>Paste your copied code into the footer file in the appropriate postition.</p>
<p>Upload both of the edited files and turn on your Nav Cat Tabs in the Zen Cart admin by going to:</p>
<p>Configuration -&gt; Layout Settings -&gt; Categories-Tabs Menu ON/OFF and turn the Nav Cat Tabs on.</p>
<p>Go to your web site and see your category links in the footer of each page. Now search engines have easy to read text links for your categories.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.zencarttips.com/?feed=rss2&amp;p=31</wfw:commentRss>
		</item>
		<item>
		<title>Understanding Your Zen Cart meta_tags.php Language File</title>
		<link>http://www.zencarttips.com/?p=30</link>
		<comments>http://www.zencarttips.com/?p=30#comments</comments>
		<pubDate>Sun, 09 Nov 2008 04:29:56 +0000</pubDate>
		<dc:creator>Renee</dc:creator>
		
		<category><![CDATA[Zen Cart SEO Tips]]></category>

		<guid isPermaLink="false">http://www.zencarttips.com/?p=30</guid>
		<description><![CDATA[In a previous post, I discussed how to add custom meta tags for your products and categories, Read Post.
Recently, when adding custom meta tags for products I noticed that the custom tags I entered at the product level were followed by the custom tags I had set in the meta_tags.php language file and this created [...]]]></description>
			<content:encoded><![CDATA[<p>In a previous post, I discussed how to add custom meta tags for your products and categories, <a href="?p=17">Read Post</a>.</p>
<p>Recently, when adding custom meta tags for products I noticed that the custom tags I entered at the product level were followed by the custom tags I had set in the meta_tags.php language file and this created a VERY long list of keywords. As you know, google and other search engines will penalize you for keyword spam if you have too many keywords.</p>
<p>To show only the keywords you set at the product or category level, download the file:<br />includes/languages/english/meta_tags.php<br />
<br />OR<br />
includes/languages/english/YOUR_CUSTOM_TEMPLATE/meta_tags.php (if the file has already been modified)</p>
<p>Open the file and remove all keywords in the following define:<br />
// Custom Keywords<br />
define(&#8217;CUSTOM_KEYWORDS&#8217;, &#8221;);</p>
<p>Upload the file to: includes/languages/english/YOUR_CUSTOM_TEMPLATE/</p>
<p>Now, any products or categories that have meta tags defined in the admin section of your web site will use ONLY those tag definitions and you will no longer be keyword spamming.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.zencarttips.com/?feed=rss2&amp;p=30</wfw:commentRss>
		</item>
		<item>
		<title>Updating the Weight of All Products in Your Zen Cart Store Through a SQL Command</title>
		<link>http://www.zencarttips.com/?p=29</link>
		<comments>http://www.zencarttips.com/?p=29#comments</comments>
		<pubDate>Wed, 29 Oct 2008 15:14:35 +0000</pubDate>
		<dc:creator>Renee</dc:creator>
		
		<category><![CDATA[Admin Upgrades]]></category>

		<guid isPermaLink="false">http://www.zencarttips.com/?p=29</guid>
		<description><![CDATA[Sometimes, you may need to update certain aspects of all products in your catalog. Instead of manually changing the aspect (in this case weight) of each product, you can run a simple SQL command through your Admin &#8211;> Install SQL Patches.
Here&#8217;s how to update the weight of ALL products in your catalog to 1/2 lb:
1. [...]]]></description>
			<content:encoded><![CDATA[<p>Sometimes, you may need to update certain aspects of all products in your catalog. Instead of manually changing the aspect (in this case weight) of each product, you can run a simple SQL command through your Admin &#8211;> Install SQL Patches.</p>
<p>Here&#8217;s how to update the weight of ALL products in your catalog to 1/2 lb:<br />
1. First, ALWAYS do a data base backup. If you have the Database Backup from Admin mod installed go to Tools -> Database Back Up MySQL and back up your database.<br />
2. Go to Tools -> Install SQL Patches and run the following code:<br />
UPDATE products SET products_weight = 0.5;<br />
<br />
All products now have the weight of 1/2 lb. If you want the weight to be different, just change the 0.5 to whatever weight you want. The number should be in pounds.</p>
<p>If you have items in your catalog that are down loadable products, they must have a weight of 0. The most common instance of down loadable products is Gift Certificates. To update the weight of all products EXCEPT your gift certificates, enter the following command in step 2:<br />
UPDATE products SET products_weight = 0.5 WHERE master_categories_id != 26;  </p>
<p>This will update ALL products weight EXCEPT those in category 26 (gift certificate category). Change the master_categories_id to your actual number.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.zencarttips.com/?feed=rss2&amp;p=29</wfw:commentRss>
		</item>
		<item>
		<title>How to Add Additional Order Status Options in Zen Cart</title>
		<link>http://www.zencarttips.com/?p=26</link>
		<comments>http://www.zencarttips.com/?p=26#comments</comments>
		<pubDate>Mon, 27 Oct 2008 15:57:11 +0000</pubDate>
		<dc:creator>Renee</dc:creator>
		
		<category><![CDATA[Admin Upgrades]]></category>

		<category><![CDATA[Basic Zen Cart Tips]]></category>

		<guid isPermaLink="false">http://www.zencarttips.com/?p=26</guid>
		<description><![CDATA[By default, Zen Cart comes with 3 Order Status options; processing, delivered and update. Oftentimes, you may want to add additional options such as &#8220;Shipped&#8221;. Adding new options is quite easy, just follow the steps below.
1. Go to Localization &#8211;> Order Status in your Zen Cart admin area and click on the &#8220;Insert&#8221; button. 

2. [...]]]></description>
			<content:encoded><![CDATA[<p>By default, Zen Cart comes with 3 Order Status options; processing, delivered and update. Oftentimes, you may want to add additional options such as &#8220;Shipped&#8221;. Adding new options is quite easy, just follow the steps below.<br />
1. Go to Localization &#8211;> Order Status in your Zen Cart admin area and click on the &#8220;Insert&#8221; button. <br />
<a href='http://www.zencarttips.com/wp-content/uploads/2008/10/orderstatus1.jpg'><img src="http://www.zencarttips.com/wp-content/uploads/2008/10/orderstatus1-300x175.jpg" alt="" title="orderstatus1" width="300" height="175" class="aligncenter size-medium wp-image-27" /></a></p>
<p>2. Enter your new Order Status in the field provided and click on the &#8220;insert&#8221; button. <br />
<a href='http://www.zencarttips.com/wp-content/uploads/2008/10/orderstatus2.jpg'><img src="http://www.zencarttips.com/wp-content/uploads/2008/10/orderstatus2-300x155.jpg" alt="" title="orderstatus2" width="300" height="155" class="aligncenter size-medium wp-image-28" /></a></p>
<p>Now when processing orders, you will have &#8220;Shipped&#8221; as a Order Status option.</p>
<p>Happy Zen Cart!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.zencarttips.com/?feed=rss2&amp;p=26</wfw:commentRss>
		</item>
		<item>
		<title>Adding a &#8220;New Product&#8221; Icon to Product Description Pages in Zen Cart</title>
		<link>http://www.zencarttips.com/?p=21</link>
		<comments>http://www.zencarttips.com/?p=21#comments</comments>
		<pubDate>Fri, 24 Oct 2008 18:37:36 +0000</pubDate>
		<dc:creator>Renee</dc:creator>
		
		<category><![CDATA[Basic Zen Cart Tips]]></category>

		<category><![CDATA[CSS for Zen Cart]]></category>

		<category><![CDATA[Increase Sales]]></category>

		<guid isPermaLink="false">http://www.zencarttips.com/?p=21</guid>
		<description><![CDATA[Here&#8217;s an easy way to add a &#8220;New Product&#8221; icon automatically to your product description pages in Zen Cart.
1. Create a small graphic that says New or NEW PRODUCT and name it new.gif. Then upload your image to includes/templates/YOUR_CUSTOM_TEMPLATE/images .
2. Open includes/templates/YOUR_CUSTOM_TEMPLATE/css/stylesheet.css at the bottom add the following lines:
.newProduct {
background-image:url(../images/new.gif);
width: Your image width in px;
height: [...]]]></description>
			<content:encoded><![CDATA[<p>Here&#8217;s an easy way to add a &#8220;New Product&#8221; icon automatically to your product description pages in Zen Cart.</p>
<p>1. Create a small graphic that says New or NEW PRODUCT and name it new.gif. Then upload your image to includes/templates/YOUR_CUSTOM_TEMPLATE/images .</p>
<p>2. Open includes/templates/YOUR_CUSTOM_TEMPLATE/css/stylesheet.css at the bottom add the following lines:</p>
<blockquote><p>.newProduct {<br />
background-image:url(../images/new.gif);<br />
width: Your image width in px;<br />
height: Your image height in px;<br />
}</p></blockquote>
<p>Make sure you enter your actual image pixel dimensions.</p>
<p>3. Open includes/templates/YOUR_CUSTOM_TEMPLATE/templates/tpl_product_info_display.php  and add the following:</p>
<blockquote><p>$datesql = “select products_date_added from zen_products where products_id = “. (int)$_GET['products_id'] .” “;<br />
$date_display = $db-&gt;Execute($datesql);<br />
$newdate = $date_display-&gt;fields['products_date_added'];<br />
$newdate2 = $newdate - 30;<br />
function reformatDate($newdate) {<br />
list($year, $month, $day, $hour, $min, $sec) = split( ‘[: -]‘,<br />
$newdate);<br />
return “$year-$month-$day”;<br />
}<br />
$dateA=$newdate;<br />
$theDate=reformatDate($dateA);<br />
$thirty_days_ago = mktime()-2592000;<br />
if ($theDate &gt;= date(’Y-m-d’, $thirty_days_ago)) { echo &#8216;&lt;div class=”new”&gt;<br />
&lt;/div&gt;’; }<br />
?&gt;</p></blockquote>
<p>You may have to play with the placement of the code to get the image in the correct place.</p>
<p>Your products will display the new.gif icon you created for 30 days!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.zencarttips.com/?feed=rss2&amp;p=21</wfw:commentRss>
		</item>
		<item>
		<title>How to Offer Free Shipping in Zen Cart</title>
		<link>http://www.zencarttips.com/?p=18</link>
		<comments>http://www.zencarttips.com/?p=18#comments</comments>
		<pubDate>Wed, 22 Oct 2008 17:16:24 +0000</pubDate>
		<dc:creator>Renee</dc:creator>
		
		<category><![CDATA[Basic Zen Cart Tips]]></category>

		<guid isPermaLink="false">http://www.zencarttips.com/?p=18</guid>
		<description><![CDATA[Offering Free Shipping on orders over a certain dollar amount is a great promotion and is easy to set up!
1. Log in to your Zen Cart admin
2. Go to &#8220;Modules -> Order Total&#8221;
3. Click on &#8220;Shipping&#8221;, default installation 6th line. See screen shot, click for full size view.

4. Click on the &#8220;edit&#8221; button
5. Check &#8220;Yes&#8221; [...]]]></description>
			<content:encoded><![CDATA[<p>Offering Free Shipping on orders over a certain dollar amount is a great promotion and is easy to set up!</p>
<p>1. Log in to your Zen Cart admin<br />
2. Go to &#8220;Modules -> Order Total&#8221;</br /><br />
3. Click on &#8220;Shipping&#8221;, default installation 6th line. See screen shot, click for full size view.</p>
<p><a href='http://www.zencarttips.com/wp-content/uploads/2008/10/freeshipping1.jpg'><img src="http://www.zencarttips.com/wp-content/uploads/2008/10/freeshipping1-300x177.jpg" alt="" title="freeshipping1" width="300" height="177" class="alignnone size-medium wp-image-19" /></a><br />
4. Click on the &#8220;edit&#8221; button<br />
5. Check &#8220;Yes&#8221; under &#8220;Allow Free Shipping&#8221;, enter the minimum dollar amount an order must have to receive free shipping.Select National, international or both for Free Shipping zones. See screen shot, click for full size view.</p>
<p><a href='http://www.zencarttips.com/wp-content/uploads/2008/10/freeshipping2.jpg'><img src="http://www.zencarttips.com/wp-content/uploads/2008/10/freeshipping2-300x203.jpg" alt="" title="freeshipping2" width="300" height="203" class="alignnone size-medium wp-image-20" /></a><br />
6. Click &#8220;update&#8221; for your changes to take effect.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.zencarttips.com/?feed=rss2&amp;p=18</wfw:commentRss>
		</item>
		<item>
		<title>Holiday Check Out Buttons for Your Zen Cart Store</title>
		<link>http://www.zencarttips.com/?p=22</link>
		<comments>http://www.zencarttips.com/?p=22#comments</comments>
		<pubDate>Tue, 21 Oct 2008 18:23:27 +0000</pubDate>
		<dc:creator>Renee</dc:creator>
		
		<category><![CDATA[Basic Zen Cart Tips]]></category>

		<category><![CDATA[Increase Sales]]></category>

		<guid isPermaLink="false">http://www.zencarttips.com/?p=22</guid>
		<description><![CDATA[Looking for a good way to spruce up your eCommerce site for the holidays?
eSales411.com has new holiday themed checkout button set for Zen Cart. Sets include 7 buttons that guide your customers through the checkout process. At only $5 per set, this is a great way to get your set ready for the holidays.
Here are [...]]]></description>
			<content:encoded><![CDATA[<p>Looking for a good way to spruce up your eCommerce site for the holidays?</p>
<p>eSales411.com has new holiday themed checkout button set for Zen Cart. Sets include 7 buttons that guide your customers through the checkout process. At only $5 per set, this is a great way to get your set ready for the holidays.</p>
<p>Here are a few samples:<br />
<a href='http://www.zencarttips.com/wp-content/uploads/2008/10/blkwhitesnowflakebuttons.gif'><img src="http://www.zencarttips.com/wp-content/uploads/2008/10/blkwhitesnowflakebuttons-150x150.gif" alt="" title="blkwhitesnowflakebuttons" width="150" height="150" class="alignnone size-thumbnail wp-image-23" /></a><a href='http://www.zencarttips.com/wp-content/uploads/2008/10/ornamentgreenbutton.gif'><img src="http://www.zencarttips.com/wp-content/uploads/2008/10/ornamentgreenbutton-150x150.gif" alt="" title="ornamentgreenbutton" width="150" height="150" class="alignnone size-thumbnail wp-image-24" /></a><a href='http://www.zencarttips.com/wp-content/uploads/2008/10/presentsbuttons.gif'><img src="http://www.zencarttips.com/wp-content/uploads/2008/10/presentsbuttons-150x150.gif" alt="" title="presentsbuttons" width="150" height="150" class="alignnone size-thumbnail wp-image-25" /></a></p>
<p>To purchase the buttons, visit <a href="http://www.esales411.com/zen-cart-button-sets-c-13.html" target="_blank">eSales411.com</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.zencarttips.com/?feed=rss2&amp;p=22</wfw:commentRss>
		</item>
	</channel>
</rss>
