Adding SKU to Cart on Dawn Theme

I have found several posts about adding the SKU number to the cart page, but when I add the code to the main-cart-items.liquid file, no SKU is showing up in the cart still.

I have tried adding the following code in multiple places in the code, but was never able to get it to display in the cart after saving. I tried putting it after the Pricing if/then statements and after the product names if/then.

SKU: {{ item.sku }}

Hello @Andrew-SONX

That looks correct. If SKU is not displaying, double check placement in the main-cart-items.liquid.

Here’s a couple of screenshots after I tested on a clean copy of the latest Dawn theme.

Code edits:

Result:

Ensure the code is resting outside of any conditional statements which may prevent it from appearing. If your still having issues, feel free to share your main-cart-items.liquid