How to show SKU on Product - Impulse theme

anna-michielan
Tourist
17 0 1

Hi, how can I show product SKU in product section? I use Impulse theme.

Url: anna-michielan.myshopify.com

Thank you.

Replies 4 (4)

Danielkebbe84
Excursionist
18 1 3
  1. In the Sections directory, click product.liquid or product-template.liquid.

  2. Find  the following Liquid tag:

    {{ product.title }}

    This is the code that renders your product titles on the product page.

  3. On a new line below the line of code that includes {{ product.title }}, paste the following code:

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

Select your theme

The next steps for this customization vary depending on your theme. Click the button for your theme and follow the instructions.

---
Thanks & Regards
Daniel Kebbe
anna-michielan
Tourist
17 0 1

Hi @Danielkebbe84 thank you for your response.

But I didn't see any:

{{ product.title }}

under those files. Did I miss something? 😐

duralmusic
Tourist
4 0 1

Hi Anna, 

Did you ever get a result? I'm having the same problem. 

Thanks 

treisih
Visitor
1 0 0

Did you ever find a way to get this to work?  I can't find Product.title either.

 

Thank you!

Tracy