Skip to content

Instantly share code, notes, and snippets.

@msmithstubbs
Last active September 15, 2016 23:46
Show Gist options
  • Select an option

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

Select an option

Save msmithstubbs/4d69591ffceb40de966a to your computer and use it in GitHub Desktop.
Product page Back in Stock button for SEOshop/Lightspeed
{% if product.stock.track and not product.stock.on_stock %}
<a href="#" class="btn" id="BIS_trigger">Email when available</a>
{% endif %}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment