Shopify themes, liquid, logos, and UX
I've searched and cannot find how to display the sku on a collections page using Dawn 5.0. I see a lot of code examples that work for themes before 2.0, but I can't make any of them work on Dawn. Nothing shows up.
I've identified that the code should go on card-product.liquid. I can put dummy text and it shows up where I want the sku to appear.
Strangely, I can make it work on the product page. Apparently, the product page calls some function that then supports the sku. I need to discover that function so I can incorporate it into card-product.liquid.
Any help would be appreciated. Thanks.
Solved! Go to the solution
This is an accepted solution.
Hello @dbwebb56 ,
You need to put this code in the card-product.liquid file for the product sku.
Code :- {{ card_product.selected_or_first_available_variant.sku }}
Hopefully that helps.
This is an accepted solution.
Hello @dbwebb56 ,
You need to put this code in the card-product.liquid file for the product sku.
Code :- {{ card_product.selected_or_first_available_variant.sku }}
Hopefully that helps.
User | RANK |
---|---|
118 | |
95 | |
77 | |
69 | |
38 |
Learn these 5 things I had to learn the hard way with starting and running my own business
By Kitana Jan 27, 2023Would you love to unleash the unbridled power of the Google Shopping Channel into your sho...
By Gabe Jan 6, 2023How can you turn a hobby into a career? That’s what Emmanuel did while working as a wa...
By Skye Dec 30, 2022