<?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 prices wont show if variables cost the same</title>
		<link>http://www.kriesi.at/support/topic/product-prices-wont-show-if-variables-cost-the-same</link>
		<description>Support Forum - Topic: Product prices wont show if variables cost the same</description>
		<language>en-US</language>
		<pubDate>Sun, 26 May 2013 02:00:00 +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-prices-wont-show-if-variables-cost-the-same" rel="self" type="application/rss+xml" />

		<item>
			<title>Rajkurt on "Product prices wont show if variables cost the same"</title>
			<link>http://www.kriesi.at/support/topic/product-prices-wont-show-if-variables-cost-the-same#post-87185</link>
			<pubDate>Sun, 09 Dec 2012 12:18:54 +0000</pubDate>
			<dc:creator>Rajkurt</dc:creator>
			<guid isPermaLink="false">87185@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;It works like a dream! Thanks alot Dude, really appriciate it! Clever solution!
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Dude on "Product prices wont show if variables cost the same"</title>
			<link>http://www.kriesi.at/support/topic/product-prices-wont-show-if-variables-cost-the-same#post-87180</link>
			<pubDate>Sun, 09 Dec 2012 12:03:34 +0000</pubDate>
			<dc:creator>Dude</dc:creator>
			<guid isPermaLink="false">87180@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi! &#60;/p&#62;
