<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0">
  <channel>
    <title>Shopify Cheat Sheet</title>
    <link>http://forums.shopify.com/categories/1/posts/30266</link>
    <language>en-us</language>
    <description>Feed for discussion topic Shopify Cheat Sheet</description>
    <item>
      <title>Shopify Cheat Sheet</title>
      <author>Mark Dunkley</author>
      <pubDate>Thu, 15 Oct 2009 02:55:49 +0000</pubDate>
      <link>http://forums.shopify.com/categories/1/posts/30266</link>
      <guid>http://forums.shopify.com/categories/1/posts/30266</guid>
      <description>&lt;p&gt;&lt;a href="http://cheat.markdunkley.com"&gt;Shopify Cheat Sheet&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;This is an unofficial cheat sheet for Shopify&lt;/p&gt;
&lt;p&gt;Things needed to be added/changed&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;Fix descriptions on link_to_add_tag and link_to_remove_tag&lt;/li&gt;
&lt;li&gt;Ask Dennis about 'includes' and 'contains' filters&lt;strong&gt;&lt;/strong&gt;&lt;/li&gt;
&lt;li&gt;time and divided_by filters&lt;/li&gt;
&lt;li&gt;current_tags (array) in global objects (for collection pages)&lt;/li&gt;
&lt;/ul&gt;</description>
    </item>
    <item>
      <title>Jamie commented</title>
      <author>Jamie</author>
      <pubDate>Thu, 15 Oct 2009 03:04:29 +0000</pubDate>
      <link>http://forums.shopify.com/categories/1/posts/30266#comment-30267</link>
      <guid>http://forums.shopify.com/categories/1/posts/30266#comment-30267</guid>
      <description>&lt;p&gt;Needs a print style sheet, but it looks great. I'll have to look closer in the morning. A day of staring at 1900px X1200px has killed my brain (and eyes)&lt;/p&gt;</description>
    </item>
    <item>
      <title>Mark Dunkley commented</title>
      <author>Mark Dunkley</author>
      <pubDate>Thu, 15 Oct 2009 03:12:56 +0000</pubDate>
      <link>http://forums.shopify.com/categories/1/posts/30266#comment-30269</link>
      <guid>http://forums.shopify.com/categories/1/posts/30266#comment-30269</guid>
      <description>&lt;p&gt;Great idea Jamie :)&lt;/p&gt;</description>
    </item>
    <item>
      <title>Dennis Theisen commented</title>
      <author>Dennis Theisen</author>
      <pubDate>Thu, 15 Oct 2009 16:09:49 +0000</pubDate>
      <link>http://forums.shopify.com/categories/1/posts/30266#comment-30280</link>
      <guid>http://forums.shopify.com/categories/1/posts/30266#comment-30280</guid>
      <description>&lt;p&gt;Nice one, Mark! I like the design - cool looking cheat sheets are so much more fun to use than plain black/white lists.&lt;/p&gt;
&lt;p&gt;One thing that comes to mind at first glance is maybe adding "unless" to the control structures, because a lot of people are not aware that there is a negation of "if", so they use:&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;pre&gt;{% if something %}
  // empty
{% else %}
  // this is what i really wanna do
{% endif %}&lt;/pre&gt;
&lt;p&gt;Maybe you can think about putting the source of the cheat sheet on github, so other people can easily add stuff and send you a pull request.&lt;/p&gt;
&lt;p&gt;Cheers, Dennis&lt;/p&gt;</description>
    </item>
    <item>
      <title>Caroline Schnapp commented</title>
      <author>Caroline Schnapp</author>
      <pubDate>Thu, 15 Oct 2009 16:20:23 +0000</pubDate>
      <link>http://forums.shopify.com/categories/1/posts/30266#comment-30282</link>
      <guid>http://forums.shopify.com/categories/1/posts/30266#comment-30282</guid>
      <description>&lt;p&gt;For comments it is:&lt;/p&gt;
