<?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.</title>
	<atom:link href="http://www.sneako.com/feed" rel="self" type="application/rss+xml" />
	<link>http://www.sneako.com</link>
	<description>by sneako</description>
	<lastBuildDate>Thu, 18 Feb 2010 19:32:14 +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>Disabled Mage_Core&#8230;Now Frontend &amp; Backend Are Blank</title>
		<link>http://www.sneako.com/disabled-mage_core-now-frontend-backend-are-blank/50</link>
		<comments>http://www.sneako.com/disabled-mage_core-now-frontend-backend-are-blank/50#comments</comments>
		<pubDate>Thu, 18 Feb 2010 18:17:23 +0000</pubDate>
		<dc:creator>sneako</dc:creator>
				<category><![CDATA[Whoops/Created Errors]]></category>
		<category><![CDATA[Admin]]></category>
		<category><![CDATA[blank]]></category>
		<category><![CDATA[config]]></category>
		<category><![CDATA[core]]></category>
		<category><![CDATA[data]]></category>
		<category><![CDATA[disable]]></category>
		<category><![CDATA[enable]]></category>
		<category><![CDATA[Error]]></category>
		<category><![CDATA[mage]]></category>

		<guid isPermaLink="false">http://www.sneako.com/?p=50</guid>
		<description><![CDATA[While messing around with the admin settings of Magento you may have stumbled on the ability to enable/disable features of Magento.  Among this list is &#8220;Mage_Core&#8221; which happens to include the basic backbones of the entire operation.  You disabled this however and now all pages are blank so you can&#8217;t re-enable it.  What to do, [...]]]></description>
		<wfw:commentRss>http://www.sneako.com/disabled-mage_core-now-frontend-backend-are-blank/50/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Meta Title And Page Title + Category</title>
		<link>http://www.sneako.com/meta-title-and-page-title-category/47</link>
		<comments>http://www.sneako.com/meta-title-and-page-title-category/47#comments</comments>
		<pubDate>Thu, 18 Feb 2010 08:34:46 +0000</pubDate>
		<dc:creator>sneako</dc:creator>
				<category><![CDATA[SEO]]></category>
		<category><![CDATA[meta]]></category>
		<category><![CDATA[page]]></category>
		<category><![CDATA[tags]]></category>
		<category><![CDATA[title]]></category>

		<guid isPermaLink="false">http://www.sneako.com/?p=47</guid>
		<description><![CDATA[You may have noticed that by default Magento only shoves the product name up into the page title of any given product page for the front end customers.  You say..hey, I want the category there too, what gives!?!?  You just have to understand the Magento way of handling meta tags, see below&#8230;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;-
1) Login to admin…
2) [...]]]></description>
		<wfw:commentRss>http://www.sneako.com/meta-title-and-page-title-category/47/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<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>0</slash:comments>
		</item>
		<item>
		<title>Change Link In &#8220;My Cart&#8221; Sidebar To Go To Shopping Cart Instead Of Onepage Checkout</title>
		<link>http://www.sneako.com/change-link-in-cart-sidebar-to-go-to-cart/38</link>
		<comments>http://www.sneako.com/change-link-in-cart-sidebar-to-go-to-cart/38#comments</comments>
		<pubDate>Thu, 18 Feb 2010 07:23:14 +0000</pubDate>
		<dc:creator>sneako</dc:creator>
				<category><![CDATA[Frontend Feature Edits]]></category>
		<category><![CDATA[cart]]></category>
		<category><![CDATA[Checkout]]></category>
		<category><![CDATA[coupon]]></category>
		<category><![CDATA[onepage]]></category>
		<category><![CDATA[shopping]]></category>

		<guid isPermaLink="false">http://www.sneako.com/?p=38</guid>
		<description><![CDATA[If you wish to allow the &#8220;Checkout&#8221; button within the sidebar (&#8220;My Cart&#8221;) to go to the Shopping Cart instead of the onepage checkout, thus allowing the customer to enter coupons and see estimated shipping perform the following steps:
&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;-
1) Open for edit: app/design/frontend/blank/theme075/template/checkout/cart/sidebar.phtml
&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;-
2) Find the following line:
&#60;button type="button" onclick="setLocation('&#60;?php echo $this-&#62;getCheckoutUrl() ?&#62;')"&#62;&#60;span&#62;&#60;span&#62;&#60;span&#62;&#60;?php echo $this-&#62;__('Checkout') ?&#62;&#60;/span&#62;&#60;/span&#62;&#60;/span&#62;&#60;/button&#62;
&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;-
3) [...]]]></description>
		<wfw:commentRss>http://www.sneako.com/change-link-in-cart-sidebar-to-go-to-cart/38/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Tall Images Get Cut Off Within Product Info Screen</title>
		<link>http://www.sneako.com/tapp-images-get-cut-off-within-product-info-screen/28</link>
		<comments>http://www.sneako.com/tapp-images-get-cut-off-within-product-info-screen/28#comments</comments>
		<pubDate>Wed, 17 Feb 2010 19:02:35 +0000</pubDate>
		<dc:creator>sneako</dc:creator>
				<category><![CDATA[Images]]></category>
		<category><![CDATA[Code]]></category>
		<category><![CDATA[Listing]]></category>
		<category><![CDATA[Picture]]></category>
		<category><![CDATA[Products]]></category>
		<category><![CDATA[Resize]]></category>

		<guid isPermaLink="false">http://www.sneako.com/?p=28</guid>
		<description><![CDATA[When you are viewing your product information screen you may notice that when the product has a tall picture (such as oil &#38; vinegar bottles) only the top of the image is displayed within the picture window (the one right above &#8220;Double click on above image to view full picture&#8221;).  This small change will allow [...]]]></description>
		<wfw:commentRss>http://www.sneako.com/tapp-images-get-cut-off-within-product-info-screen/28/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Reverse IPs For &#8220;Online Customers&#8221;</title>
		<link>http://www.sneako.com/reverse-ips-for-online-customers/20</link>
		<comments>http://www.sneako.com/reverse-ips-for-online-customers/20#comments</comments>
		<pubDate>Wed, 17 Feb 2010 18:48:31 +0000</pubDate>
		<dc:creator>sneako</dc:creator>
				<category><![CDATA[Admin Feature Edits]]></category>
		<category><![CDATA[Admin]]></category>
		<category><![CDATA[Code]]></category>
		<category><![CDATA[Customer]]></category>
		<category><![CDATA[Edit]]></category>
		<category><![CDATA[Internet Protocol]]></category>
		<category><![CDATA[Spy]]></category>

		<guid isPermaLink="false">http://www.sneako.com/?p=20</guid>
		<description><![CDATA[The default listing within the &#8220;Online Customers&#8221; portion of the Magento Admin shows the IPs for the visitors.  Unfortunately this leaves the user to having to use google or some other method to reverse those IPs to find out who exactly the visitors are.  This small change will show the reversed IPs within [...]]]></description>
		<wfw:commentRss>http://www.sneako.com/reverse-ips-for-online-customers/20/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Google Checkout: Read timed out. Your server must respond faster to merchant calculation callback requests.</title>
		<link>http://www.sneako.com/google-checkout-read-timed-out-your-server-must-respond-faster-to-merchant-calculation-callback-requests/12</link>
		<comments>http://www.sneako.com/google-checkout-read-timed-out-your-server-must-respond-faster-to-merchant-calculation-callback-requests/12#comments</comments>
		<pubDate>Wed, 17 Feb 2010 18:35:14 +0000</pubDate>
		<dc:creator>sneako</dc:creator>
				<category><![CDATA[Payment Methods]]></category>
		<category><![CDATA[Debug]]></category>
		<category><![CDATA[Error]]></category>
		<category><![CDATA[Google]]></category>
		<category><![CDATA[Implementation]]></category>
		<category><![CDATA[Issue]]></category>
		<category><![CDATA[Payment]]></category>
		<category><![CDATA[Time-out]]></category>
		<category><![CDATA[Timeout]]></category>

		<guid isPermaLink="false">http://www.sneako.com/?p=12</guid>
		<description><![CDATA[You may notice this error within the Integration Console error logging system within Google Checkout.  This is because Google requires a processing time of 3 seconds between start and finish and you must remove non-required headers/data to fulfill this need.  See below for the way to do this.
Cause: The connection with Google Checkout timing out
&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;-

You [...]]]></description>
		<wfw:commentRss>http://www.sneako.com/google-checkout-read-timed-out-your-server-must-respond-faster-to-merchant-calculation-callback-requests/12/feed</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Google Checkout + Shipping Issues</title>
		<link>http://www.sneako.com/google-checkout-shipping-issues/4</link>
		<comments>http://www.sneako.com/google-checkout-shipping-issues/4#comments</comments>
		<pubDate>Wed, 17 Feb 2010 18:24:12 +0000</pubDate>
		<dc:creator>sneako</dc:creator>
				<category><![CDATA[Payment Methods]]></category>
		<category><![CDATA[Carrier]]></category>
		<category><![CDATA[FedEx]]></category>
		<category><![CDATA[Google]]></category>
		<category><![CDATA[Implement]]></category>
		<category><![CDATA[Install]]></category>
		<category><![CDATA[Live]]></category>
		<category><![CDATA[Payment]]></category>
		<category><![CDATA[Setup]]></category>
		<category><![CDATA[UPS]]></category>
		<category><![CDATA[USPS]]></category>

		<guid isPermaLink="false">http://www.sneako.com/?p=4</guid>
		<description><![CDATA[You may have noticed that implementing Google Checkout on your Magento installation presents difficulties.  This post presents the steps that must be taken in order to setup carrier calculated settings.
&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;-
NOTICE: Once you complete these steps you will most likely receive time-out errors in Google Checkout thus requiring you to follow this other post in addition [...]]]></description>
		<wfw:commentRss>http://www.sneako.com/google-checkout-shipping-issues/4/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>
