Hi @mrscsmith ,
For the Supply theme, it is enough to place the code
{{ product.first_available_variant.sku | default: product.variants[0].sku }}
In the “product-grid-item.liquid” snippet right before the {{ product.title }} block:
Hi @mrscsmith ,
For the Supply theme, it is enough to place the code
{{ product.first_available_variant.sku | default: product.variants[0].sku }}
In the “product-grid-item.liquid” snippet right before the {{ product.title }} block: