<?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: The Exciting World of Inventory Management	</title>
	<atom:link href="https://www.spiffystores.com.au/blog/2010/03/10/the-exciting-world-of-inventory-management/feed/" rel="self" type="application/rss+xml" />
	<link>https://www.spiffystores.com.au/blog/2010/03/10/the-exciting-world-of-inventory-management/</link>
	<description>Checkout - The Spiffy Stores Blog</description>
	<lastBuildDate>Thu, 14 Oct 2010 23:13:11 +0000</lastBuildDate>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=6.8.3</generator>
	<item>
		<title>
		By: Brian		</title>
		<link>https://www.spiffystores.com.au/blog/2010/03/10/the-exciting-world-of-inventory-management/comment-page-1/#comment-18</link>

		<dc:creator><![CDATA[Brian]]></dc:creator>
		<pubDate>Mon, 15 Mar 2010 02:24:58 +0000</pubDate>
		<guid isPermaLink="false">http://spiffystores.com.au/blog/?p=531#comment-18</guid>

					<description><![CDATA[Adding the SKU to the search results sounds like a good idea.

Well look at adding the SKU to the search engine as soon as possible.

Brian]]></description>
			<content:encoded><![CDATA[<p>Adding the SKU to the search results sounds like a good idea.</p>
<p>Well look at adding the SKU to the search engine as soon as possible.</p>
<p>Brian</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Brian		</title>
		<link>https://www.spiffystores.com.au/blog/2010/03/10/the-exciting-world-of-inventory-management/comment-page-1/#comment-17</link>

		<dc:creator><![CDATA[Brian]]></dc:creator>
		<pubDate>Mon, 15 Mar 2010 02:18:28 +0000</pubDate>
		<guid isPermaLink="false">http://spiffystores.com.au/blog/?p=531#comment-17</guid>

					<description><![CDATA[Paul,

This is easy to achieve. You need to edit the collection.liquid template and add some logic around the price display.

You can use the variable &quot;product.available&quot; to test whether a product is sold out or not.

For example...

[html]
&#060;div class=&#034;money&#034;&#062;
  {% if product.available %}
    {{ product.price_min &#124; money }}{% if product.compare_at_price_max &#062; product.price %}
      &#038;nbsp;&#038;nbsp;
      &#060;div class=&#034;original-price&#034;&#062;{{ product.compare_at_price_max &#124; money }}&#060;/div&#062;{% endif %}
  {% else %}
  Sold out!
  {% endif %}
&#060;/div&#062;
[/html]]]></description>
			<content:encoded><![CDATA[<p>Paul,</p>
<p>This is easy to achieve. You need to edit the collection.liquid template and add some logic around the price display.</p>
<p>You can use the variable &#8220;product.available&#8221; to test whether a product is sold out or not.</p>
<p>For example&#8230;</p>
<p>[html]<br />
&lt;div class=&quot;money&quot;&gt;<br />
  {% if product.available %}<br />
    {{ product.price_min | money }}{% if product.compare_at_price_max &gt; product.price %}<br />
      &amp;nbsp;&amp;nbsp;<br />
      &lt;div class=&quot;original-price&quot;&gt;{{ product.compare_at_price_max | money }}&lt;/div&gt;{% endif %}<br />
  {% else %}<br />
  Sold out!<br />
  {% endif %}<br />
&lt;/div&gt;<br />
[/html]</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Paul		</title>
		<link>https://www.spiffystores.com.au/blog/2010/03/10/the-exciting-world-of-inventory-management/comment-page-1/#comment-16</link>

		<dc:creator><![CDATA[Paul]]></dc:creator>
		<pubDate>Mon, 15 Mar 2010 01:41:51 +0000</pubDate>
		<guid isPermaLink="false">http://spiffystores.com.au/blog/?p=531#comment-16</guid>

					<description><![CDATA[Another handy feature would be if the back-end search engine recognised the SKU.]]></description>
			<content:encoded><![CDATA[<p>Another handy feature would be if the back-end search engine recognised the SKU.</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Paul		</title>
		<link>https://www.spiffystores.com.au/blog/2010/03/10/the-exciting-world-of-inventory-management/comment-page-1/#comment-15</link>

		<dc:creator><![CDATA[Paul]]></dc:creator>
		<pubDate>Mon, 15 Mar 2010 01:38:55 +0000</pubDate>
		<guid isPermaLink="false">http://spiffystores.com.au/blog/?p=531#comment-15</guid>

					<description><![CDATA[What I would really like to see is this: if an item is sold out, it says SOLD OUT instead of showing the price underneath the product. With our type of site, customers still like to compare styles and may like to request a special order. It would be good for us if they could see the item is sold out before clicking on it, rather than archiving so it can&#039;t be seen.]]></description>
			<content:encoded><![CDATA[<p>What I would really like to see is this: if an item is sold out, it says SOLD OUT instead of showing the price underneath the product. With our type of site, customers still like to compare styles and may like to request a special order. It would be good for us if they could see the item is sold out before clicking on it, rather than archiving so it can&#8217;t be seen.</p>
]]></content:encoded>
		
			</item>
	</channel>
</rss>