&lt;pre&gt;{% comment %}..... {% endcomment %}&lt;/pre&gt;
&lt;p&gt;The variant object is used a lot -- by me, anyway. It would be a great addition to list its properties.&lt;/p&gt;
&lt;p&gt;It is &lt;strong&gt;product.options&lt;/strong&gt;, not &lt;strong&gt;product.option&lt;/strong&gt;.&lt;/p&gt;
&lt;p&gt;Math filters are missing.&lt;/p&gt;
&lt;p&gt;Dennis is right: the unless construct is plenty useful.&lt;/p&gt;
&lt;p&gt;Capture tag is also useful.&lt;/p&gt;
&lt;p&gt;Great that you've inserted images sizes.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Caroline Schnapp commented</title>
      <author>Caroline Schnapp</author>
      <pubDate>Thu, 15 Oct 2009 16:28:11 +0000</pubDate>
      <link>http://forums.shopify.com/categories/1/posts/30266#comment-30283</link>
      <guid>http://forums.shopify.com/categories/1/posts/30266#comment-30283</guid>
      <description>&lt;p&gt;By the way, Mark, fantastic use of negative margin-top on that web page. You know your CSS and you are a great designer. This page looks great. Thank you!&lt;/p&gt;</description>
    </item>
    <item>
      <title>Mark Dunkley commented</title>
      <author>Mark Dunkley</author>
      <pubDate>Fri, 16 Oct 2009 03:00:48 +0000</pubDate>
      <link>http://forums.shopify.com/categories/1/posts/30266#comment-30289</link>
      <guid>http://forums.shopify.com/categories/1/posts/30266#comment-30289</guid>
      <description>&lt;p&gt;Good idea about github Dennis, let me think about it. Will add the unless construct in the next push.&lt;/p&gt;
