<?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 for A danish blog about Javascript and Webdevelopment</title>
	<atom:link href="http://rune.gronkjaer.dk/en-US/comments/feed/" rel="self" type="application/rss+xml" />
	<link>http://rune.gronkjaer.dk/en-US</link>
	<description>Rune Grønkjær</description>
	<lastBuildDate>Tue, 04 Mar 2014 12:53:58 +0000</lastBuildDate>
		<sy:updatePeriod>hourly</sy:updatePeriod>
		<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.7.18</generator>
	<item>
		<title>Comment on Google Analytics e-commerce by OT PROJECTS</title>
		<link>http://rune.gronkjaer.dk/en-US/2011/08/10/google-analytics-e-commerce/#comment-2910</link>
		<dc:creator><![CDATA[OT PROJECTS]]></dc:creator>
		<pubDate>Tue, 04 Mar 2014 12:53:58 +0000</pubDate>
		<guid isPermaLink="false">http://rune.gronkjaer.dk/en-US/?p=478#comment-2910</guid>
		<description><![CDATA[Tracking scripts might be needed, but bring &lt;a href=&quot;http://www.otprj.com/blog/limit-3rd-party-pixels-scripts-on-your-site/&quot; rel=&quot;nofollow&quot;&gt;some risks&lt;/a&gt; needed to be looked at.]]></description>
		<content:encoded><![CDATA[<p>Tracking scripts might be needed, but bring <a href="http://www.otprj.com/blog/limit-3rd-party-pixels-scripts-on-your-site/" rel="nofollow">some risks</a> needed to be looked at.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on How to use variants in Tea Commerce by bidua</title>
		<link>http://rune.gronkjaer.dk/en-US/2011/04/04/how-to-use-variants-in-tea-commerce/#comment-618</link>
		<dc:creator><![CDATA[bidua]]></dc:creator>
		<pubDate>Sun, 23 Dec 2012 22:00:54 +0000</pubDate>
		<guid isPermaLink="false">http://rune.gronkjaer.dk/en-US/?p=354#comment-618</guid>
		<description><![CDATA[thanks for your comment. 
but i have checked my xslt, when i have 

 

in my product list xslt, it displays nothing on &quot;product&quot; page
when i use it like
 

it  displays all products including variants one by one (when i have 3 variants, it listed 4 different products) hoe can i handle this?]]></description>
		<content:encoded><![CDATA[<p>thanks for your comment.<br />
but i have checked my xslt, when i have </p>
<p>in my product list xslt, it displays nothing on &#8220;product&#8221; page<br />
when i use it like</p>
<p>it  displays all products including variants one by one (when i have 3 variants, it listed 4 different products) hoe can i handle this?</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on How to use variants in Tea Commerce by Rune Gronkjaer</title>
		<link>http://rune.gronkjaer.dk/en-US/2011/04/04/how-to-use-variants-in-tea-commerce/#comment-617</link>
		<dc:creator><![CDATA[Rune Gronkjaer]]></dc:creator>
		<pubDate>Thu, 20 Dec 2012 12:25:01 +0000</pubDate>
		<guid isPermaLink="false">http://rune.gronkjaer.dk/en-US/?p=354#comment-617</guid>
		<description><![CDATA[Hi Bidua,

Sorry for the late answer. For a quicker response next time please use the &lt;a href=&quot;http://our.umbraco.org/projects/website-utilities/tea-commerce/tea-commerce-support&quot; rel=&quot;nofollow&quot;&gt;Tea Commerce support forum&lt;/a&gt; :)

Anyways. The starter kit should already take care of what you are talking about. The productList.xslt is the one that selects the products for the list. This is the line that&#039;s doing it:
&lt;xsl:variable name=&quot;products&quot; select=&quot;$currentPage/Product&quot; /&gt;

It selects all child &quot;Product&quot; nodes of the product category page. It&#039;s not selecting &quot;deep&quot;. So no variants should be listed. Try cheking out how your xslt looks.

/Rune]]></description>
		<content:encoded><![CDATA[<p>Hi Bidua,</p>
<p>Sorry for the late answer. For a quicker response next time please use the <a href="http://our.umbraco.org/projects/website-utilities/tea-commerce/tea-commerce-support" rel="nofollow">Tea Commerce support forum</a> <img src='http://rune.gronkjaer.dk/en-US/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>Anyways. The starter kit should already take care of what you are talking about. The productList.xslt is the one that selects the products for the list. This is the line that&#8217;s doing it:<br />
<xsl:variable name="products" select="$currentPage/Product"></xsl:variable></p>
<p>It selects all child &#8220;Product&#8221; nodes of the product category page. It&#8217;s not selecting &#8220;deep&#8221;. So no variants should be listed. Try cheking out how your xslt looks.</p>
<p>/Rune</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on How to use variants in Tea Commerce by bidua</title>
		<link>http://rune.gronkjaer.dk/en-US/2011/04/04/how-to-use-variants-in-tea-commerce/#comment-616</link>
		<dc:creator><![CDATA[bidua]]></dc:creator>
		<pubDate>Sun, 16 Dec 2012 22:16:55 +0000</pubDate>
		<guid isPermaLink="false">http://rune.gronkjaer.dk/en-US/?p=354#comment-616</guid>
		<description><![CDATA[I really thank you for sharing this blog post. but i have an issue. i use the starter kit but somehow my product variants  are listed separate products. eg. if i have 3 different color variants, 4 product listed on products page. do you have any idea about that?

thanks in advance]]></description>
		<content:encoded><![CDATA[<p>I really thank you for sharing this blog post. but i have an issue. i use the starter kit but somehow my product variants  are listed separate products. eg. if i have 3 different color variants, 4 product listed on products page. do you have any idea about that?</p>
<p>thanks in advance</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Tea Commerce JavaScript API by e cigaret tilbud</title>
		<link>http://rune.gronkjaer.dk/en-US/2010/11/16/tea-commerce-javascript-api/#comment-615</link>
		<dc:creator><![CDATA[e cigaret tilbud]]></dc:creator>
		<pubDate>Thu, 11 Oct 2012 15:55:48 +0000</pubDate>
		<guid isPermaLink="false">http://rune.gronkjaer.dk/en-US/?p=205#comment-615</guid>
		<description><![CDATA[I will immediately take hold of your rss as I can&#039;t in finding your e-mail subscription link or newsletter service. Do you have any? Kindly allow me recognize so that I could subscribe. Thanks.]]></description>
		<content:encoded><![CDATA[<p>I will immediately take hold of your rss as I can&#8217;t in finding your e-mail subscription link or newsletter service. Do you have any? Kindly allow me recognize so that I could subscribe. Thanks.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Tea Commerce. NET API electronic product example by Rune Gronkjaer</title>
		<link>http://rune.gronkjaer.dk/en-US/2011/03/07/tea-commerce-net-api-electronic-product-example/#comment-587</link>
		<dc:creator><![CDATA[Rune Gronkjaer]]></dc:creator>
		<pubDate>Sat, 18 Feb 2012 15:07:31 +0000</pubDate>
		<guid isPermaLink="false">http://rune.gronkjaer.dk/en-US/?p=309#comment-587</guid>
		<description><![CDATA[Cool, thanks.

/Rune]]></description>
		<content:encoded><![CDATA[<p>Cool, thanks.</p>
<p>/Rune</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on How to make a License webshop by Rune Gronkjaer</title>
		<link>http://rune.gronkjaer.dk/en-US/2011/04/20/how-to-make-a-license-webshop/#comment-586</link>
		<dc:creator><![CDATA[Rune Gronkjaer]]></dc:creator>
		<pubDate>Sat, 18 Feb 2012 15:06:34 +0000</pubDate>
		<guid isPermaLink="false">http://rune.gronkjaer.dk/en-US/?p=364#comment-586</guid>
		<description><![CDATA[Thanks for the kind words. Glad you can use it :-)

/Rune]]></description>
		<content:encoded><![CDATA[<p>Thanks for the kind words. Glad you can use it <img src='http://rune.gronkjaer.dk/en-US/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /> </p>
<p>/Rune</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Tea Commerce. NET API electronic product example by Nicky Donnelley</title>
		<link>http://rune.gronkjaer.dk/en-US/2011/03/07/tea-commerce-net-api-electronic-product-example/#comment-585</link>
		<dc:creator><![CDATA[Nicky Donnelley]]></dc:creator>
		<pubDate>Sat, 18 Feb 2012 13:43:13 +0000</pubDate>
		<guid isPermaLink="false">http://rune.gronkjaer.dk/en-US/?p=309#comment-585</guid>
		<description><![CDATA[Simply desire to say your article is as astonishing. The clearness for your put up is simply nice and that i can suppose you&#039;re an expert on this subject. Well with your permission let me to seize your RSS feed to keep updated with imminent post. Thanks 1,000,000 and please carry on the gratifying work.]]></description>
		<content:encoded><![CDATA[<p>Simply desire to say your article is as astonishing. The clearness for your put up is simply nice and that i can suppose you&#8217;re an expert on this subject. Well with your permission let me to seize your RSS feed to keep updated with imminent post. Thanks 1,000,000 and please carry on the gratifying work.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on How to make a License webshop by Saturnina Gruhn</title>
		<link>http://rune.gronkjaer.dk/en-US/2011/04/20/how-to-make-a-license-webshop/#comment-584</link>
		<dc:creator><![CDATA[Saturnina Gruhn]]></dc:creator>
		<pubDate>Sat, 18 Feb 2012 07:47:02 +0000</pubDate>
		<guid isPermaLink="false">http://rune.gronkjaer.dk/en-US/?p=364#comment-584</guid>
		<description><![CDATA[I feel this is among the so much significant info for me. And i&#039;m satisfied studying your article. However wanna remark on few normal things, The website taste is ideal, the articles is really great :D. Excellent activity, cheers.]]></description>
		<content:encoded><![CDATA[<p>I feel this is among the so much significant info for me. And i&#8217;m satisfied studying your article. However wanna remark on few normal things, The website taste is ideal, the articles is really great <img src='http://rune.gronkjaer.dk/en-US/wp-includes/images/smilies/icon_biggrin.gif' alt=':D' class='wp-smiley' /> . Excellent activity, cheers.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on How to use variants in Tea Commerce by Ryan Graham</title>
		<link>http://rune.gronkjaer.dk/en-US/2011/04/04/how-to-use-variants-in-tea-commerce/#comment-581</link>
		<dc:creator><![CDATA[Ryan Graham]]></dc:creator>
		<pubDate>Wed, 16 Nov 2011 01:22:09 +0000</pubDate>
		<guid isPermaLink="false">http://rune.gronkjaer.dk/en-US/?p=354#comment-581</guid>
		<description><![CDATA[Thanks for the reply Rune, it makes perfect sense. I just wanted to make sure I wasn&#039;t going to cause myself headaches down the road by not having a content node for each variant - and it doesn&#039;t seem like that&#039;s the case.

Thanks again!
Ryan]]></description>
		<content:encoded><![CDATA[<p>Thanks for the reply Rune, it makes perfect sense. I just wanted to make sure I wasn&#8217;t going to cause myself headaches down the road by not having a content node for each variant &#8211; and it doesn&#8217;t seem like that&#8217;s the case.</p>
<p>Thanks again!<br />
Ryan</p>
]]></content:encoded>
	</item>
</channel>
</rss>
