<?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/upsell/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>Changing the column count for the upsell product area programmatically</title>
		<link>http://www.the-mage-expert.com/382/magento-changing-column-count-upsell-products-programmatically/</link>
		<comments>http://www.the-mage-expert.com/382/magento-changing-column-count-upsell-products-programmatically/#comments</comments>
		<pubDate>Thu, 25 Jul 2013 12:17:08 +0000</pubDate>
		<dc:creator><![CDATA[Mex]]></dc:creator>
				<category><![CDATA[Magento Solutions]]></category>
		<category><![CDATA[layout]]></category>
		<category><![CDATA[upsell]]></category>

		<guid isPermaLink="false">http://www.the-mage-expert.com/?p=382</guid>
		<description><![CDATA[To change the Magento upsell product areas column count programmatically, use the following code: [crayon-69f1b79070e9e/]]]></description>
				<content:encoded><![CDATA[<p>To change the Magento upsell product areas column count programmatically, use the following code:</p>
<p></p><pre class="crayon-plain-tag">$this-&gt;setColumnCount(4);</pre><p></p>]]></content:encoded>
			<wfw:commentRss>http://www.the-mage-expert.com/382/magento-changing-column-count-upsell-products-programmatically/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Deleting upsell products directly in the database</title>
		<link>http://www.the-mage-expert.com/316/magento-deleting-upsell-products-in-database/</link>
		<comments>http://www.the-mage-expert.com/316/magento-deleting-upsell-products-in-database/#comments</comments>
		<pubDate>Thu, 11 Apr 2013 11:21:34 +0000</pubDate>
		<dc:creator><![CDATA[Mex]]></dc:creator>
				<category><![CDATA[Magento Solutions]]></category>
		<category><![CDATA[products]]></category>
		<category><![CDATA[SQL]]></category>
		<category><![CDATA[upsell]]></category>

		<guid isPermaLink="false">http://www.the-mage-expert.com/?p=316</guid>
		<description><![CDATA[Once saved, upsell products can not be removed again easily. Using the following MySQL script, you can delete Magento upsell products from the database. [crayon-69f1b7907e931/]]]></description>
				<content:encoded><![CDATA[<p>Once saved, upsell products can not be removed again easily. Using the following MySQL script, you can delete Magento upsell products from the database.</p>
<p></p><pre class="crayon-plain-tag">DELETE link.* FROM catalog_product_link AS link
LEFT JOIN catalog_product_link_type AS linktype ON (linktype.link_type_id = link.link_type_id)
WHERE linktype.code = &quot;up_sell&quot; and product_id = 123;</pre><p></p>]]></content:encoded>
			<wfw:commentRss>http://www.the-mage-expert.com/316/magento-deleting-upsell-products-in-database/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
