<?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: Shopify Tutorial: Adding a Barchart for Inventory Using jQuery and JSON Objects</title>
	<atom:link href="http://blog.tetsutakara.com/652/adding-a-barchart-for-inventory-using-jquery-and-json-objects/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.tetsutakara.com/652/adding-a-barchart-for-inventory-using-jquery-and-json-objects/</link>
	<description>Tetsuro&#039;s Blog</description>
	<lastBuildDate>Wed, 02 Nov 2011 21:43:54 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.1.2</generator>
	<item>
		<title>By: Tetsuro</title>
		<link>http://blog.tetsutakara.com/652/adding-a-barchart-for-inventory-using-jquery-and-json-objects/comment-page-1/#comment-626</link>
		<dc:creator>Tetsuro</dc:creator>
		<pubDate>Tue, 12 Apr 2011 19:00:14 +0000</pubDate>
		<guid isPermaLink="false">http://blog.tetsutakara.com/?p=652#comment-626</guid>
		<description>Actually, in order for this to work, you&#039;ll need to define the total of each variant for each product, and this could be tricky if it&#039;s different for all products. Notice that in BonkTown they have text indicating &quot;Total Qty Offered: x&quot;. You&#039;ll have to define what this value is going to be before this can be implemented.</description>
		<content:encoded><![CDATA[<p>Actually, in order for this to work, you&#8217;ll need to define the total of each variant for each product, and this could be tricky if it&#8217;s different for all products. Notice that in BonkTown they have text indicating &#8220;Total Qty Offered: x&#8221;. You&#8217;ll have to define what this value is going to be before this can be implemented.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Tetsuro</title>
		<link>http://blog.tetsutakara.com/652/adding-a-barchart-for-inventory-using-jquery-and-json-objects/comment-page-1/#comment-624</link>
		<dc:creator>Tetsuro</dc:creator>
		<pubDate>Mon, 11 Apr 2011 20:03:14 +0000</pubDate>
		<guid isPermaLink="false">http://blog.tetsutakara.com/?p=652#comment-624</guid>
		<description>Ah okay, now I see it. I&#039;ll see what I can do when I get home tonight from school, but it&#039;s def. possible!</description>
		<content:encoded><![CDATA[<p>Ah okay, now I see it. I&#8217;ll see what I can do when I get home tonight from school, but it&#8217;s def. possible!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Victor</title>
		<link>http://blog.tetsutakara.com/652/adding-a-barchart-for-inventory-using-jquery-and-json-objects/comment-page-1/#comment-623</link>
		<dc:creator>Victor</dc:creator>
		<pubDate>Mon, 11 Apr 2011 10:55:14 +0000</pubDate>
		<guid isPermaLink="false">http://blog.tetsutakara.com/?p=652#comment-623</guid>
		<description>Hello Tetsuro,

It is something simpler than in your example, instead of showing a segmented bar for each product variant, should be a unique bar segment, showing the total of all remaining stock of the product without specify each variant inventory, you can see an example here: http://www.bonktown.com/

You see, although there are several variants to choose sizes and colors, there is only one bar stock (Qty Remaining), just below the &quot;Time Remaining&quot;, with the total quantity available product. The bars of each variant are not needed, right below the video it would be like your first example.

Thanks!</description>
		<content:encoded><![CDATA[<p>Hello Tetsuro,</p>
<p>It is something simpler than in your example, instead of showing a segmented bar for each product variant, should be a unique bar segment, showing the total of all remaining stock of the product without specify each variant inventory, you can see an example here: <a href="http://www.bonktown.com/" rel="nofollow">http://www.bonktown.com/</a></p>
<p>You see, although there are several variants to choose sizes and colors, there is only one bar stock (Qty Remaining), just below the &#8220;Time Remaining&#8221;, with the total quantity available product. The bars of each variant are not needed, right below the video it would be like your first example.</p>
<p>Thanks!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Tetsuro</title>
		<link>http://blog.tetsutakara.com/652/adding-a-barchart-for-inventory-using-jquery-and-json-objects/comment-page-1/#comment-620</link>
		<dc:creator>Tetsuro</dc:creator>
		<pubDate>Sat, 09 Apr 2011 20:56:23 +0000</pubDate>
		<guid isPermaLink="false">http://blog.tetsutakara.com/?p=652#comment-620</guid>
		<description>Hmm, I thought that&#039;s what I did in my example, I&#039;m not sure if I get what you mean. Do you have an example of it somewhere that you can perhaps show me?

Thanks,

Tetsu</description>
		<content:encoded><![CDATA[<p>Hmm, I thought that&#8217;s what I did in my example, I&#8217;m not sure if I get what you mean. Do you have an example of it somewhere that you can perhaps show me?</p>
<p>Thanks,</p>
<p>Tetsu</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Victor</title>
		<link>http://blog.tetsutakara.com/652/adding-a-barchart-for-inventory-using-jquery-and-json-objects/comment-page-1/#comment-617</link>
		<dc:creator>Victor</dc:creator>
		<pubDate>Sat, 09 Apr 2011 10:53:01 +0000</pubDate>
		<guid isPermaLink="false">http://blog.tetsutakara.com/?p=652#comment-617</guid>
		<description>Nice Work Tetsuro! 

This is something I could use, but what I need it is a little different, I´m looking for how to make just one color bar with all the product inventory on it.

The idea is to group the total of the inventory of a product (with different colors and sizes) in just one bar of one color.

I don´t want to show the total of the product variants (color or sizes) with divisions on the bar, I need to show on the bar for the total of &quot;shirts&quot;.

In your example, I would want to show the available stock of the total of 10 shirts. Not how many are available of each size.

Is there any way to do this?

Thank you!!</description>
		<content:encoded><![CDATA[<p>Nice Work Tetsuro! </p>
<p>This is something I could use, but what I need it is a little different, I´m looking for how to make just one color bar with all the product inventory on it.</p>
<p>The idea is to group the total of the inventory of a product (with different colors and sizes) in just one bar of one color.</p>
<p>I don´t want to show the total of the product variants (color or sizes) with divisions on the bar, I need to show on the bar for the total of &#8220;shirts&#8221;.</p>
<p>In your example, I would want to show the available stock of the total of 10 shirts. Not how many are available of each size.</p>
<p>Is there any way to do this?</p>
<p>Thank you!!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Tetsuro</title>
		<link>http://blog.tetsutakara.com/652/adding-a-barchart-for-inventory-using-jquery-and-json-objects/comment-page-1/#comment-616</link>
		<dc:creator>Tetsuro</dc:creator>
		<pubDate>Sat, 09 Apr 2011 04:11:52 +0000</pubDate>
		<guid isPermaLink="false">http://blog.tetsutakara.com/?p=652#comment-616</guid>
		<description>Sweet, check out my test store &lt;a href=&quot;http://brakus-llc255.myshopify.com/products/business-focused-full-range-capability&quot; rel=&quot;nofollow&quot;&gt;here&lt;/a&gt;. I&#039;ve made one bar chart with divisions in it - is this what you were looking for? Let me know and I can help implement it to your store as well.

There are 3 variants here: 2 small, 5 medium, and 3 large. The bar chart gets divided up into different colors proportionately. 
</description>
		<content:encoded><![CDATA[<p>Sweet, check out my test store <a href="http://brakus-llc255.myshopify.com/products/business-focused-full-range-capability" rel="nofollow">here</a>. I&#8217;ve made one bar chart with divisions in it &#8211; is this what you were looking for? Let me know and I can help implement it to your store as well.</p>
<p>There are 3 variants here: 2 small, 5 medium, and 3 large. The bar chart gets divided up into different colors proportionately.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Tetsuro</title>
		<link>http://blog.tetsutakara.com/652/adding-a-barchart-for-inventory-using-jquery-and-json-objects/comment-page-1/#comment-615</link>
		<dc:creator>Tetsuro</dc:creator>
		<pubDate>Sat, 09 Apr 2011 03:51:18 +0000</pubDate>
		<guid isPermaLink="false">http://blog.tetsutakara.com/?p=652#comment-615</guid>
		<description>That should be doable very easily by modifying the CSS of the divs. You can float each &#039;slice&#039; of the bar to the left so that they only fill up one bar. I&#039;ll try something out on a test store, and get back to you.</description>
		<content:encoded><![CDATA[<p>That should be doable very easily by modifying the CSS of the divs. You can float each &#8216;slice&#8217; of the bar to the left so that they only fill up one bar. I&#8217;ll try something out on a test store, and get back to you.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Victor</title>
		<link>http://blog.tetsutakara.com/652/adding-a-barchart-for-inventory-using-jquery-and-json-objects/comment-page-1/#comment-614</link>
		<dc:creator>Victor</dc:creator>
		<pubDate>Fri, 08 Apr 2011 17:38:46 +0000</pubDate>
		<guid isPermaLink="false">http://blog.tetsutakara.com/?p=652#comment-614</guid>
		<description>Hi Tetsuro, thanks for your answer.

Lets say that for example I have 15 t´shirts on my store, 5 are red, 5 blue and 5 black.

Right now I have one stock bar for each color product, so in my product page I see 3 bars, one for each product color.

What I am trying to do is to have just one bar grouping the 3 product variants, so I only have one bar with the total of t-shirts available.

Thanks!</description>
		<content:encoded><![CDATA[<p>Hi Tetsuro, thanks for your answer.</p>
<p>Lets say that for example I have 15 t´shirts on my store, 5 are red, 5 blue and 5 black.</p>
<p>Right now I have one stock bar for each color product, so in my product page I see 3 bars, one for each product color.</p>
<p>What I am trying to do is to have just one bar grouping the 3 product variants, so I only have one bar with the total of t-shirts available.</p>
<p>Thanks!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Tetsuro</title>
		<link>http://blog.tetsutakara.com/652/adding-a-barchart-for-inventory-using-jquery-and-json-objects/comment-page-1/#comment-613</link>
		<dc:creator>Tetsuro</dc:creator>
		<pubDate>Fri, 08 Apr 2011 16:12:23 +0000</pubDate>
		<guid isPermaLink="false">http://blog.tetsutakara.com/?p=652#comment-613</guid>
		<description>Nope &gt; Sorry for the late reply - been a little busy finishing school :P Is the 50 the total inventory for that one product? If so, you can use the &#039;total_inventory&#039; variable that I created in the Javascript code above, and output it where you want it.

Victor &gt;Thanks for the kind words, Victor! Hmm, so you&#039;re looking to do one bar that has &#039;slices&#039; of each variant, correct? Or, could you perhaps show me an example of what you&#039;re looking for?</description>
		<content:encoded><![CDATA[<p>Nope > Sorry for the late reply &#8211; been a little busy finishing school :P Is the 50 the total inventory for that one product? If so, you can use the &#8216;total_inventory&#8217; variable that I created in the Javascript code above, and output it where you want it.</p>
<p>Victor >Thanks for the kind words, Victor! Hmm, so you&#8217;re looking to do one bar that has &#8216;slices&#8217; of each variant, correct? Or, could you perhaps show me an example of what you&#8217;re looking for?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Victor</title>
		<link>http://blog.tetsutakara.com/652/adding-a-barchart-for-inventory-using-jquery-and-json-objects/comment-page-1/#comment-612</link>
		<dc:creator>Victor</dc:creator>
		<pubDate>Fri, 08 Apr 2011 10:59:31 +0000</pubDate>
		<guid isPermaLink="false">http://blog.tetsutakara.com/?p=652#comment-612</guid>
		<description>Oh yes!I have a question Tetsuro! I really like your stock bars because it is something that visually looks very good for customers, but I would like to display a single bar showing the total of all the variants that are in stock, because I like visually only bar instead of a bar per variant. Any suggestions to help me? Thank you very much! I love your blog!</description>
		<content:encoded><![CDATA[<p>Oh yes!I have a question Tetsuro! I really like your stock bars because it is something that visually looks very good for customers, but I would like to display a single bar showing the total of all the variants that are in stock, because I like visually only bar instead of a bar per variant. Any suggestions to help me? Thank you very much! I love your blog!</p>
]]></content:encoded>
	</item>
</channel>
</rss>

