Shopify themes, liquid, logos, and UX
Good afternoon,
Looking for some support adding the SKU field into our checkout and cart pages for visibility purposes if possible please?
We've managed to get the SKU to display on the product pages for the variants but this doesn't follow through to the checkout and cart areas.
I've checked on the app store to see if there is a third party plugin that can do this but found nothing so far.
We currently use the Symmetry theme.
Many thanks!
Solved! Go to the solution
This is an accepted solution.
For anyone looking at this thread, I managed to get to the solution myself, after a bit of testing.
I had to add this into the code on the sections tab > main-cart.liquid drop a line after line 42 and enter:
<div class="variant"> SKU: {{ item.sku }}</div>
This drops the SKU in underneath the product title, by doing it this way it pulls the top level product or variant SKU through.
This now works how we needed it to 🙂
Hi @OpalProducts ,
This is Theodore from PageFly - Shopify Page Builder App.
To display SKU on cart and checkout pages in your Shopify store with Symmetry theme:
Best regards,
Theodore | PageFly
Please let me know if it works by giving it a Like or marking it as a solution!
PageFly - #1 Page Builder for Shopify merchants.
All features are available from Free plan. Live Chat Support is available 24/7.
Hi Theodore,
As mentioned, I can't find an app on the store to do what I need. They all involve a lot more than we need, or give random permissions to a third party app that's nothing to do with what we're after.
We're not trying to fundamentally change things but at a minimum, we just need to show the SKU underneath the product variant on the cart page - surely there is a simple way to do this?
The cart template code is basically empty, so I'm assuming it's the sections tab that I'd need to edit for the symmetry theme.
Many thanks
This is an accepted solution.
For anyone looking at this thread, I managed to get to the solution myself, after a bit of testing.
I had to add this into the code on the sections tab > main-cart.liquid drop a line after line 42 and enter:
<div class="variant"> SKU: {{ item.sku }}</div>
This drops the SKU in underneath the product title, by doing it this way it pulls the top level product or variant SKU through.
This now works how we needed it to 🙂
Does this solution works at checkout?
June brought summer energy to our community. Members jumped in with solutions, clicked ...
By JasonH Jun 5, 2025Learn how to build powerful custom workflows in Shopify Flow with expert guidance from ...
By Jacqui May 7, 2025Did You Know? May is named after Maia, the Roman goddess of growth and flourishing! ...
By JasonH May 2, 2025