Display sku on product grid in Collection Page for Dawn 2.0

What code needs to be inserted in Snippets > card-product.liquid in order to get the Product SKU to appear above the product name? Can you provide the code and the location? Separately, if I wanted to move the Brand/Vendor name and have it appear above the product name, how can I do that ?

Hello @greenonions ,

  1. Go to edit card-product.liquid.

  2. Add this code before heading.

If you have multiple variants you can use for loop for this.

  1. Same liquid file, Cut this code and above the product name

I did this, but the SKU shows in inverted commas (“1234”)?