Skip to content

Instantly share code, notes, and snippets.

@darryn
Created December 1, 2014 20:25
Show Gist options
  • Save darryn/62ba7974128b6f822266 to your computer and use it in GitHub Desktop.
Save darryn/62ba7974128b6f822266 to your computer and use it in GitHub Desktop.
Shopify - Typeahead with price
<input id="search-input" name="q" type="text" class="search-query" placeholder="{{ 'general.search.search_button' | t }}" data-provide="typeahead" data-source="[{% for product in collections[settings.typeahead_collection].products %}&quot;{{ product.title }} - {{ product.price | money | strip_html }}&quot;{% unless forloop.last %},{% endunless %}{% endfor %}]" autocomplete="off">
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment