Hello!
Has anyone had success in displaying the sku using SENSE theme?
Thank you!
April
Yes, You can display the Sku by the custom code,
You can check out this link:
https://help.shopify.com/en/manual/online-store/themes/themes-by-shopify/vintage-themes/customizing-...
Let me know if you need any more help.
{%- assign current_variant = product.selected_or_first_available_variant -%}
<span>{{ current_variant.sku }}</span>
Kindly try out this code.
if you can't able to add this code kindly hire a developer to show the Sku.
Thank you.
Sense is a 2.0 theme for the online store.
So you could see if the code in the tutorial will work in a custom-liquid section or block.
Remember to wrap any javascript in a html <script></script> tag
Hi @april_napier,
Please follow the steps below:
- Step 1: Go to Customize > Default product > Add block > Custom liquid.
- Step 2: Add code in 'Custom liquid':
Code:
<p>{{ product.selected_or_first_available_variant.sku }}</p>
Hope it helps!
User | RANK |
---|---|
279 | |
90 | |
57 | |
46 | |
44 |