All things Shopify and commerce
Hi, thank you all for your help. I need to show the barcode on the product page next to the SKU. I have found posts online, but they are only for the DAWN theme. I am using the Testament theme.
Thanks!
Hi,
First create a Barcode Metafield
Then you need to add barcode with SKU code ,
Example
<div class="product-details">
<p>SKU: {{ product.sku }}</p>
{% if product.metafields.custom.barcode %}
<p>Barcode: {{ product.metafields.custom.barcode }}</p>
{% endif %}
</div>
Great, thank you so much. Can you please go a little more in depth on how to do what you explained? Beginner, thanks!
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