Liquid in ifshop - aareano/ifshop-wiki GitHub Wiki

Liquid is a templating system designed and maintained by Shopify. ifshop mirrors Shopify's use of Liquid almost exactly.

To see which liquid drops and attributes are defined for which rule events, check out the Event Classes section on the right.

If Liquid is new to you, learn the basics from Shopify's docs here. The liquid filters, liquid objects (referred to as "drops" in ifshop's documentation), and liquid tags described in Shopify's docs are mirrored in ifshop with the following exceptions:

additional filters

These are found on their appropriate page, found under "Liquid Filters" in the table of contents.

missing filters

  • asset_img_url
  • asset_url
  • camelcase
  • collection_img_url
  • customer_login_link
  • default_errors
  • default_pagination
  • file_img_url
  • file_url
  • global_asset_url
  • handle/handleize
  • hex_to_rgba
  • highlight
  • highlight_active_tag
  • hmac_sha1
  • hmac_sha256
  • img_url
  • index
  • link_to_add_tag
  • link_to_remove_tag
  • link_to_tag
  • link_to_type
  • link_to_vendor
  • md5
  • money_without_currency
  • money_without_trailing_zeros
  • payment_type_img_url
  • product_img_url
  • sha1
  • sha256
  • shopify_asset_url
  • url_escape
  • url_for_type
  • url_for_vendor
  • url_param_escape
  • within

additional drops

These are found on their appropriate page, found under "Liquid Drops" in the table of contents.

missing drops

  • article
  • blog
  • comment
  • country_option_tags
  • current_page
  • current_tags
  • forloop
  • form
  • handle
  • link
  • linklist
  • metafield
  • page
  • page_description
  • page_title
  • paginate
  • part
  • script
  • search
  • tablerow
  • template
  • theme

missing tags

  • form
  • layout
  • paginate