<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0">
  <channel>
    <title>Filter by Product Variant</title>
    <link>http://ecommerce.shopify.com/c/ecommerce-design/t/filter-by-product-variant-98218</link>
    <language>en-us</language>
    <description>Feed for discussion topic Filter by Product Variant</description>
    <item>
      <title>Filter by Product Variant</title>
      <author>sml</author>
      <pubDate>Sat, 25 Feb 2012 10:14:49 +0000</pubDate>
      <link>http://ecommerce.shopify.com/c/ecommerce-design/t/filter-by-product-variant-98218</link>
      <guid>http://forums.shopify.com/categories/2/posts/98218</guid>
      <description>&lt;p&gt;I would like to filter my products by the product variant.&lt;/p&gt;
&lt;p&gt;The filter will only show the in-stock products that match the variant filter.&lt;/p&gt;
&lt;p&gt;Is this possible with shopify?&lt;/p&gt;</description>
    </item>
    <item>
      <title>Caroline Schnapp commented</title>
      <author>Caroline Schnapp</author>
      <pubDate>Sat, 25 Feb 2012 20:52:39 +0000</pubDate>
      <link>http://ecommerce.shopify.com/c/ecommerce-design/t/filter-by-product-variant-98218#comment-100067</link>
      <guid>http://forums.shopify.com/categories/2/posts/98218#comment-100067</guid>
      <description>&lt;p&gt;Hi Simon,&lt;/p&gt;
&lt;p&gt;Do you only need to do a Shop by (in stock) size? Do you need to filter &lt;em&gt;any&lt;/em&gt; collection by &lt;em&gt;available&lt;/em&gt; size...?&lt;/p&gt;
&lt;p&gt;If yes, how many sizes do you have? Are you selling shoes that come in 20 or so sizes or do you have only Small/Medium/Large...?&lt;/p&gt;</description>
    </item>
    <item>
      <title>sml commented</title>
      <author>sml</author>
      <pubDate>Mon, 27 Feb 2012 02:44:42 +0000</pubDate>
      <link>http://ecommerce.shopify.com/c/ecommerce-design/t/filter-by-product-variant-98218#comment-102255</link>
      <guid>http://forums.shopify.com/categories/2/posts/98218#comment-102255</guid>
      <description>&lt;p&gt;thanks for the reply caroline.&lt;/p&gt;
&lt;p&gt;1. Yes, correct. Sort of like the concept of the magento layered navigation which i am currently using.&lt;/p&gt;
&lt;p&gt;2. I would like to filter any collection by the variants applicable to the products in that collection.&lt;/p&gt;
&lt;p&gt;3.&amp;nbsp;About 12 sizes for my main&amp;nbsp;collection products&amp;nbsp;.. but other collections might only have 3 or 4 ....&amp;nbsp;but I'm curious what difference&amp;nbsp;that could make to the filter if&amp;nbsp;the products in the collection have 3 or 4 attributes or 20+ attributes.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Caroline Schnapp commented</title>
      <author>Caroline Schnapp</author>
      <pubDate>Mon, 27 Feb 2012 02:58:51 +0000</pubDate>
      <link>http://ecommerce.shopify.com/c/ecommerce-design/t/filter-by-product-variant-98218#comment-102257</link>
      <guid>http://forums.shopify.com/categories/2/posts/98218#comment-102257</guid>
      <description>&lt;blockquote&gt;
