<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	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>Comments on: Google Checkout disabled &#8211; Not available with these items</title>
	<atom:link href="http://www.aschroder.com/2009/02/google-checkout-disabled-not-available-with-these-items/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.aschroder.com/2009/02/google-checkout-disabled-not-available-with-these-items/</link>
	<description>Notes on Ecommerce Web Development</description>
	<lastBuildDate>Mon, 06 Feb 2012 20:02:07 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: Greg</title>
		<link>http://www.aschroder.com/2009/02/google-checkout-disabled-not-available-with-these-items/comment-page-1/#comment-2334</link>
		<dc:creator>Greg</dc:creator>
		<pubDate>Wed, 01 Jun 2011 14:59:18 +0000</pubDate>
		<guid isPermaLink="false">http://www.aschroder.com/?p=184#comment-2334</guid>
		<description>@Ashley.. You are right, my bad. Although for anyone in my position where I have 90K products and want all of them available via Google Checkout it is an option... The script works, but on that many products it takes a while, and with daily updates it may never end!</description>
		<content:encoded><![CDATA[<p>@Ashley.. You are right, my bad. Although for anyone in my position where I have 90K products and want all of them available via Google Checkout it is an option&#8230; The script works, but on that many products it takes a while, and with daily updates it may never end!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ashley</title>
		<link>http://www.aschroder.com/2009/02/google-checkout-disabled-not-available-with-these-items/comment-page-1/#comment-2331</link>
		<dc:creator>Ashley</dc:creator>
		<pubDate>Fri, 27 May 2011 21:33:41 +0000</pubDate>
		<guid isPermaLink="false">http://www.aschroder.com/?p=184#comment-2331</guid>
		<description>@Greg &lt;a href=&quot;http://bigassmessage.com/31050&quot; rel=&quot;nofollow&quot;&gt;Don&#039;t change core files!&lt;/a&gt;. Also that might mean that new products (where the boolean is correct) would be disabled instead of enabled? Certainly if you do what Greg suggests, make a local copy of the core file, and test it first before making the change in production.</description>
		<content:encoded><![CDATA[<p>@Greg <a href="http://bigassmessage.com/31050" rel="nofollow">Don&#8217;t change core files!</a>. Also that might mean that new products (where the boolean is correct) would be disabled instead of enabled? Certainly if you do what Greg suggests, make a local copy of the core file, and test it first before making the change in production.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Greg</title>
		<link>http://www.aschroder.com/2009/02/google-checkout-disabled-not-available-with-these-items/comment-page-1/#comment-2326</link>
		<dc:creator>Greg</dc:creator>
		<pubDate>Thu, 26 May 2011 19:06:02 +0000</pubDate>
		<guid isPermaLink="false">http://www.aschroder.com/?p=184#comment-2326</guid>
		<description>You could just change the function in /app/code/core/Mage/GoogleCheckout/Block/Link.php to reverse the check:

public function getIsDisabled()
    {
        $quote = Mage::getSingleton(&#039;checkout/session&#039;)-&gt;getQuote();
        /* @var $quote Mage_Sales_Model_Quote */
        foreach ($quote-&gt;getAllVisibleItems() as $item) {
            /* @var $item Mage_Sales_Model_Quote_Item */
            if (!$item-&gt;getProduct()-&gt;getEnableGooglecheckout()) {
                return false;
            }
        }
        return true;
    }
</description>
		<content:encoded><![CDATA[<p>You could just change the function in /app/code/core/Mage/GoogleCheckout/Block/Link.php to reverse the check:</p>
<p>public function getIsDisabled()<br />
    {<br />
        $quote = Mage::getSingleton(&#8216;checkout/session&#8217;)-&gt;getQuote();<br />
        /* @var $quote Mage_Sales_Model_Quote */<br />
        foreach ($quote-&gt;getAllVisibleItems() as $item) {<br />
            /* @var $item Mage_Sales_Model_Quote_Item */<br />
            if (!$item-&gt;getProduct()-&gt;getEnableGooglecheckout()) {<br />
                return false;<br />
            }<br />
        }<br />
        return true;<br />
    }</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: AndrewBoldman</title>
		<link>http://www.aschroder.com/2009/02/google-checkout-disabled-not-available-with-these-items/comment-page-1/#comment-299</link>
		<dc:creator>AndrewBoldman</dc:creator>
		<pubDate>Thu, 04 Jun 2009 13:47:49 +0000</pubDate>
		<guid isPermaLink="false">http://www.aschroder.com/?p=184#comment-299</guid>
		<description>Great post! Just wanted to let you know you have a new subscriber- me!</description>
		<content:encoded><![CDATA[<p>Great post! Just wanted to let you know you have a new subscriber- me!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ashley</title>
		<link>http://www.aschroder.com/2009/02/google-checkout-disabled-not-available-with-these-items/comment-page-1/#comment-286</link>
		<dc:creator>Ashley</dc:creator>
		<pubDate>Fri, 29 May 2009 22:02:14 +0000</pubDate>
		<guid isPermaLink="false">http://www.aschroder.com/?p=184#comment-286</guid>
		<description>That&#039;s really odd, because normally if it is grey you can&#039;t click it. Can you check the URL of the image?</description>
		<content:encoded><![CDATA[<p>That&#8217;s really odd, because normally if it is grey you can&#8217;t click it. Can you check the URL of the image?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Matt</title>
		<link>http://www.aschroder.com/2009/02/google-checkout-disabled-not-available-with-these-items/comment-page-1/#comment-285</link>
		<dc:creator>Matt</dc:creator>
		<pubDate>Fri, 29 May 2009 18:11:02 +0000</pubDate>
		<guid isPermaLink="false">http://www.aschroder.com/?p=184#comment-285</guid>
		<description>I have google checkout enabled, but i get the grayed out logo. If you click the logo it takes you to checkout. Am I missing something in your fix. Do I have to manually override it somehow?</description>
		<content:encoded><![CDATA[<p>I have google checkout enabled, but i get the grayed out logo. If you click the logo it takes you to checkout. Am I missing something in your fix. Do I have to manually override it somehow?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ashley</title>
		<link>http://www.aschroder.com/2009/02/google-checkout-disabled-not-available-with-these-items/comment-page-1/#comment-212</link>
		<dc:creator>Ashley</dc:creator>
		<pubDate>Sun, 19 Apr 2009 06:47:57 +0000</pubDate>
		<guid isPermaLink="false">http://www.aschroder.com/?p=184#comment-212</guid>
		<description>I have written about about &lt;a href=&quot;http://www.aschroder.com/2009/04/how-to-bulk-enable-products-when-google-checkout-is-disabled-in-magento/&quot; rel=&quot;nofollow&quot;&gt;how to bulk update your Magento products to enable them for Google Checkout&lt;/a&gt;. Let me know how you go.</description>
		<content:encoded><![CDATA[<p>I have written about about <a href="http://www.aschroder.com/2009/04/how-to-bulk-enable-products-when-google-checkout-is-disabled-in-magento/" rel="nofollow">how to bulk update your Magento products to enable them for Google Checkout</a>. Let me know how you go.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Alex</title>
		<link>http://www.aschroder.com/2009/02/google-checkout-disabled-not-available-with-these-items/comment-page-1/#comment-211</link>
		<dc:creator>Alex</dc:creator>
		<pubDate>Sun, 19 Apr 2009 00:30:06 +0000</pubDate>
		<guid isPermaLink="false">http://www.aschroder.com/?p=184#comment-211</guid>
		<description>Much needed SQL update script for this problem. I want to fix the database once and for all, as at present I simply disable this check.
1000&#039;s of products, so yes, Magento WILL crash..</description>
		<content:encoded><![CDATA[<p>Much needed SQL update script for this problem. I want to fix the database once and for all, as at present I simply disable this check.<br />
1000&#8242;s of products, so yes, Magento WILL crash..</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ashley</title>
		<link>http://www.aschroder.com/2009/02/google-checkout-disabled-not-available-with-these-items/comment-page-1/#comment-184</link>
		<dc:creator>Ashley</dc:creator>
		<pubDate>Tue, 14 Apr 2009 04:13:07 +0000</pubDate>
		<guid isPermaLink="false">http://www.aschroder.com/?p=184#comment-184</guid>
		<description>You can bulk update magento products by doing this:
1) Go to Catalog -&gt; Manage products
2) Click the &#039;select all&#039; link and it should show &#039;X items selected&#039;
3) Under the Actions drop down choose &#039;update attributes&#039; then submit.
4) This takes you to a bulk update page, where you can choose to change the Google Checkout status for all of your products.

If you have 1000&#039;s of products this might time out or crash. In which case let me know because I will write some SQL to do it and post it here. But only if there is a need for it.

Cheers,
Ashley</description>
		<content:encoded><![CDATA[<p>You can bulk update magento products by doing this:<br />
1) Go to Catalog -&gt; Manage products<br />
2) Click the &#8216;select all&#8217; link and it should show &#8216;X items selected&#8217;<br />
3) Under the Actions drop down choose &#8216;update attributes&#8217; then submit.<br />
4) This takes you to a bulk update page, where you can choose to change the Google Checkout status for all of your products.</p>
<p>If you have 1000&#8242;s of products this might time out or crash. In which case let me know because I will write some SQL to do it and post it here. But only if there is a need for it.</p>
<p>Cheers,<br />
Ashley</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Daren</title>
		<link>http://www.aschroder.com/2009/02/google-checkout-disabled-not-available-with-these-items/comment-page-1/#comment-181</link>
		<dc:creator>Daren</dc:creator>
		<pubDate>Mon, 13 Apr 2009 01:51:01 +0000</pubDate>
		<guid isPermaLink="false">http://www.aschroder.com/?p=184#comment-181</guid>
		<description>I just ran into this after upgrading to 1.3.0.

Does this mean that I will have to manually update HUNDREDS of products to &quot;Yes&quot; or is there a global setting somewhere?  I&#039;ve searched around and don&#039;t see a global setting but thought perhaps someone else has found it.

Thanks!</description>
		<content:encoded><![CDATA[<p>I just ran into this after upgrading to 1.3.0.</p>
<p>Does this mean that I will have to manually update HUNDREDS of products to &#8220;Yes&#8221; or is there a global setting somewhere?  I&#8217;ve searched around and don&#8217;t see a global setting but thought perhaps someone else has found it.</p>
<p>Thanks!</p>
]]></content:encoded>
	</item>
</channel>
</rss>

<!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/

Page Caching using disk: enhanced
Database Caching 1/16 queries in 0.019 seconds using apc
Object Caching 337/348 objects using apc
Content Delivery Network via cdn.aschroder.com

Served from: www.aschroder.com @ 2012-02-08 03:47:31 -->
