<?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: Hiding Inventory Numbers</title>
		<link>http://www.kriesi.at/support/topic/hiding-inventory-numbers</link>
		<description>Support Forum - Topic: Hiding Inventory Numbers</description>
		<language>en-US</language>
		<pubDate>Thu, 23 May 2013 16:27:01 +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/hiding-inventory-numbers" rel="self" type="application/rss+xml" />

		<item>
			<title>Dude on "Hiding Inventory Numbers"</title>
			<link>http://www.kriesi.at/support/topic/hiding-inventory-numbers#post-45094</link>
			<pubDate>Thu, 08 Mar 2012 07:47:38 +0000</pubDate>
			<dc:creator>Dude</dc:creator>
			<guid isPermaLink="false">45094@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;I haven't found a way to hide some text parts only (woocommerce is simply not flexible enough here). You can hack the core plugin files however this is quite tiring because you need to do this mod everytime a new plugin version is released. Open up woocommerce\classes\class-wc-product.php and search for:&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;if ($this-&#38;gt;backorders_allowed()) :
						if ($this-&#38;gt;backorders_require_notification()) :
							$availability = __(&#38;#39;Available on backorder&#38;#39;, &#38;#39;woocommerce&#38;#39;);
						else :
							$availability = __(&#38;#39;In stock&#38;#39;, &#38;#39;woocommerce&#38;#39;);
						endif;
					else :
						$availability = __(&#38;#39;Out of stock&#38;#39;, &#38;#39;woocommerce&#38;#39;);
						$class = &#38;#39;out-of-stock&#38;#39;;
					endif;&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;Change the code to:&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;if ($this-&#38;gt;backorders_allowed()) :
						if ($this-&#38;gt;backorders_require_notification()) :
							$availability = __(&#38;#39;Available on backorder&#38;#39;, &#38;#39;woocommerce&#38;#39;);
						endif;
					else :
						$class = &#38;#39;out-of-stock&#38;#39;;
					endif;&#60;/code&#62;&#60;/pre&#62;</description>
		</item>
		<item>
			<title>rawkus17 on "Hiding Inventory Numbers"</title>
			<link>http://www.kriesi.at/support/topic/hiding-inventory-numbers#post-45077</link>
			<pubDate>Thu, 08 Mar 2012 05:55:18 +0000</pubDate>
			<dc:creator>rawkus17</dc:creator>
			<guid isPermaLink="false">45077@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Anything?
&#60;/p&#62;</description>
		</item>
		<item>
			<title>rawkus17 on "Hiding Inventory Numbers"</title>
			<link>http://www.kriesi.at/support/topic/hiding-inventory-numbers#post-44739</link>
			<pubDate>Mon, 05 Mar 2012 18:26:23 +0000</pubDate>
			<dc:creator>rawkus17</dc:creator>
			<guid isPermaLink="false">44739@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Would really appreciate some help on this. Thanks.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>rawkus17 on "Hiding Inventory Numbers"</title>
			<link>http://www.kriesi.at/support/topic/hiding-inventory-numbers#post-44412</link>
			<pubDate>Fri, 02 Mar 2012 16:50:20 +0000</pubDate>
			<dc:creator>rawkus17</dc:creator>
			<guid isPermaLink="false">44412@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Thanks Peter for the quick response. Although this doesn't really work. It hides the stock availability entirely. Where as, for example, I have a shirt for sale on my store. And I have Mediums and Larges but no smalls. If I select small now, it does not tell me that there are none left. It lets my select and hit the &#34;add to cart&#34; button. But of course, nothing goes to the cart. Which would probably drive a customer nuts cause there is nothing alerting them that there are no smalls left.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Dude on "Hiding Inventory Numbers"</title>
			<link>http://www.kriesi.at/support/topic/hiding-inventory-numbers#post-44346</link>
			<pubDate>Fri, 02 Mar 2012 09:42:25 +0000</pubDate>
			<dc:creator>Dude</dc:creator>
			<guid isPermaLink="false">44346@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hey! &#60;/p&#62;
&#60;p&#62; Add following code to css/custom.css or the quick css field:&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;.stock { display:none; }&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62; Regards,&#60;br /&#62;
Peter
&#60;/p&#62;</description>
		</item>
		<item>
			<title>rawkus17 on "Hiding Inventory Numbers"</title>
			<link>http://www.kriesi.at/support/topic/hiding-inventory-numbers#post-44311</link>
			<pubDate>Fri, 02 Mar 2012 03:07:05 +0000</pubDate>
			<dc:creator>rawkus17</dc:creator>
			<guid isPermaLink="false">44311@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;I would like to be able to hide the number of inventory available for my variable products. Is this possible? To just have it say &#34;In stock&#34; or &#34;Out of stock&#34;
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
