Skip to content

Instantly share code, notes, and snippets.

@msmithstubbs
Last active August 29, 2015 13:57
Show Gist options
  • Select an option

  • Save msmithstubbs/9546263 to your computer and use it in GitHub Desktop.

Select an option

Save msmithstubbs/9546263 to your computer and use it in GitHub Desktop.
Show button for a single collection
{% for collection in product.collections %} {% if collection.handle == 'spring-summer-14' %} <script> _BISConfig = { button: { visible: true } }; </script> {% endif %} {% endfor %}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment