<?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: My Wordpress Ecommerce Buy Now Button Doesn&#8217;t Work!</title>
	<atom:link href="http://www.365webapplications.com/2009/02/04/wordpress-ecommerce-buy-now-button/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.365webapplications.com/2009/02/04/wordpress-ecommerce-buy-now-button/</link>
	<description>Web Design and Business tips, reviews, and tools</description>
	<lastBuildDate>Fri, 19 Mar 2010 03:05:08 -0400</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.4</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Jason</title>
		<link>http://www.365webapplications.com/2009/02/04/wordpress-ecommerce-buy-now-button/comment-page-1/#comment-113</link>
		<dc:creator>Jason</dc:creator>
		<pubDate>Wed, 01 Apr 2009 02:55:05 +0000</pubDate>
		<guid isPermaLink="false">http://www.365webapplications.com/?p=496#comment-113</guid>
		<description>Thanks Super Awesome Guy, well it appears that some combination of Wordpress and code formatting script from Google shredded my code to pieces converting both single and double quotes to double quotes and &quot; equivalents.  I&#039;m going to attach the code as a text file as well.</description>
		<content:encoded><![CDATA[<p>Thanks Super Awesome Guy, well it appears that some combination of Wordpress and code formatting script from Google shredded my code to pieces converting both single and double quotes to double quotes and &quot; equivalents.  I&#8217;m going to attach the code as a text file as well.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Super Awesome Guy</title>
		<link>http://www.365webapplications.com/2009/02/04/wordpress-ecommerce-buy-now-button/comment-page-1/#comment-111</link>
		<dc:creator>Super Awesome Guy</dc:creator>
		<pubDate>Sun, 29 Mar 2009 00:16:45 +0000</pubDate>
		<guid isPermaLink="false">http://www.365webapplications.com/?p=496#comment-111</guid>
		<description>OK, it was a lot of the double quotes, which I believe was due to pasting issues.  This is the only areas I needed to change: 


	else
	{
			$output .= &quot;&quot;;
			$output .= &quot;&quot;;
			$output .= &quot;&quot;;

			if(($special[&#039;quantity_limited&#039;] == 1) &amp;&amp; ($special[&#039;quantity&#039;] display_product_variations($special[&#039;id&#039;],true);
				$output .= &quot;&quot;;
			}
			$output .= &quot;

&quot;;
	}</description>
		<content:encoded><![CDATA[<p>OK, it was a lot of the double quotes, which I believe was due to pasting issues.  This is the only areas I needed to change: </p>
<p>	else<br />
	{<br />
			$output .= &#8220;&#8221;;<br />
			$output .= &#8220;&#8221;;<br />
			$output .= &#8220;&#8221;;</p>
<p>			if(($special['quantity_limited'] == 1) &amp;&amp; ($special['quantity'] display_product_variations($special['id'],true);<br />
				$output .= &#8220;&#8221;;<br />
			}<br />
			$output .= &#8221;</p>
<p>&#8220;;<br />
	}</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Super Awesome Guy</title>
		<link>http://www.365webapplications.com/2009/02/04/wordpress-ecommerce-buy-now-button/comment-page-1/#comment-110</link>
		<dc:creator>Super Awesome Guy</dc:creator>
		<pubDate>Sun, 29 Mar 2009 00:08:15 +0000</pubDate>
		<guid isPermaLink="false">http://www.365webapplications.com/?p=496#comment-110</guid>
		<description>I really appreciate the help, I am sure you got it working, but the code you pasted is unusable and incorrectly formatted.  Once I figure out the changes you made and code it correctly I can send you the new code.

Thanks!</description>
		<content:encoded><![CDATA[<p>I really appreciate the help, I am sure you got it working, but the code you pasted is unusable and incorrectly formatted.  Once I figure out the changes you made and code it correctly I can send you the new code.</p>
<p>Thanks!</p>
]]></content:encoded>
	</item>
</channel>
</rss>
