<?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>Screaming Code Monkey &#187; wp-e-commerce</title>
	<atom:link href="http://screamingcodemonkey.com/tag/wp-e-commerce/feed/" rel="self" type="application/rss+xml" />
	<link>http://screamingcodemonkey.com</link>
	<description>less screaming more coding</description>
	<lastBuildDate>Thu, 29 Sep 2011 18:19:57 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>3.8 Developers Beta Release</title>
		<link>http://screamingcodemonkey.com/2010/11/3-8-developers-beta-release/</link>
		<comments>http://screamingcodemonkey.com/2010/11/3-8-developers-beta-release/#comments</comments>
		<pubDate>Wed, 17 Nov 2010 03:41:00 +0000</pubDate>
		<dc:creator>jghazally</dc:creator>
				<category><![CDATA[wp-e-commerce]]></category>
		<category><![CDATA[3.8]]></category>
		<category><![CDATA[releases]]></category>
		<category><![CDATA[wpec]]></category>

		<guid isPermaLink="false">http://screamingcodemonkey.com/?p=391</guid>
		<description><![CDATA[Today I had the priviledge of announcing a 3.8 Developers Beta to the mailing list. What's the hype? Well 3.8 has been 11 months in the making, and has had some great minds slaving away at it....]]></description>
		<wfw:commentRss>http://screamingcodemonkey.com/2010/11/3-8-developers-beta-release/feed/</wfw:commentRss>
		<slash:comments>6</slash:comments>
		</item>
		<item>
		<title>Hide the customer&#8217;s purchase number upon checkout</title>
		<link>http://screamingcodemonkey.com/2010/03/hide-the-customers-purchase-number-upon-checkout/</link>
		<comments>http://screamingcodemonkey.com/2010/03/hide-the-customers-purchase-number-upon-checkout/#comments</comments>
		<pubDate>Wed, 24 Mar 2010 20:12:44 +0000</pubDate>
		<dc:creator>jghazally</dc:creator>
				<category><![CDATA[wp-e-commerce]]></category>
		<category><![CDATA[FAQ]]></category>
		<category><![CDATA[wpec]]></category>

		<guid isPermaLink="false">http://www.screamingcodemonkey.com/?p=287</guid>
		<description><![CDATA[I'd like to hide the customer's purchase number upon checkout from the ecommerce plugin for wordpress.]]></description>
		<wfw:commentRss>http://screamingcodemonkey.com/2010/03/hide-the-customers-purchase-number-upon-checkout/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Making Tax use discounted price</title>
		<link>http://screamingcodemonkey.com/2010/02/making-tax-use-total-price-tax/</link>
		<comments>http://screamingcodemonkey.com/2010/02/making-tax-use-total-price-tax/#comments</comments>
		<pubDate>Tue, 02 Feb 2010 21:52:02 +0000</pubDate>
		<dc:creator>jghazally</dc:creator>
				<category><![CDATA[wordpress]]></category>
		<category><![CDATA[wp-e-commerce]]></category>
		<category><![CDATA[calculations]]></category>
		<category><![CDATA[discount]]></category>
		<category><![CDATA[e-commerce]]></category>
		<category><![CDATA[tax]]></category>

		<guid isPermaLink="false">http://www.screamingcodemonkey.com/?p=233</guid>
		<description><![CDATA[Needed to put this somewhere just incase we decide to add it into core. function calculate_total_tax() { global $wpdb; $total = 0; if($this->total_tax == null &#038;&#038; $this->coupons_amount == 0) { foreach($this->cart_items as $key => $cart_item) { $total += $cart_item->tax; } } elseif($this->coupons_amount == 0) { $total = $this->subtotal-$this->coupons_amount; $total = $total /(100) *$wpsc_cart->tax_percentage; }else{ $total [...]]]></description>
		<wfw:commentRss>http://screamingcodemonkey.com/2010/02/making-tax-use-total-price-tax/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Sales Price doesn&#8217;t show in Grid View</title>
		<link>http://screamingcodemonkey.com/2010/01/sales-price-doesnt-show-in-grid-view/</link>
		<comments>http://screamingcodemonkey.com/2010/01/sales-price-doesnt-show-in-grid-view/#comments</comments>
		<pubDate>Tue, 26 Jan 2010 00:33:45 +0000</pubDate>
		<dc:creator>jghazally</dc:creator>
				<category><![CDATA[wordpress]]></category>
		<category><![CDATA[wp-e-commerce]]></category>
		<category><![CDATA[Grid View]]></category>
		<category><![CDATA[Price]]></category>
		<category><![CDATA[Sales Price]]></category>
		<category><![CDATA[wpecommerce]]></category>

		<guid isPermaLink="false">http://www.screamingcodemonkey.com/?p=223</guid>
		<description><![CDATA[Hi, I had a couple of people that we&#8217;re getting frustrated that grid_view was not displaying the sales price,, instead it was just showing the normal price without the discount,,, The problem lies in the theme file grid_view.php Check your HTMl that displays the price it should look like this: &#60;span class="pricedisplay">&#60;?php echo wpsc_product_normal_price(); ?>&#60;/span>Price: [...]]]></description>
		<wfw:commentRss>http://screamingcodemonkey.com/2010/01/sales-price-doesnt-show-in-grid-view/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>How to add quantities into your Purchase Report</title>
		<link>http://screamingcodemonkey.com/2010/01/adding-quantity-for-purchase-logs/</link>
		<comments>http://screamingcodemonkey.com/2010/01/adding-quantity-for-purchase-logs/#comments</comments>
		<pubDate>Wed, 20 Jan 2010 20:33:46 +0000</pubDate>
		<dc:creator>jghazally</dc:creator>
				<category><![CDATA[wordpress]]></category>
		<category><![CDATA[wp-e-commerce]]></category>
		<category><![CDATA[email]]></category>
		<category><![CDATA[emails]]></category>
		<category><![CDATA[purchase report]]></category>
		<category><![CDATA[report]]></category>
		<category><![CDATA[wpec]]></category>

		<guid isPermaLink="false">http://www.screamingcodemonkey.com/?p=218</guid>
		<description><![CDATA[Hi, heres a question I was asked today, seems like everyones been having trouble getting quantities into the admin purchase report. I TOTALLY understand, the function is big and bloated, it&#8217;s part of the old system which we are trying our best to overhaul when time allows. Anyway to the task at hand. Wp-e-commerce version: [...]]]></description>
		<wfw:commentRss>http://screamingcodemonkey.com/2010/01/adding-quantity-for-purchase-logs/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>A Wp-e-Commerce Module Framework</title>
		<link>http://screamingcodemonkey.com/2010/01/wpsc-module-skeleton/</link>
		<comments>http://screamingcodemonkey.com/2010/01/wpsc-module-skeleton/#comments</comments>
		<pubDate>Wed, 13 Jan 2010 08:52:09 +0000</pubDate>
		<dc:creator>jghazally</dc:creator>
				<category><![CDATA[wordpress]]></category>
		<category><![CDATA[wp-e-commerce]]></category>
		<category><![CDATA[ecommerce]]></category>
		<category><![CDATA[php]]></category>
		<category><![CDATA[programming]]></category>
		<category><![CDATA[resources]]></category>

		<guid isPermaLink="false">http://www.screamingcodemonkey.com/?p=174</guid>
		<description><![CDATA[So I&#8217;ve made a couple of modules (Upgrades) for wp-e-commerce now, and I&#8217;m starting to get the hang of things. Theres a few key things to make a module actually tick with wp-e-commerce but don&#8217;t worry it takes it&#8217;s inspiration from WordPress so if your familiar at all with developing in WordPress then you should [...]]]></description>
		<wfw:commentRss>http://screamingcodemonkey.com/2010/01/wpsc-module-skeleton/feed/</wfw:commentRss>
		<slash:comments>16</slash:comments>
		</item>
	</channel>
</rss>