&#60;p&#62; Changed it again - now it should work fine :) &#60;/p&#62;
&#60;p&#62; Best regards,&#60;br /&#62;
Peter
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Rajkurt on "Product prices wont show if variables cost the same"</title>
			<link>http://www.kriesi.at/support/topic/product-prices-wont-show-if-variables-cost-the-same#post-87179</link>
			<pubDate>Sun, 09 Dec 2012 11:54:09 +0000</pubDate>
			<dc:creator>Rajkurt</dc:creator>
			<guid isPermaLink="false">87179@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Sorry, but it didnt do anything :-(
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Dude on "Product prices wont show if variables cost the same"</title>
			<link>http://www.kriesi.at/support/topic/product-prices-wont-show-if-variables-cost-the-same#post-87174</link>
			<pubDate>Sun, 09 Dec 2012 11:30:33 +0000</pubDate>
			<dc:creator>Dude</dc:creator>
			<guid isPermaLink="false">87174@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi! &#60;/p&#62;
&#60;p&#62; I forgot to include the global variables - I updated the code above. &#60;/p&#62;
&#60;p&#62; Best regards,&#60;br /&#62;
Peter
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Rajkurt on "Product prices wont show if variables cost the same"</title>
			<link>http://www.kriesi.at/support/topic/product-prices-wont-show-if-variables-cost-the-same#post-87171</link>
			<pubDate>Sun, 09 Dec 2012 11:00:31 +0000</pubDate>
			<dc:creator>Rajkurt</dc:creator>
			<guid isPermaLink="false">87171@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi Dude! Great Idea! But it dosent do anything different from the last code you posted... In theory yes, but it does output the &#34;from:price&#34; anyway...
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Dude on "Product prices wont show if variables cost the same"</title>
			<link>http://www.kriesi.at/support/topic/product-prices-wont-show-if-variables-cost-the-same#post-87161</link>
			<pubDate>Sun, 09 Dec 2012 09:55:14 +0000</pubDate>
			<dc:creator>Dude</dc:creator>
			<guid isPermaLink="false">87161@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;You can try following code instead (I didn't test it though):&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;add_action( &#38;#39;woocommerce_before_add_to_cart_button&#38;#39;, &#38;#39;inoplugs_price_container&#38;#39;, 50 );

function inoplugs_price_container()
{
		global $woocommerce, $product, $post;
		if ( (!empty($product-&#38;gt;min_variation_price) &#38;amp;&#38;amp; $product-&#38;gt;min_variation_price == $product-&#38;gt;max_variation_price) &#124;&#124; empty($product-&#38;gt;min_variation_price) )
		{
			echo &#38;quot;&#38;lt;div class=&#38;#39;price_container&#38;#39;&#38;gt;&#38;quot;;
			woocommerce_template_single_price($post, $product);
			echo &#38;quot;&#38;lt;/div&#38;gt;&#38;quot;;
		}
}&#60;/code&#62;&#60;/pre&#62;</description>
		</item>
		<item>
			<title>Rajkurt on "Product prices wont show if variables cost the same"</title>
			<link>http://www.kriesi.at/support/topic/product-prices-wont-show-if-variables-cost-the-same#post-87154</link>
			<pubDate>Sun, 09 Dec 2012 09:31:02 +0000</pubDate>
			<dc:creator>Rajkurt</dc:creator>
			<guid isPermaLink="false">87154@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi Dude,&#60;/p&#62;
&#60;p&#62;It sure does, it displays the prices on both &#34;simple products&#34; and product with &#34;variables that cost the same&#34;. The problem is that now it display two prices on the &#34;Variable product with different pricing&#34;.&#60;/p&#62;
&#60;p&#62;If you can somehow get rid of the &#34;fran: 'price'&#34; on those pages Im more then happy!
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Dude on "Product prices wont show if variables cost the same"</title>
			<link>http://www.kriesi.at/support/topic/product-prices-wont-show-if-variables-cost-the-same#post-87101</link>
			<pubDate>Sat, 08 Dec 2012 19:23:48 +0000</pubDate>
			<dc:creator>Dude</dc:creator>
			<guid isPermaLink="false">87101@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Please try to add following code to functions.php (at the very bottom) - it should add the price to the product single page:&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;add_action( &#38;#39;woocommerce_before_add_to_cart_button&#38;#39;, &#38;#39;inoplugs_price_container&#38;#39;, 50 );

function inoplugs_price_container()
{
		echo &#38;quot;&#38;lt;div class=&#38;#39;price_container&#38;#39;&#38;gt;&#38;quot;;
		woocommerce_template_single_price($post, $product);
		echo &#38;quot;&#38;lt;/div&#38;gt;&#38;quot;;
}&#60;/code&#62;&#60;/pre&#62;</description>
		</item>
		<item>
			<title>Rajkurt on "Product prices wont show if variables cost the same"</title>
			<link>http://www.kriesi.at/support/topic/product-prices-wont-show-if-variables-cost-the-same#post-87091</link>
			<pubDate>Sat, 08 Dec 2012 15:51:14 +0000</pubDate>
			<dc:creator>Rajkurt</dc:creator>
			<guid isPermaLink="false">87091@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Sorry but no. It dosent change anything. The problem is that their is no price inputed in the code at all for the simple products and on the variable products with the same price the theme dosent input anything in the &#38;lt;div class=&#34;single_variation&#34;&#38;gt;&#38;lt;/div&#38;gt;. I dont think css got anything to do with it.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Dude on "Product prices wont show if variables cost the same"</title>
			<link>http://www.kriesi.at/support/topic/product-prices-wont-show-if-variables-cost-the-same#post-87086</link>
			<pubDate>Sat, 08 Dec 2012 14:36:18 +0000</pubDate>
			<dc:creator>Dude</dc:creator>
			<guid isPermaLink="false">87086@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi! &#60;/p&#62;
&#60;p&#62; I think following custom css code in css/custom.css causes the issue - delete or change it:&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;.single_variation_wrap {
    bottom: 0;
    float: left;
    left: 0;
    position: absolute;
}&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62; Best regards,&#60;br /&#62;
Peter
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Rajkurt on "Product prices wont show if variables cost the same"</title>
			<link>http://www.kriesi.at/support/topic/product-prices-wont-show-if-variables-cost-the-same#post-87085</link>
			<pubDate>Sat, 08 Dec 2012 14:20:04 +0000</pubDate>
			<dc:creator>Rajkurt</dc:creator>
			<guid isPermaLink="false">87085@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Ok here goes:&#60;/p&#62;
&#60;p&#62;Prices wont show:&#60;br /&#62;
Variable product with the same price: &#60;a href=&#34;http://dorotheas.adstream.se/?product=lanken-till-korset-2#&#34; rel=&#34;nofollow&#34;&#62;http://dorotheas.adstream.se/?product=lanken-till-korset-2#&#60;/a&#62;!prettyPhoto&#60;br /&#62;
Simple product: &#60;a href=&#34;http://dorotheas.adstream.se/?product=tre-i-rad&#34; rel=&#34;nofollow&#34;&#62;http://dorotheas.adstream.se/?product=tre-i-rad&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;Prices will show:&#60;br /&#62;
Variable product with different pricing: &#60;a href=&#34;http://dorotheas.adstream.se/?product=bonearmband&#34; rel=&#34;nofollow&#34;&#62;http://dorotheas.adstream.se/?product=bonearmband&#60;/a&#62;
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Dude on "Product prices wont show if variables cost the same"</title>
			<link>http://www.kriesi.at/support/topic/product-prices-wont-show-if-variables-cost-the-same#post-87082</link>
			<pubDate>Sat, 08 Dec 2012 13:32:51 +0000</pubDate>
			<dc:creator>Dude</dc:creator>
			<guid isPermaLink="false">87082@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hey! &#60;/p&#62;
&#60;p&#62; Can you set up the demo page again please - I just checked &#60;a href=&#34;http://dorotheas.adstream.se/?product=lanken-till-korset&#34; rel=&#34;nofollow&#34;&#62;http://dorotheas.adstream.se/?product=lanken-till-korset&#60;/a&#62; and got a 404 error. &#60;/p&#62;
&#60;p&#62; Regards,&#60;br /&#62;
Peter
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Rajkurt on "Product prices wont show if variables cost the same"</title>
			<link>http://www.kriesi.at/support/topic/product-prices-wont-show-if-variables-cost-the-same#post-86983</link>
			<pubDate>Fri, 07 Dec 2012 19:13:03 +0000</pubDate>
			<dc:creator>Rajkurt</dc:creator>
			<guid isPermaLink="false">86983@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hello,&#60;/p&#62;
&#60;p&#62;Now I have updated the prices but it does not solve the problem. However I have been in contact with the WooCommerce support about this and this is the answer I got from them:&#60;/p&#62;
&#60;p&#62;&#34;Hey Richard,&#60;/p&#62;
&#60;p&#62;Appreciate you sending that over.&#60;/p&#62;
&#60;p&#62;Unfortunately I'm not sure why this is happening with your 3rd party theme.&#60;/p&#62;
&#60;p&#62;I've seen users with this issue in the past w/ 3rd party themes:&#60;/p&#62;
&#60;p&#62;&#60;a href=&#34;https://github.com/woothemes/woocommerce/issues/1074&#34; rel=&#34;nofollow&#34;&#62;https://github.com/woothemes/woocommerce/issues/1074&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;Do you have a woocommerce directory in your theme's folder?&#60;/p&#62;
&#60;p&#62;&#60;a href=&#34;http://wcdocs.woothemes.com/codex/template-structure/&#34; rel=&#34;nofollow&#34;&#62;http://wcdocs.woothemes.com/codex/template-structure/&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;Can you please test this with Twenty Ten/Eleven so we can confirm it's a 3rd party theme conflict.&#60;/p&#62;
&#60;p&#62;Unfortunately we don't support 3rd party themes.&#60;/p&#62;
&#60;p&#62;Kind Regards,&#60;/p&#62;
&#60;p&#62;Support Ninja &#124; WooThemes&#34;&#60;/p&#62;
&#60;p&#62;So Ive activated the Twenty Eleven theme, and that worked fine and the prices displayed as it should, so I guess its a problem with Flashlight theme, rather then WooCommerce. Im only guessing it has something to do with the config.php file, but I dont know... So how can we move formward with this?
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Devin on "Product prices wont show if variables cost the same"</title>
			<link>http://www.kriesi.at/support/topic/product-prices-wont-show-if-variables-cost-the-same#post-86818</link>
			<pubDate>Thu, 06 Dec 2012 16:46:52 +0000</pubDate>
			<dc:creator>Devin</dc:creator>
			<guid isPermaLink="false">86818@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Can you try re-adjusting the prices on the item now that everything has been updated.&#60;/p&#62;
&#60;p&#62;I know there have been some changes in the past few versions of WooCommerce with variable products so also check through the variable product settings and just double check the options are all set to properly have each price assigned to each variation.&#60;/p&#62;
&#60;p&#62;Regards,&#60;/p&#62;
&#60;p&#62;Devin
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Rajkurt on "Product prices wont show if variables cost the same"</title>
			<link>http://www.kriesi.at/support/topic/product-prices-wont-show-if-variables-cost-the-same#post-86777</link>
			<pubDate>Thu, 06 Dec 2012 10:32:33 +0000</pubDate>
			<dc:creator>Rajkurt</dc:creator>
			<guid isPermaLink="false">86777@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Now its updated! But the problem still remains... Please advise on a fix.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Devin on "Product prices wont show if variables cost the same"</title>
			<link>http://www.kriesi.at/support/topic/product-prices-wont-show-if-variables-cost-the-same#post-86698</link>
			<pubDate>Thu, 06 Dec 2012 05:30:06 +0000</pubDate>
			<dc:creator>Devin</dc:creator>
			<guid isPermaLink="false">86698@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi Richard,&#60;/p&#62;
&#60;p&#62;Try updating your WooCommerce plugin in case this has been fixed in an update since 1.6.3. &#60;/p&#62;
&#60;p&#62;Regards,&#60;/p&#62;
&#60;p&#62;Devin
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Rajkurt on "Product prices wont show if variables cost the same"</title>
			<link>http://www.kriesi.at/support/topic/product-prices-wont-show-if-variables-cost-the-same#post-86529</link>
			<pubDate>Tue, 04 Dec 2012 20:37:15 +0000</pubDate>
			<dc:creator>Rajkurt</dc:creator>
			<guid isPermaLink="false">86529@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hello!&#60;/p&#62;
&#60;p&#62;My prices on my variable products wont show up if they cost the same.&#60;/p&#62;
&#60;p&#62;Look here (Im currently working on this so dont mind if it looks weird:)&#60;/p&#62;
&#60;p&#62;Product with different prices on variables (price shows):&#60;br /&#62;
&#60;a href=&#34;http://dorotheas.adstream.se/?product=richard&#34; rel=&#34;nofollow&#34;&#62;http://dorotheas.adstream.se/?product=richard&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;Product with variable but with same price (price wont show):&#60;br /&#62;
&#60;a href=&#34;http://dorotheas.adstream.se/?product=lanken-till-korset&#34; rel=&#34;nofollow&#34;&#62;http://dorotheas.adstream.se/?product=lanken-till-korset&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;How come? How can I make the prices appear?&#60;/p&#62;
&#60;p&#62;Kind regards,&#60;br /&#62;
Richard
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