&lt;p&gt;Caroline, you're right about the comments and product.options. Math filters will be added in next push. Capture tag is definitely missing.Thanks for the kind words Caroline, hopefully I will be a fraction of the developer you are one day.&lt;/p&gt;
&lt;p&gt;I uploaded a new version ( &lt;a href="http://cheat.markdunkley.com"&gt;http://cheat.markdunkley.com&lt;/a&gt; ). I am adding a tooltips to each of the properties. When you hover you will see a descripion of the property and when you click on it you will see an example (look at the first three filters). Obviously I need more time to add more info to the properties and the styling/javascript needs a lot of work.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Kerri commented</title>
      <author>Kerri</author>
      <pubDate>Fri, 16 Oct 2009 06:22:53 +0000</pubDate>
      <link>http://forums.shopify.com/categories/1/posts/30266#comment-30290</link>
      <guid>http://forums.shopify.com/categories/1/posts/30266#comment-30290</guid>
      <description>&lt;p&gt;Thanks for this Mark. Very helpful.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Mark Dunkley commented</title>
      <author>Mark Dunkley</author>
      <pubDate>Sun, 18 Oct 2009 22:13:15 +0000</pubDate>
      <link>http://forums.shopify.com/categories/1/posts/30266#comment-30340</link>
      <guid>http://forums.shopify.com/categories/1/posts/30266#comment-30340</guid>
      <description>&lt;p&gt;Did a quick update: &lt;a href="http://cheat.markdunkley.com/"&gt;http://cheat.markdunkley.com/&lt;/a&gt;&lt;/p&gt;
&lt;ol&gt;
&lt;li&gt;New liquid layout &lt;/li&gt;
&lt;li&gt;wiki links/top right links&lt;/li&gt;
&lt;li&gt;added description for every property and all filters have examples&lt;/li&gt;
&lt;/ol&gt;
&lt;p&gt;I am still missing a few properties and I need to tweak the liquid layout code for anyone running a 1024x768&lt;/p&gt;</description>
    </item>
    <item>
      <title>nes &amp;amp; lulu commented</title>
      <author>nes &amp;amp; lulu</author>
      <pubDate>Tue, 20 Oct 2009 20:55:18 +0000</pubDate>
      <link>http://forums.shopify.com/categories/1/posts/30266#comment-30386</link>
      <guid>http://forums.shopify.com/categories/1/posts/30266#comment-30386</guid>
      <description>&lt;p&gt;I nominate Mark Dunkley for the Nobel Peace Prize.&lt;/p&gt;
&lt;p&gt;This is some awesome work.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Underground commented</title>
      <author>Underground</author>
      <pubDate>Wed, 21 Oct 2009 14:59:20 +0000</pubDate>
      <link>http://forums.shopify.com/categories/1/posts/30266#comment-30413</link>
      <guid>http://forums.shopify.com/categories/1/posts/30266#comment-30413</guid>
      <description>&lt;p&gt;This is fantastic&lt;/p&gt;
&lt;p&gt;Thanks&lt;/p&gt;</description>
    </item>
    <item>
      <title>Ss commented</title>
      <author>Ss</author>
      <pubDate>Fri, 23 Oct 2009 16:28:15 +0000</pubDate>
      <link>http://forums.shopify.com/categories/1/posts/30266#comment-30491</link>
      <guid>http://forums.shopify.com/categories/1/posts/30266#comment-30491</guid>
      <description>&lt;p&gt;Very dope, you are the king!&lt;/p&gt;
&lt;p&gt;Thanks&lt;/p&gt;</description>
    </item>
    <item>
      <title>Julene commented</title>
      <author>Julene</author>
      <pubDate>Sun, 25 Oct 2009 16:08:54 +0000</pubDate>
      <link>http://forums.shopify.com/categories/1/posts/30266#comment-30525</link>
      <guid>http://forums.shopify.com/categories/1/posts/30266#comment-30525</guid>
      <description>&lt;p&gt;Mark,&lt;/p&gt;
&lt;p&gt;Is there a variable I can use in my collection page titles to print the page current&amp;nbsp;number? Google balks at the fact my page, 2, 3 etc. all have the same title so I just want to dynamically add "Page 2" and so on into the title tags....&lt;/p&gt;
&lt;p&gt;Can't find it on the sheet sheet but there must be one, right?&lt;/p&gt;</description>
    </item>
    <item>
      <title>Mark Dunkley commented</title>
      <author>Mark Dunkley</author>
      <pubDate>Sun, 25 Oct 2009 18:07:58 +0000</pubDate>
      <link>http://forums.shopify.com/categories/1/posts/30266#comment-30526</link>
      <guid>http://forums.shopify.com/categories/1/posts/30266#comment-30526</guid>
      <description>&lt;p&gt;Julene,&lt;/p&gt;
&lt;p&gt;Check out the &lt;strong&gt;page.title&lt;/strong&gt; template object. So in your title tag put something like:&lt;/p&gt;
&lt;pre&gt;&amp;lt;title&amp;gt;{{ shop.name }} - {{ page_title }}&amp;lt;/title&amp;gt;&lt;/pre&gt;</description>
    </item>
    <item>
      <title>Julene commented</title>
      <author>Julene</author>
      <pubDate>Sun, 25 Oct 2009 18:15:10 +0000</pubDate>
      <link>http://forums.shopify.com/categories/1/posts/30266#comment-30527</link>
      <guid>http://forums.shopify.com/categories/1/posts/30266#comment-30527</guid>
      <description>&lt;p&gt;Mark, I'm already doing this:&lt;/p&gt;
&lt;p&gt;
&lt;pre&gt;{% when 'collection' %}
&amp;lt;title&amp;gt;{{ page_title }} &amp;amp;#124; {{ shop.name }}&amp;lt;/title&amp;gt;
&lt;/pre&gt;
&lt;/p&gt;
&lt;p&gt;But what I want to do is also insert the page number:&lt;/p&gt;
&lt;p&gt;
&lt;pre&gt;{% when 'collection' %}&lt;br /&gt;&amp;lt;title&amp;gt;{{ page_title }} &amp;amp;#124; &lt;em&gt;&lt;strong&gt;Page {{ page_number }}&lt;/strong&gt;&lt;/em&gt;  &amp;amp;#124; {{ shop.name }}&amp;lt;/title&amp;gt;&lt;br /&gt;&lt;/pre&gt;
Thanks...&lt;/p&gt;</description>
    </item>
    <item>
      <title>Mark Dunkley commented</title>
      <author>Mark Dunkley</author>
      <pubDate>Sun, 25 Oct 2009 18:27:53 +0000</pubDate>
      <link>http://forums.shopify.com/categories/1/posts/30266#comment-30529</link>
      <guid>http://forums.shopify.com/categories/1/posts/30266#comment-30529</guid>
      <description>&lt;p&gt;You can use: &lt;strong&gt;collection.id&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;However, doing this will have no impact on your Google rankings. If anything it will just dilute the value of your title tag. It is also not useful to your users to see an arbitrary number.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Julene commented</title>
      <author>Julene</author>
      <pubDate>Sun, 25 Oct 2009 18:36:24 +0000</pubDate>
      <link>http://forums.shopify.com/categories/1/posts/30266#comment-30530</link>
      <guid>http://forums.shopify.com/categories/1/posts/30266#comment-30530</guid>
      <description>&lt;p&gt;Hmm that does not sound good.&lt;/p&gt;
&lt;p&gt;So, Google Webmaster Tools point this out as an HTML suggestion:&lt;/p&gt;
&lt;p&gt;Pages with duplicate title tags:&lt;/p&gt;
&lt;p&gt;&lt;a class="zippedsection_title"&gt;&lt;span&gt;&lt;span class="dup-content-title"&gt;Present By Design - Jewelry&lt;/span&gt;&lt;/span&gt;&lt;/a&gt;&lt;/p&gt;
&lt;div class="zippedsection_div"&gt;&lt;span class="url-item"&gt;&lt;a href="http://www.presentbydesign.com/collections/jewelry"&gt;/collections/jewelry&lt;/a&gt;&lt;/span&gt;&lt;span class="url-item"&gt;&lt;a href="http://www.presentbydesign.com/collections/jewelry?page=4"&gt;/collections/jewelry?page=4&lt;/a&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div class="zippedsection_div"&gt;&lt;/div&gt;
&lt;div class="zippedsection_div"&gt;&lt;span class="url-item"&gt;My reading was that they don't want to see duplicate titles for pages, which is what happens with collection pagination.&lt;/span&gt;&lt;/div&gt;
&lt;div class="zippedsection_div"&gt;&lt;/div&gt;
&lt;div class="zippedsection_div"&gt;&lt;span class="url-item"&gt;Any other suggestions, or am I reading what they are saying wrong? Just trying to make the Google happy :)&lt;br /&gt;&lt;/span&gt;&lt;/div&gt;</description>
    </item>
    <item>
      <title>Mark Dunkley commented</title>
      <author>Mark Dunkley</author>
      <pubDate>Sun, 25 Oct 2009 18:47:56 +0000</pubDate>
      <link>http://forums.shopify.com/categories/1/posts/30266#comment-30531</link>
      <guid>http://forums.shopify.com/categories/1/posts/30266#comment-30531</guid>
      <description>&lt;p&gt;What you are asking makes sense now! I didn't know you were using pagination.&lt;/p&gt;
&lt;p&gt;I can't remember 100% the output, but you could try: &lt;strong&gt;paginate.current_page&lt;/strong&gt;&lt;/p&gt;</description>
    </item>
    <item>
      <title>Julene commented</title>
      <author>Julene</author>
      <pubDate>Sun, 25 Oct 2009 19:19:38 +0000</pubDate>
      <link>http://forums.shopify.com/categories/1/posts/30266#comment-30533</link>
      <guid>http://forums.shopify.com/categories/1/posts/30266#comment-30533</guid>
      <description>&lt;p&gt;Got it! Thanks for the hint.&lt;/p&gt;
&lt;pre&gt;{{ current_page }}&lt;/pre&gt;</description>
    </item>
    <item>
      <title>Jamie commented</title>
      <author>Jamie</author>
      <pubDate>Fri, 30 Oct 2009 14:25:41 +0000</pubDate>
      <link>http://forums.shopify.com/categories/1/posts/30266#comment-30663</link>
      <guid>http://forums.shopify.com/categories/1/posts/30266#comment-30663</guid>
      <description>&lt;p&gt;Just noticed you're missing all conditionals Mark. "unless" "else" "elsif" etc...&lt;/p&gt;</description>
    </item>
    <item>
      <title>-Mark    commented</title>
      <author>-Mark   </author>
      <pubDate>Mon, 02 Nov 2009 00:35:01 +0000</pubDate>
      <link>http://forums.shopify.com/categories/1/posts/30266#comment-30692</link>
      <guid>http://forums.shopify.com/categories/1/posts/30266#comment-30692</guid>
      <description>&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;pre&gt;link_to_add_tag&lt;/pre&gt;
&lt;p&gt;&amp;nbsp;and&lt;/p&gt;
&lt;pre&gt;link_to_remove_tag&lt;/pre&gt;
&lt;p&gt;&amp;nbsp;are the same (contain the same example code and explanantion).&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;</description>
    </item>
    <item>
      <title>Mark Dunkley commented</title>
      <author>Mark Dunkley</author>
      <pubDate>Mon, 02 Nov 2009 13:00:00 +0000</pubDate>
      <link>http://forums.shopify.com/categories/1/posts/30266#comment-30694</link>
      <guid>http://forums.shopify.com/categories/1/posts/30266#comment-30694</guid>
      <description>&lt;p&gt;Thanks for the feedback guys! I am hoping to push an update sometime this week.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Jamie commented</title>
      <author>Jamie</author>
      <pubDate>Wed, 11 Nov 2009 22:43:44 +0000</pubDate>
      <link>http://forums.shopify.com/categories/1/posts/30266#comment-30945</link>
      <guid>http://forums.shopify.com/categories/1/posts/30266#comment-30945</guid>
      <description>&lt;p&gt;Missing the filters 'includes' and 'contains'&lt;/p&gt;
&lt;p&gt;:)&lt;/p&gt;</description>
    </item>
    <item>
      <title>Mark Dunkley commented</title>
      <author>Mark Dunkley</author>
      <pubDate>Thu, 12 Nov 2009 02:51:33 +0000</pubDate>
      <link>http://forums.shopify.com/categories/1/posts/30266#comment-30955</link>
      <guid>http://forums.shopify.com/categories/1/posts/30266#comment-30955</guid>
      <description>&lt;p&gt;Keep it coming :)&lt;/p&gt;</description>
    </item>
    <item>
      <title>Stuart Whitman commented</title>
      <author>Stuart Whitman</author>
      <pubDate>Thu, 12 Nov 2009 09:13:42 +0000</pubDate>
      <link>http://forums.shopify.com/categories/1/posts/30266#comment-30961</link>
      <guid>http://forums.shopify.com/categories/1/posts/30266#comment-30961</guid>
      <description>&lt;p&gt;Hi Mark,&lt;/p&gt;
&lt;p&gt;Be good to have the forloop helper variables.&lt;/p&gt;
&lt;p&gt;e.g. forloop.first, forloop.last etc.&lt;/p&gt;
&lt;p&gt;Is there anyway this can easily be printed out? If not I may try and do some work wwith it when I have some spare time ;)&lt;/p&gt;
&lt;p&gt;Cheers&lt;/p&gt;
&lt;p&gt;Stuart&lt;/p&gt;</description>
    </item>
    <item>
      <title>Mark Dunkley commented</title>
      <author>Mark Dunkley</author>
      <pubDate>Thu, 12 Nov 2009 14:22:08 +0000</pubDate>
      <link>http://forums.shopify.com/categories/1/posts/30266#comment-30971</link>
      <guid>http://forums.shopify.com/categories/1/posts/30266#comment-30971</guid>
      <description>&lt;p&gt;I tried creating a print.css stlyesheet, but I am having difficulty getting the columns and the print preview to play nice.&lt;/p&gt;
&lt;p&gt;There are rumors that we might even get a cheatsheet printed out on a poster/nice paper.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Stuart Whitman commented</title>
      <author>Stuart Whitman</author>
      <pubDate>Thu, 12 Nov 2009 15:29:38 +0000</pubDate>
      <link>http://forums.shopify.com/categories/1/posts/30266#comment-30976</link>
      <guid>http://forums.shopify.com/categories/1/posts/30266#comment-30976</guid>
      <description>&lt;p&gt;Yes I tried converting it to PDF and all the ones I used didn't like to play :(.&lt;/p&gt;
&lt;p&gt;Did manage to save screen as PNG and then convert to PDF but it's too small to be useable.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Jamie commented</title>
      <author>Jamie</author>
      <pubDate>Thu, 12 Nov 2009 16:32:59 +0000</pubDate>
      <link>http://forums.shopify.com/categories/1/posts/30266#comment-30977</link>
      <guid>http://forums.shopify.com/categories/1/posts/30266#comment-30977</guid>
      <description>&lt;p&gt;If you need printing..... hint hint&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;I tried making my own print stylesheet with similar results.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Mark Dunkley commented</title>
      <author>Mark Dunkley</author>
      <pubDate>Sun, 15 Nov 2009 23:54:40 +0000</pubDate>
      <link>http://forums.shopify.com/categories/1/posts/30266#comment-31052</link>
      <guid>http://forums.shopify.com/categories/1/posts/30266#comment-31052</guid>
      <description>&lt;p&gt;Did a quick update:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;New header (more space)&lt;/li&gt;
&lt;li&gt;Added forloop helpers&lt;/li&gt;
&lt;li&gt;Added unless logic statement&lt;/li&gt;
&lt;/ul&gt;
&lt;blockquote&gt;
&lt;p&gt;Missing the filters 'includes' and 'contains'&lt;/p&gt;
&lt;/blockquote&gt;
&lt;p&gt;@Jamie Did you see these filters in the wiki? Conditionals added inside of the "if" statement block.&lt;/p&gt;
&lt;p&gt;I didn't fix link_to_add_tag and link_to_remove_tag because I want to double check with a Shopifier to make sure I have it right.&lt;/p&gt;</description>
    </item>
    <item>
      <title>renobird commented</title>
      <author>renobird</author>
      <pubDate>Mon, 16 Nov 2009 16:22:56 +0000</pubDate>
      <link>http://forums.shopify.com/categories/1/posts/30266#comment-31077</link>
      <guid>http://forums.shopify.com/categories/1/posts/30266#comment-31077</guid>
      <description>&lt;p&gt;Mark,&lt;/p&gt;
&lt;p&gt;Thanks for the cheat sheet - I use it all the time - much appreciated.&lt;/p&gt;
&lt;p&gt;Just stumbled on an old thread that yielded a real (I think still undocumented) gem: current_tags&lt;/p&gt;
&lt;p&gt;&lt;a href="http://forums.shopify.com/categories/2/posts/20554#comment-31076"&gt;http://forums.shopify.com/categories/2/posts/20554#comment-31076&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;Might make a good addition.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Jamie commented</title>
      <author>Jamie</author>
      <pubDate>Mon, 16 Nov 2009 19:18:57 +0000</pubDate>
      <link>http://forums.shopify.com/categories/1/posts/30266#comment-31082</link>
      <guid>http://forums.shopify.com/categories/1/posts/30266#comment-31082</guid>
      <description>&lt;p&gt;@Mark No those are undocumented unfortunately. Dennis through out includes in a thread on the support side, not sure which one, and contains I use frequently, but have never seen it mentioned anywhere...&lt;/p&gt;</description>
    </item>
    <item>
      <title>Jamie commented</title>
      <author>Jamie</author>
      <pubDate>Mon, 16 Nov 2009 20:14:54 +0000</pubDate>
      <link>http://forums.shopify.com/categories/1/posts/30266#comment-31083</link>
      <guid>http://forums.shopify.com/categories/1/posts/30266#comment-31083</guid>
      <description>&lt;p&gt;I went looking for that post and came up dry. You need to ask Dennis about 'includes'.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Caroline Schnapp commented</title>
      <author>Caroline Schnapp</author>
      <pubDate>Mon, 16 Nov 2009 20:27:51 +0000</pubDate>
      <link>http://forums.shopify.com/categories/1/posts/30266#comment-31085</link>
      <guid>http://forums.shopify.com/categories/1/posts/30266#comment-31085</guid>
      <description>&lt;blockquote&gt;
&lt;p&gt;and contains I use frequently&lt;/p&gt;
&lt;/blockquote&gt;
&lt;p&gt;&lt;em&gt;includes&lt;/em&gt; is an alias for &lt;em&gt;contains&lt;/em&gt; in Liquid. Like the Liquid filter &lt;em&gt;handle&lt;/em&gt; is an alias for &lt;em&gt;handleize&lt;/em&gt; (or vice versa?).&lt;/p&gt;
&lt;p&gt;You can just 'enforce'/document the one you use all the time: contains.&lt;/p&gt;
&lt;p&gt;&lt;em&gt;contains &lt;/em&gt;works with Arrays of Strings and it works with Strings.&lt;/p&gt;
&lt;p&gt;Hence, example1:&lt;/p&gt;
&lt;p&gt;
&lt;pre&gt;&amp;lt;!-- If the title of the product contains the string 'kit' in it --&amp;gt;&lt;br /&gt;{% if product.title contains 'kit' %}&lt;br /&gt;&amp;lt;!-- do something special --&amp;gt;&lt;br /&gt;{% endif %}&lt;/pre&gt;
And example2:&lt;/p&gt;
&lt;p&gt;
&lt;pre&gt;&amp;lt;!-- Example that uses an Array of Strings --&amp;gt;
{% if product.tags contains 'sales' %}
&amp;lt;!-- If one of the product's tags is 'sales' --&amp;gt;
&amp;lt;!-- Add a sale ribbon --&amp;gt;
{% endif %}&lt;/pre&gt;
&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;</description>
    </item>
    <item>
      <title>Caroline Schnapp commented</title>
      <author>Caroline Schnapp</author>
      <pubDate>Mon, 16 Nov 2009 20:37:16 +0000</pubDate>
      <link>http://forums.shopify.com/categories/1/posts/30266#comment-31086</link>
      <guid>http://forums.shopify.com/categories/1/posts/30266#comment-31086</guid>
      <description>&lt;p&gt;Wow, that cheat sheet is constantly getting awesome-r.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Stuart Whitman commented</title>
      <author>Stuart Whitman</author>
      <pubDate>Mon, 16 Nov 2009 22:06:08 +0000</pubDate>
      <link>http://forums.shopify.com/categories/1/posts/30266#comment-31088</link>
      <guid>http://forums.shopify.com/categories/1/posts/30266#comment-31088</guid>
      <description>&lt;p&gt;Hi Mark,&lt;/p&gt;
&lt;p&gt;Thanks for the update. I think the &lt;strong&gt;times&lt;/strong&gt; and &lt;strong&gt;divided_by&lt;/strong&gt; filters need to be added although they don't show up on the Wiki yet either. Excellent work, it's now always open in one of my browser tabs.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Mark Dunkley commented</title>
      <author>Mark Dunkley</author>
      <pubDate>Fri, 20 Nov 2009 03:26:22 +0000</pubDate>
      <link>http://forums.shopify.com/categories/1/posts/30266#comment-31197</link>
      <guid>http://forums.shopify.com/categories/1/posts/30266#comment-31197</guid>
      <description>&lt;p&gt;Thanks for the feedback guys!&lt;/p&gt;
&lt;p&gt;I am getting ready to push the last major update for the cheat sheet. So if there is anything else you wish was on here or would like to see another section speak up now :)&lt;/p&gt;</description>
    </item>
    <item>
      <title>Caroline Schnapp commented</title>
      <author>Caroline Schnapp</author>
      <pubDate>Fri, 20 Nov 2009 03:34:13 +0000</pubDate>
      <link>http://forums.shopify.com/categories/1/posts/30266#comment-31198</link>
      <guid>http://forums.shopify.com/categories/1/posts/30266#comment-31198</guid>
      <description>&lt;p&gt;variant object please!&lt;/p&gt;</description>
    </item>
    <item>
      <title>Caroline Schnapp commented</title>
      <author>Caroline Schnapp</author>
      <pubDate>Fri, 20 Nov 2009 03:34:52 +0000</pubDate>
      <link>http://forums.shopify.com/categories/1/posts/30266#comment-31199</link>
      <guid>http://forums.shopify.com/categories/1/posts/30266#comment-31199</guid>
      <description>&lt;p&gt;current_tags (array) in global objects (for collection pages)&lt;/p&gt;</description>
    </item>
    <item>
      <title>Mark Dunkley commented</title>
      <author>Mark Dunkley</author>
      <pubDate>Sat, 21 Nov 2009 03:51:40 +0000</pubDate>
      <link>http://forums.shopify.com/categories/1/posts/30266#comment-31245</link>
      <guid>http://forums.shopify.com/categories/1/posts/30266#comment-31245</guid>
      <description>&lt;p&gt;&lt;a href="http://cheat.markdunkley.com/"&gt;http://cheat.markdunkley.com/&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;You can now make your own cheat sheet by moving stuff around. Click the "Edit Mode" button right next to the logo.&lt;/p&gt;
&lt;p&gt;I will get around to everyone's feedback in the next revision. I edited the first post of this thread with a summary of the changes that will be made.&lt;/p&gt;
&lt;p&gt;Thanks to &lt;a href="http://twitter.com/redronin"&gt;John Tajima&lt;/a&gt; for helping me build the cookie array.&lt;/p&gt;</description>
    </item>
  </channel>
</rss>
