jeremy-h of Web Development
11/9/2017 - 7:03 PM

Varient SKU Change/Update

{% assign current_variant = product.selected_or_first_available_variant %}
<span class="variant-sku">{{ current_variant.sku }}</span>

{% comment %} If not working = http://stackoverflow.com/questions/41903997/shopify-sku-not-updating-when-variant-is-selected/43194184#43194184 {% endcomment %}