<?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: Apparel ItemSearch does not display ListPrice</title>
	<atom:link href="http://www.money-code.com/2010/01/apparel-itemsearch-does-not-display-listprice/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.money-code.com/2010/01/apparel-itemsearch-does-not-display-listprice/</link>
	<description>Coding For Online Success</description>
	<lastBuildDate>Wed, 15 Jun 2011 08:44:43 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
	<item>
		<title>By: Nick</title>
		<link>http://www.money-code.com/2010/01/apparel-itemsearch-does-not-display-listprice/comment-page-1/#comment-1028</link>
		<dc:creator>Nick</dc:creator>
		<pubDate>Thu, 26 May 2011 04:28:44 +0000</pubDate>
		<guid isPermaLink="false">http://www.money-code.com/?p=598#comment-1028</guid>
		<description>Thank you for making this post.  The missing FormattedPrice has been a nagging issue in my project for quite a while.  Checking the VariationSummary was the solution.</description>
		<content:encoded><![CDATA[<p>Thank you for making this post.  The missing FormattedPrice has been a nagging issue in my project for quite a while.  Checking the VariationSummary was the solution.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: henk</title>
		<link>http://www.money-code.com/2010/01/apparel-itemsearch-does-not-display-listprice/comment-page-1/#comment-970</link>
		<dc:creator>henk</dc:creator>
		<pubDate>Thu, 03 Feb 2011 09:26:47 +0000</pubDate>
		<guid isPermaLink="false">http://www.money-code.com/?p=598#comment-970</guid>
		<description>Doesn&#039;t work for me. I changed the following:

$ResponseGroup = &quot;ItemAttributes,Offers,Images,Reviews&quot;;
to:
$ResponseGroup = &quot;Offers,Images,ItemAttributes,Variations&quot;;
and
$price = $item-&gt;ItemAttributes-&gt;ListPrice-&gt;FormattedPrice;
to:
$price = $item-&gt;VariationSummary-&gt;LowestPrice-&gt;FormattedPrice;

Now I don&#039;t see prices at all.</description>
		<content:encoded><![CDATA[<p>Doesn&#8217;t work for me. I changed the following:</p>
<p>$ResponseGroup = &#8220;ItemAttributes,Offers,Images,Reviews&#8221;;<br />
to:<br />
$ResponseGroup = &#8220;Offers,Images,ItemAttributes,Variations&#8221;;<br />
and<br />
$price = $item-&gt;ItemAttributes-&gt;ListPrice-&gt;FormattedPrice;<br />
to:<br />
$price = $item-&gt;VariationSummary-&gt;LowestPrice-&gt;FormattedPrice;</p>
<p>Now I don&#8217;t see prices at all.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
<!-- WP Super Cache is installed but broken. The path to wp-cache-phase1.php in wp-content/advanced-cache.php must be fixed! -->
