<?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>The Magento Expert</title>
	<atom:link href="http://www.the-mage-expert.com/tag/compare-list/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.the-mage-expert.com</link>
	<description>Your Magento Commerce Expert</description>
	<lastBuildDate>Tue, 24 Jan 2023 09:37:24 +0000</lastBuildDate>
	<language>en-US</language>
		<sy:updatePeriod>hourly</sy:updatePeriod>
		<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.8.6</generator>
	<item>
		<title>Deleting all items from the compare list in the database</title>
		<link>http://www.the-mage-expert.com/604/magento-deleting-all-compare-list-items-in-database-mysql/</link>
		<comments>http://www.the-mage-expert.com/604/magento-deleting-all-compare-list-items-in-database-mysql/#comments</comments>
		<pubDate>Wed, 26 Feb 2014 12:41:28 +0000</pubDate>
		<dc:creator><![CDATA[Mex]]></dc:creator>
				<category><![CDATA[Magento Solutions]]></category>
		<category><![CDATA[compare list]]></category>
		<category><![CDATA[SQL]]></category>

		<guid isPermaLink="false">http://www.the-mage-expert.com/?p=604</guid>
		<description><![CDATA[The following MySQL query deletes all rows from the Magento compare list table. [crayon-6a68d3913bb63/]]]></description>
				<content:encoded><![CDATA[<p>The following MySQL query deletes all rows from the Magento compare list table.</p>
<p></p><pre class="crayon-plain-tag">delete from catalog_compare_item;</pre><p></p>]]></content:encoded>
			<wfw:commentRss>http://www.the-mage-expert.com/604/magento-deleting-all-compare-list-items-in-database-mysql/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Getting the compare list link programmatically</title>
		<link>http://www.the-mage-expert.com/600/magento-getting-link-for-compare-list-programmatically/</link>
		<comments>http://www.the-mage-expert.com/600/magento-getting-link-for-compare-list-programmatically/#comments</comments>
		<pubDate>Fri, 14 Feb 2014 11:32:14 +0000</pubDate>
		<dc:creator><![CDATA[Mex]]></dc:creator>
				<category><![CDATA[Magento Solutions]]></category>
		<category><![CDATA[compare list]]></category>

		<guid isPermaLink="false">http://www.the-mage-expert.com/?p=600</guid>
		<description><![CDATA[Using the following code you can obtain the Magento compare list link. [crayon-6a68d39146528/]]]></description>
				<content:encoded><![CDATA[<p>Using the following code you can obtain the Magento compare list link.</p>
<p></p><pre class="crayon-plain-tag">Mage::helper('catalog/product_compare')-&gt;getListUrl();</pre><p></p>]]></content:encoded>
			<wfw:commentRss>http://www.the-mage-expert.com/600/magento-getting-link-for-compare-list-programmatically/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Adding the compare list link to the product page</title>
		<link>http://www.the-mage-expert.com/596/magento-adding-compare-list-link-product-page/</link>
		<comments>http://www.the-mage-expert.com/596/magento-adding-compare-list-link-product-page/#comments</comments>
		<pubDate>Fri, 14 Feb 2014 11:13:00 +0000</pubDate>
		<dc:creator><![CDATA[Mex]]></dc:creator>
				<category><![CDATA[Magento Solutions]]></category>
		<category><![CDATA[compare list]]></category>
		<category><![CDATA[product page]]></category>

		<guid isPermaLink="false">http://www.the-mage-expert.com/?p=596</guid>
		<description><![CDATA[The Magento compare list link is shown on the category page by default. Using the following code you can add it to the Magento product page as well. [crayon-6a68d391468ca/]]]></description>
				<content:encoded><![CDATA[<p>The Magento compare list link is shown on the category page by default. Using the following code you can add it to the Magento product page as well.</p>
<p></p><pre class="crayon-plain-tag">&lt;a href=&quot;&lt;?php echo Mage::helper('catalog/product_compare')-&gt;getAddUrl($_product);?&gt;&quot;&gt;link text&lt;/a&gt;</pre><p></p>]]></content:encoded>
			<wfw:commentRss>http://www.the-mage-expert.com/596/magento-adding-compare-list-link-product-page/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
