Skip to content

Instantly share code, notes, and snippets.

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

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

Select an option

Save msmithstubbs/4efeffb8f34fcbd0f5bd to your computer and use it in GitHub Desktop.
Back In Stock link for Tictail product page
<p>
<a class="BIS_button" style="display: none;" onclick="BIS.Dialog.show(); return false;" href="#">Can't find your size?</a>
</p>
<script>
var showBISBtn = false;
{{#variations}}
{{#out_of_stock}}
showBISBtn = true;
{{/out_of_stock}}
{{/variations}}
if (showBISBtn) {
document.querySelector('.BIS_button').style.display = 'inline';
}
</script>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment