<?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>Magento. Experienced. &#187; check</title>
	<atom:link href="http://www.sneako.com/tag/check/feed" rel="self" type="application/rss+xml" />
	<link>http://www.sneako.com</link>
	<description>by sneako</description>
	<lastBuildDate>Sun, 11 Jul 2010 14:19:23 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Add &#8220;Add to Cart&#8221; Button To &#8220;Related Products&#8221;</title>
		<link>http://www.sneako.com/add-add-to-cart-button-to-related-products/41</link>
		<comments>http://www.sneako.com/add-add-to-cart-button-to-related-products/41#comments</comments>
		<pubDate>Thu, 18 Feb 2010 07:44:02 +0000</pubDate>
		<dc:creator>sneako</dc:creator>
				<category><![CDATA[Frontend Feature Edits]]></category>
		<category><![CDATA[add to cart]]></category>
		<category><![CDATA[boxes]]></category>
		<category><![CDATA[cart]]></category>
		<category><![CDATA[check]]></category>
		<category><![CDATA[related]]></category>
		<category><![CDATA[shopping]]></category>
		<category><![CDATA[sidebar]]></category>

		<guid isPermaLink="false">http://www.sneako.com/?p=41</guid>
		<description><![CDATA[Tired of the little check boxes within the &#8220;Related Products&#8221; sidebar?  Wish the customer would just have an &#8220;Add to Cart&#8221; button?  Now you can!&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;-
1) Open to edit:
app/design/frontend/YOUR THEME HERE/template/catalog/product/view.phtml
&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;-
2) Change:
&#60;?php echo $this-&#62;getPriceHtml($_item, true) ?&#62;
&#60;/div&#62;
&#60;?php if ($this-&#62;helper('wishlist')-&#62;isAllow()) : ?&#62;
&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;-
3) To:
&#60;?php echo $this-&#62;getPriceHtml($_item, true) ?&#62;
&#60;p&#62;&#60;button onclick="setLocation('&#60;?php echo $this-&#62;getAddToCartUrl($_item) ?&#62;')" type="button"&#62;&#60;span&#62;&#60;span&#62;&#60;span&#62;&#60;?php echo $this-&#62;__('Add to Cart') ?&#62;&#60;/span&#62;&#60;/span&#62;&#60;/span&#62;&#60;/button&#62;&#60;/p&#62;
&#60;/div&#62;
&#60;?php echo [...]]]></description>
		<wfw:commentRss>http://www.sneako.com/add-add-to-cart-button-to-related-products/41/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>
