Display SKU on Product Page - Sense Theme

april_napier
Tourist
5 0 3

Hello!

 

Has anyone had success in displaying the sku using SENSE theme?

 

Thank you!

April

Replies 5 (5)

Zworthkey
Shopify Partner
5581 642 1565

@april_napier 

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.

april_napier
Tourist
5 0 3
Correct but there is not a {product.liquid} in sections.
I have made changes with other themes but can it find where to put the code for theme Sense. 
Please advise.
Zworthkey
Shopify Partner
5581 642 1565

@april_napier 

{%- 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.

 

PaulNewton
Shopify Partner
6274 573 1319

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

Save time & money ,Ask Questions The Smart Way


Confused? Busy? Get the solution you need paull.newton+shopifyforum@gmail.com


Problem Solved? ✔Accept and Like solutions to help future merchants

Answers powered by coffee Buy Paul a Coffee for more answers or donate to eff.org


LitCommerce
Astronaut
2860 684 732

Hi @april_napier,

Please follow the steps below:

- Step 1: Go to Customize > Default product > Add block > Custom liquid.
Screenshot.png

- Step 2: Add code in 'Custom liquid':

Screenshot.png

Code:

<p>{{ product.selected_or_first_available_variant.sku }}</p>

Hope it helps!

LitCommerce - The Most Simple & Affordable Multi-channel Selling Tool.
Effortlessly sell on biggest marketplaces like Amazon, Etsy, eBay, Facebook etc with bulk listing tool, real-time sync & smart order management. Use LitCommerce free for 1-year now!