<?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: Client would like the checkout page to load after clicking &#8220;Add to Cart.&#8221; Is that possible?</title>
	<atom:link href="http://www.screamingcodemonkey.com/2010/03/checkout-page-after-add-to-cart/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.screamingcodemonkey.com/2010/03/checkout-page-after-add-to-cart/</link>
	<description></description>
	<lastBuildDate>Tue, 10 Aug 2010 01:11:30 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.1</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: jghazally</title>
		<link>http://www.screamingcodemonkey.com/2010/03/checkout-page-after-add-to-cart/comment-page-1/#comment-193</link>
		<dc:creator>jghazally</dc:creator>
		<pubDate>Mon, 09 Aug 2010 01:35:20 +0000</pubDate>
		<guid isPermaLink="false">http://www.screamingcodemonkey.com/?p=282#comment-193</guid>
		<description>Hi yea the comments above mention its not user.js its actually wp-e-commerce.js I should really edit my blog to reflect that.. 

best
jeff</description>
		<content:encoded><![CDATA[<p>Hi yea the comments above mention its not user.js its actually wp-e-commerce.js I should really edit my blog to reflect that.. </p>
<p>best<br />
jeff</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Rene</title>
		<link>http://www.screamingcodemonkey.com/2010/03/checkout-page-after-add-to-cart/comment-page-1/#comment-189</link>
		<dc:creator>Rene</dc:creator>
		<pubDate>Sun, 25 Jul 2010 07:47:10 +0000</pubDate>
		<guid isPermaLink="false">http://www.screamingcodemonkey.com/?p=282#comment-189</guid>
		<description>Jeff - Do you know if the latest version (wpec 3.7.6.7) modified the user.js file eliminating the line of code you are referencing to above?  I could not find that line of code, or even anything similar to it, in the user.js file.  Thanks for all your advise and help.</description>
		<content:encoded><![CDATA[<p>Jeff &#8211; Do you know if the latest version (wpec 3.7.6.7) modified the user.js file eliminating the line of code you are referencing to above?  I could not find that line of code, or even anything similar to it, in the user.js file.  Thanks for all your advise and help.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: jghazally</title>
		<link>http://www.screamingcodemonkey.com/2010/03/checkout-page-after-add-to-cart/comment-page-1/#comment-187</link>
		<dc:creator>jghazally</dc:creator>
		<pubDate>Fri, 09 Jul 2010 07:24:26 +0000</pubDate>
		<guid isPermaLink="false">http://www.screamingcodemonkey.com/?p=282#comment-187</guid>
		<description>Well that&#039;s just a limitation of form posts I don&#039;t think there would be any easy fix for that,, if you are worried however I&#039;d just recommend turning on fancy notification and not implementing the above fix ;)</description>
		<content:encoded><![CDATA[<p>Well that&#8217;s just a limitation of form posts I don&#8217;t think there would be any easy fix for that,, if you are worried however I&#8217;d just recommend turning on fancy notification and not implementing the above fix <img src='http://www.screamingcodemonkey.com/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Andrew</title>
		<link>http://www.screamingcodemonkey.com/2010/03/checkout-page-after-add-to-cart/comment-page-1/#comment-181</link>
		<dc:creator>Andrew</dc:creator>
		<pubDate>Mon, 05 Jul 2010 06:44:45 +0000</pubDate>
		<guid isPermaLink="false">http://www.screamingcodemonkey.com/?p=282#comment-181</guid>
		<description>Thanks so much for the tutorial!

One question - I changed the code, so now it looks like &lt;form class=&#039;product_form&#039;  enctype=&quot;multipart/form-data&quot; action=&quot;&quot; method=&quot;post&quot; name=&quot;product_&quot; id=&quot;product_&quot; &gt;

The mystery thought is that it redirects to the product page, not checkout page. My client is using version 3.7.6.5 of the plugin. Do you know if the code for the Checkout page has changed from shopping_cart_url to something else?

Thanks again for your help!

Andrew</description>
		<content:encoded><![CDATA[<p>Thanks so much for the tutorial!</p>
<p>One question &#8211; I changed the code, so now it looks like<br />
<form class='product_form'  enctype="multipart/form-data" action="" method="post" name="product_" id="product_" >
<p>The mystery thought is that it redirects to the product page, not checkout page. My client is using version 3.7.6.5 of the plugin. Do you know if the code for the Checkout page has changed from shopping_cart_url to something else?</p>
<p>Thanks again for your help!</p>
<p>Andrew</p></form>
]]></content:encoded>
	</item>
	<item>
		<title>By: epschmidt</title>
		<link>http://www.screamingcodemonkey.com/2010/03/checkout-page-after-add-to-cart/comment-page-1/#comment-178</link>
		<dc:creator>epschmidt</dc:creator>
		<pubDate>Thu, 01 Jul 2010 15:51:42 +0000</pubDate>
		<guid isPermaLink="false">http://www.screamingcodemonkey.com/?p=282#comment-178</guid>
		<description>I&#039;m running this fix on a test store and noticed that when I add a product to cart and land on the checkout page, if I refresh that page it automatically adds another item to the cart. Not a huge deal since I don&#039;t know how many customers will refresh the checkout page, but they would probably be upset if it automatically added more products to their order that they didn&#039;t want.</description>
		<content:encoded><![CDATA[<p>I&#8217;m running this fix on a test store and noticed that when I add a product to cart and land on the checkout page, if I refresh that page it automatically adds another item to the cart. Not a huge deal since I don&#8217;t know how many customers will refresh the checkout page, but they would probably be upset if it automatically added more products to their order that they didn&#8217;t want.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: jghazally</title>
		<link>http://www.screamingcodemonkey.com/2010/03/checkout-page-after-add-to-cart/comment-page-1/#comment-170</link>
		<dc:creator>jghazally</dc:creator>
		<pubDate>Wed, 16 Jun 2010 10:59:20 +0000</pubDate>
		<guid isPermaLink="false">http://www.screamingcodemonkey.com/?p=282#comment-170</guid>
		<description>Hi yes those are two very valid draw backs and for every solution there are pros and cons,  the pros on this system is it is a quick fix (for the code savvy) and the two cons you provide:
1. Yes that is true, and you could go and write a hefty piece of code to do an Ajax check to see whether the product is in stock, and provide the user with feed back (personally if that was the case I&#039;d just turn on fancy notifications from settings&gt;presentation !! )
2. You could probably do a plugin and deregister the js from running, but I&#039;m not savvy enough (or interested enough to do such a thing at the moment as I am busying myself with 3.8 and new releases for gold modules)

Best
Jeff  </description>
		<content:encoded><![CDATA[<p>Hi yes those are two very valid draw backs and for every solution there are pros and cons,  the pros on this system is it is a quick fix (for the code savvy) and the two cons you provide:<br />
1. Yes that is true, and you could go and write a hefty piece of code to do an Ajax check to see whether the product is in stock, and provide the user with feed back (personally if that was the case I&#8217;d just turn on fancy notifications from settings>presentation !! )<br />
2. You could probably do a plugin and deregister the js from running, but I&#8217;m not savvy enough (or interested enough to do such a thing at the moment as I am busying myself with 3.8 and new releases for gold modules)</p>
<p>Best<br />
Jeff</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: jghazally</title>
		<link>http://www.screamingcodemonkey.com/2010/03/checkout-page-after-add-to-cart/comment-page-1/#comment-169</link>
		<dc:creator>jghazally</dc:creator>
		<pubDate>Wed, 16 Jun 2010 10:51:19 +0000</pubDate>
		<guid isPermaLink="false">http://www.screamingcodemonkey.com/?p=282#comment-169</guid>
		<description>I believe it&#039;s the same,,</description>
		<content:encoded><![CDATA[<p>I believe it&#8217;s the same,,</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: zizi</title>
		<link>http://www.screamingcodemonkey.com/2010/03/checkout-page-after-add-to-cart/comment-page-1/#comment-166</link>
		<dc:creator>zizi</dc:creator>
		<pubDate>Tue, 15 Jun 2010 17:35:57 +0000</pubDate>
		<guid isPermaLink="false">http://www.screamingcodemonkey.com/?p=282#comment-166</guid>
		<description>Great Solution but there are 2 issues:

1. if the item is out of stock it still takes the customer to the checkout and gives a message that there are no products in the shopping cart and it looks like a bug to the customer. 
is there a workaround for that??????????

2. every time you update the WP e-commerce plugin, you need to go to the js file and change the code again.</description>
		<content:encoded><![CDATA[<p>Great Solution but there are 2 issues:</p>
<p>1. if the item is out of stock it still takes the customer to the checkout and gives a message that there are no products in the shopping cart and it looks like a bug to the customer.<br />
is there a workaround for that??????????</p>
<p>2. every time you update the WP e-commerce plugin, you need to go to the js file and change the code again.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Dustin</title>
		<link>http://www.screamingcodemonkey.com/2010/03/checkout-page-after-add-to-cart/comment-page-1/#comment-165</link>
		<dc:creator>Dustin</dc:creator>
		<pubDate>Mon, 14 Jun 2010 15:33:53 +0000</pubDate>
		<guid isPermaLink="false">http://www.screamingcodemonkey.com/?p=282#comment-165</guid>
		<description>How do you do this in Version 3.7.6.4?</description>
		<content:encoded><![CDATA[<p>How do you do this in Version 3.7.6.4?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Craig</title>
		<link>http://www.screamingcodemonkey.com/2010/03/checkout-page-after-add-to-cart/comment-page-1/#comment-149</link>
		<dc:creator>Craig</dc:creator>
		<pubDate>Wed, 26 May 2010 13:17:35 +0000</pubDate>
		<guid isPermaLink="false">http://www.screamingcodemonkey.com/?p=282#comment-149</guid>
		<description>Hey, just want to say that this is a great fix and it works perfectly for me.

Thanks!</description>
		<content:encoded><![CDATA[<p>Hey, just want to say that this is a great fix and it works perfectly for me.</p>
<p>Thanks!</p>
]]></content:encoded>
	</item>
</channel>
</rss>
