<?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: WP e-commerce SKU on variations</title>
	<atom:link href="http://www.joseairosa.com/2010/03/30/wp-e-commerce-sku-on-variations/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.joseairosa.com/2010/03/30/wp-e-commerce-sku-on-variations/</link>
	<description>Programming Tips &#38; Tricks</description>
	<lastBuildDate>Mon, 23 Jan 2012 12:41:37 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
<xhtml:meta xmlns:xhtml="http://www.w3.org/1999/xhtml" name="robots" content="noindex" />
	<item>
		<title>By: José P. Airosa</title>
		<link>http://www.joseairosa.com/2010/03/30/wp-e-commerce-sku-on-variations/comment-page-1/#comment-2796</link>
		<dc:creator>José P. Airosa</dc:creator>
		<pubDate>Mon, 23 Jan 2012 12:33:27 +0000</pubDate>
		<guid isPermaLink="false">http://www.joseairosa.com/?p=124#comment-2796</guid>
		<description>Hi!

I will take a look at the link and replace it. Thank you.</description>
		<content:encoded><![CDATA[<p>Hi!</p>
<p>I will take a look at the link and replace it. Thank you.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Anonymous Coward</title>
		<link>http://www.joseairosa.com/2010/03/30/wp-e-commerce-sku-on-variations/comment-page-1/#comment-2775</link>
		<dc:creator>Anonymous Coward</dc:creator>
		<pubDate>Wed, 16 Nov 2011 12:24:47 +0000</pubDate>
		<guid isPermaLink="false">http://www.joseairosa.com/?p=124#comment-2775</guid>
		<description>Your bit.ly link is 404ing.</description>
		<content:encoded><![CDATA[<p>Your bit.ly link is 404ing.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: José P. Airosa</title>
		<link>http://www.joseairosa.com/2010/03/30/wp-e-commerce-sku-on-variations/comment-page-1/#comment-2658</link>
		<dc:creator>José P. Airosa</dc:creator>
		<pubDate>Fri, 24 Jun 2011 13:12:45 +0000</pubDate>
		<guid isPermaLink="false">http://www.joseairosa.com/?p=124#comment-2658</guid>
		<description>Hello Joshua,

Thank you for your contribution. I will take a look and add it to documentation on the post.</description>
		<content:encoded><![CDATA[<p>Hello Joshua,</p>
<p>Thank you for your contribution. I will take a look and add it to documentation on the post.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Joshua Hatfield</title>
		<link>http://www.joseairosa.com/2010/03/30/wp-e-commerce-sku-on-variations/comment-page-1/#comment-2652</link>
		<dc:creator>Joshua Hatfield</dc:creator>
		<pubDate>Fri, 17 Jun 2011 14:45:43 +0000</pubDate>
		<guid isPermaLink="false">http://www.joseairosa.com/?p=124#comment-2652</guid>
		<description>Here&#039;s a revised version:

query(“ALTER TABLE &quot; . $wpdb-&gt;prefix . &quot;wpsc_variation_properties ADD sku VARCHAR(64);”); ?&gt;</description>
		<content:encoded><![CDATA[<p>Here&#8217;s a revised version:</p>
<p>query(“ALTER TABLE &#8221; . $wpdb-&gt;prefix . &#8220;wpsc_variation_properties ADD sku VARCHAR(64);”); ?&gt;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: José P. Airosa</title>
		<link>http://www.joseairosa.com/2010/03/30/wp-e-commerce-sku-on-variations/comment-page-1/#comment-2649</link>
		<dc:creator>José P. Airosa</dc:creator>
		<pubDate>Sat, 11 Jun 2011 03:26:36 +0000</pubDate>
		<guid isPermaLink="false">http://www.joseairosa.com/?p=124#comment-2649</guid>
		<description>Good tip Joshua.

Thanks!</description>
		<content:encoded><![CDATA[<p>Good tip Joshua.</p>
<p>Thanks!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Joshua Hatfield</title>
		<link>http://www.joseairosa.com/2010/03/30/wp-e-commerce-sku-on-variations/comment-page-1/#comment-2647</link>
		<dc:creator>Joshua Hatfield</dc:creator>
		<pubDate>Fri, 10 Jun 2011 17:32:58 +0000</pubDate>
		<guid isPermaLink="false">http://www.joseairosa.com/?p=124#comment-2647</guid>
		<description>Just a quick way to add the sku field to the database:

query(&quot;ALTER TABLE wp_wpsc_variation_properties ADD sku VARCHAR(64);&quot;); ?&gt;

Add that to your header.php file load your page once, then remove the line.</description>
		<content:encoded><![CDATA[<p>Just a quick way to add the sku field to the database:</p>
<p>query(&#8220;ALTER TABLE wp_wpsc_variation_properties ADD sku VARCHAR(64);&#8221;); ?&gt;</p>
<p>Add that to your header.php file load your page once, then remove the line.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: José P. Airosa</title>
		<link>http://www.joseairosa.com/2010/03/30/wp-e-commerce-sku-on-variations/comment-page-1/#comment-2635</link>
		<dc:creator>José P. Airosa</dc:creator>
		<pubDate>Sat, 21 May 2011 23:24:42 +0000</pubDate>
		<guid isPermaLink="false">http://www.joseairosa.com/?p=124#comment-2635</guid>
		<description>Hello BrettDz,

Have you added the required fields to the database?</description>
		<content:encoded><![CDATA[<p>Hello BrettDz,</p>
<p>Have you added the required fields to the database?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: BrettDz</title>
		<link>http://www.joseairosa.com/2010/03/30/wp-e-commerce-sku-on-variations/comment-page-1/#comment-2631</link>
		<dc:creator>BrettDz</dc:creator>
		<pubDate>Fri, 13 May 2011 15:42:02 +0000</pubDate>
		<guid isPermaLink="false">http://www.joseairosa.com/?p=124#comment-2631</guid>
		<description>@José P. Airosa - My SKU&#039;s do not save into the form fields... I tried adding the code from @Milos and still they do not save.

Is there a fix?</description>
		<content:encoded><![CDATA[<p>@José P. Airosa &#8211; My SKU&#8217;s do not save into the form fields&#8230; I tried adding the code from @Milos and still they do not save.</p>
<p>Is there a fix?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: webQbe</title>
		<link>http://www.joseairosa.com/2010/03/30/wp-e-commerce-sku-on-variations/comment-page-1/#comment-2617</link>
		<dc:creator>webQbe</dc:creator>
		<pubDate>Thu, 03 Mar 2011 16:04:55 +0000</pubDate>
		<guid isPermaLink="false">http://www.joseairosa.com/?p=124#comment-2617</guid>
		<description>Ok, ok JP! No more problems, I resolved the whole thing. Thank you very much! :)
webQbe</description>
		<content:encoded><![CDATA[<p>Ok, ok JP! No more problems, I resolved the whole thing. Thank you very much! <img src='http://www.joseairosa.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /><br />
webQbe</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jeff</title>
		<link>http://www.joseairosa.com/2010/03/30/wp-e-commerce-sku-on-variations/comment-page-1/#comment-2616</link>
		<dc:creator>Jeff</dc:creator>
		<pubDate>Tue, 01 Mar 2011 18:30:51 +0000</pubDate>
		<guid isPermaLink="false">http://www.joseairosa.com/?p=124#comment-2616</guid>
		<description>Thanks José,

I&#039;m not sure how to implement the function you supplied - do I create a function somewhere else and call it in my shopping_cart_page.php file or do I place that code directly in the shopping cart file?  

Would it also be possible to display the variation SKU on the single_product.php page and have it update when different variations are selected just like the price updates?  Thanks again!</description>
		<content:encoded><![CDATA[<p>Thanks José,</p>
<p>I&#8217;m not sure how to implement the function you supplied &#8211; do I create a function somewhere else and call it in my shopping_cart_page.php file or do I place that code directly in the shopping cart file?  </p>
<p>Would it also be possible to display the variation SKU on the single_product.php page and have it update when different variations are selected just like the price updates?  Thanks again!</p>
]]></content:encoded>
	</item>
</channel>
</rss>

