<?xml version="1.0" encoding="UTF-8"?>
<!-- generator="bbPress/1.0.2" -->
<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">
	<channel>
		<title>Support Forum - Topic: Product page star rating under cart button</title>
		<link>http://www.kriesi.at/support/topic/product-page-star-rating-under-cart-button</link>
		<description>Support Forum - Topic: Product page star rating under cart button</description>
		<language>en-US</language>
		<pubDate>Sat, 25 May 2013 07:36:15 +0000</pubDate>
		<generator>http://bbpress.org/?v=1.0.2</generator>
		<textInput>
			<title><![CDATA[Search]]></title>
			<description><![CDATA[Search all topics from these forums.]]></description>
			<name>q</name>
			<link>http://www.kriesi.at/support/search.php</link>
		</textInput>
		<atom:link href="http://www.kriesi.at/support/rss/topic/product-page-star-rating-under-cart-button" rel="self" type="application/rss+xml" />

		<item>
			<title>khurramalvi on "Product page star rating under cart button"</title>
			<link>http://www.kriesi.at/support/topic/product-page-star-rating-under-cart-button#post-80546</link>
			<pubDate>Sun, 21 Oct 2012 08:59:21 +0000</pubDate>
			<dc:creator>khurramalvi</dc:creator>
			<guid isPermaLink="false">80546@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;You are genius Peter. Thanks the above code is working fine.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Dude on "Product page star rating under cart button"</title>
			<link>http://www.kriesi.at/support/topic/product-page-star-rating-under-cart-button#post-80542</link>
			<pubDate>Sun, 21 Oct 2012 08:49:37 +0000</pubDate>
			<dc:creator>Dude</dc:creator>
			<guid isPermaLink="false">80542@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hey! &#60;/p&#62;
&#60;p&#62; My mistake - I used the code for the single star rating. I adjusted the code and it will display the average rating now. &#60;/p&#62;
&#60;p&#62; Best regards,&#60;br /&#62;
Peter
&#60;/p&#62;</description>
		</item>
		<item>
			<title>khurramalvi on "Product page star rating under cart button"</title>
			<link>http://www.kriesi.at/support/topic/product-page-star-rating-under-cart-button#post-80470</link>
			<pubDate>Sat, 20 Oct 2012 09:46:07 +0000</pubDate>
			<dc:creator>khurramalvi</dc:creator>
			<guid isPermaLink="false">80470@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi,&#60;/p&#62;
&#60;p&#62;Thanks! The code still not working. Now it doesn't color the stars based on previous reviews.&#60;/p&#62;
&#60;p&#62;Please see below screenshot.&#60;/p&#62;
&#60;p&#62;&#60;img src=&#34;http://i50.tinypic.com/34ydzqg.png&#34;&#62;
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Dude on "Product page star rating under cart button"</title>
			<link>http://www.kriesi.at/support/topic/product-page-star-rating-under-cart-button#post-80312</link>
			<pubDate>Fri, 19 Oct 2012 06:42:09 +0000</pubDate>
			<dc:creator>Dude</dc:creator>
			<guid isPermaLink="false">80312@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;You can try to add following code to functions.php (at the very bottom):&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;add_filter( &#38;#39;woocommerce_after_add_to_cart_button&#38;#39;, &#38;#39;ino_add_rating_stars&#38;#39; );
function ino_add_rating_stars()
{
global $product;
echo $product-&#38;gt;get_rating_html();
}&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;You can also try to use the woocommerce_after_add_to_cart_button instead of the woocommerce_before_add_to_cart_button hook.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>khurramalvi on "Product page star rating under cart button"</title>
			<link>http://www.kriesi.at/support/topic/product-page-star-rating-under-cart-button#post-80199</link>
			<pubDate>Thu, 18 Oct 2012 09:09:04 +0000</pubDate>
			<dc:creator>khurramalvi</dc:creator>
			<guid isPermaLink="false">80199@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi,&#60;/p&#62;
&#60;p&#62;How can I add star ratings under 'Add to Cart' button. Below is the screenshot.&#60;/p&#62;
&#60;p&#62;&#60;img src=&#34;http://i49.tinypic.com/11az8kw.jpg&#34;&#62;
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
