Created
March 7, 2022 15:08
-
-
Save jonathanmoore/eb11b1353ae2ee35a69fd05032859ec7 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{% assign current_variant = product.selected_or_first_available_variant %} | |
<span class="variant-sku">{{ current_variant.sku }}</span> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment