Shopify themes, liquid, logos, and UX
Need to add a SKU to my collection page but I can't find the right place. I can't list the theme as it's not allowing me to.
@CheekyChimp - you can edit the theme code to put sku in collection page
I looked in there and I can't see where to insert it. I'm using a theme that Shopify won't let me mention for some reason. It has the word warehouse in it. Every theme and section file I found in the help doesn't exist in my files.
@CheekyChimp - warehouse is the theme name, you can click on 3 dots ... and you will have an option to edit theme code, where you can find collection.liquid file and add sku code at the place you want
That's the part I'm looking for help with. I'm not a coder, I'm basic on that. I can't see where to add the code and I don't have the code to add.
@CheekyChimp - try this code for sku, put it in collection page at place where you want sku to show up
{%- assign current_variant = product.selected_or_first_available_variant -%}
<span>{{ current_variant.sku }}</span>
Discover how to increase customer engagement on your store with articles from Shopify A...
By Jacqui Apr 23, 2025Hey Community 👋 Did you know that March 15th is National Everything You Think Is W...
By JasonH Apr 1, 2025Discover how to increase the efficiency of commerce operations with Shopify Academy's l...
By Jacqui Mar 26, 2025