&lt;p&gt;&lt;span&gt;but I'm curious what difference&amp;nbsp;that could make to the filter if&amp;nbsp;the products in the collection have 3 or 4 attributes or 20+ attributes.&lt;/span&gt;&lt;/p&gt;
&lt;/blockquote&gt;
&lt;p&gt;I was thinking about using the 'view' parameter:&amp;nbsp;&lt;a href="http://www.shopify.com/technology/3608572-new-liquid-template-features"&gt;http://www.shopify.com/technology/3608572-new-liquid-template-features&lt;/a&gt;. Look at the 'Alternate views' section in that blog post.&lt;/p&gt;
&lt;p&gt;One cannot use &lt;em&gt;view&lt;/em&gt; with the ambitions you have, though, as you would then need to manage tons of collection templates.&lt;/p&gt;
&lt;p&gt;Maybe you can look into using the Query String app with the help of someone who knows Liquid inside out:&lt;/p&gt;
&lt;p&gt;-&amp;nbsp;&lt;a href="http://padberg-auer-and-kemmer4199.myshopify.com/a/collections/chairs" rel='nofollow'&gt;http://padberg-auer-and-kemmer4199.myshopify.com/a/collections/chairs&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;- &lt;a href="http://apps.shopify.com/querystring"&gt;http://apps.shopify.com/querystring&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;- &lt;a href="http://qsapp.sinelabs.com/" rel='nofollow'&gt;http://qsapp.sinelabs.com/&lt;/a&gt;&lt;/p&gt;</description>
    </item>
    <item>
      <title>Caroline Schnapp commented</title>
      <author>Caroline Schnapp</author>
      <pubDate>Mon, 27 Feb 2012 03:01:22 +0000</pubDate>
      <link>http://ecommerce.shopify.com/c/ecommerce-design/t/filter-by-product-variant-98218#comment-102258</link>
      <guid>http://forums.shopify.com/categories/2/posts/98218#comment-102258</guid>
      <description>&lt;p&gt;Beware of the querystring limitations:&lt;/p&gt;
&lt;blockquote&gt;
&lt;p&gt;There are a few limitations to keep in mind, yes.First and most importantly, this app DOES NOT make querystring variables suddenly work for any Liquid template or snippet in a Shopify store. ONLY the liquid snippet (and it must be a snippet) that you specify when you install this application will be affected using ONLY the application's specific proxy URL (by default this is /a/collections).Also, built-in Shopify/Liquid pagination will not work properly when this application is used to manually filter products from being displayed. Unfortunately there is no way currently to pare down a collection into a new array and paginate that array within Liquid syntax.However, it should be possible to utilize additional querystring parameters to provide for basic pagination functionality. Using the for loop syntax of limit: and offset: along with variables that indicate how far into the collection we have previously searched should do the trick, although it will be virtually impossible to know how many pages of results there are overall until you get to the end of the collections products. We will post some additional working sample code later once we have the opportunity to implement this. Feel free to send over any code you write if you beat us to it. Also, the "infinite scrolling" technique of pagination might be recommended here (a "SHOW MORE" button at bottom of page) (&lt;a href="http://uxmovement.com/navigation/infinite-scrolling-best-practices/" rel='nofollow'&gt;http://uxmovement.com/navigation/infinite-scrolling-best-practices/&lt;/a&gt;).&lt;/p&gt;
&lt;/blockquote&gt;</description>
    </item>
    <item>
      <title>sml commented</title>
      <author>sml</author>
      <pubDate>Mon, 27 Feb 2012 03:09:05 +0000</pubDate>
      <link>http://ecommerce.shopify.com/c/ecommerce-design/t/filter-by-product-variant-98218#comment-102259</link>
      <guid>http://forums.shopify.com/categories/2/posts/98218#comment-102259</guid>
      <description>&lt;p&gt;Thanks Caroline. I will review &amp;amp; research those details later this evening. Unfortunately I cannot write the code myself by would need to find a developer. I have been trying to assess if Shopify can meet my needs and whether it is worth transferring from Magento. So based on the above, it sounds like it is possible but would take some work? :)&lt;/p&gt;
&lt;p&gt;I think a 'layered navigation' shopify app would be very popular!&lt;/p&gt;</description>
    </item>
    <item>
      <title>Stephen Pratley commented</title>
      <author>Stephen Pratley</author>
      <pubDate>Mon, 11 Feb 2013 17:30:28 +0000</pubDate>
      <link>http://ecommerce.shopify.com/c/ecommerce-design/t/filter-by-product-variant-98218#comment-131691</link>
      <guid>http://forums.shopify.com/categories/2/posts/98218#comment-131691</guid>
      <description>&lt;p&gt;Hi,&lt;/p&gt;
&lt;p&gt;I've been researching this subject and found a blog post with what I think you are looking for.&lt;/p&gt;
&lt;p&gt;Blog post is referenced in this thread, to try to keep discussion in the same place:&lt;/p&gt;
&lt;p&gt;&lt;a href="http://ecommerce.shopify.com/c/ecommerce-design/t/side-filter-navigation-102596#comment-131690"&gt;http://ecommerce.shopify.com/c/ecommerce-design/t/side-filter-navigation-102596#comment-131690&lt;/a&gt;&lt;/p&gt;</description>
    </item>
  </channel>
</rss>
