Hi guys,
How to add SKU under Product Title in collection Impulse Theme?
Thank you.
Hi guys,
How to add SKU under Product Title in collection Impulse Theme?
Thank you.
Hey @annamichielan
If your theme doesn’t support showing SKU on the product page from theme customization then you can manually show SKU on the product page by adding this code in your main-product.liquid file below your product title code.
SKU: {{ product.variants.first.sku }}
If you require any assistance in adding the code then feel free to let me know and I will be more than happy to help you out.
If I managed to help you then, don’t forget to Like it and Mark it as Solution!
Best Regards,
Moeed
Hi, thank you for the answer but my question is under the product title on products collection page, not the product page. Product collection page is the one showing the products in a collection.
EDIT: Thank you, it works as well on product collection page ![]()
Hey @annamichielan
You can add the same code above in your main-collection.liquid file below the code of tittle.