How can I add the Barcode ISBN field to my product page template?

Is there a way of adding the Barcode ISBN field in the Inventory section to the product page template on the front end?

I can’t see reference to that Shopify field in the liquid cheat sheet.

Hi @jgd1955
You can add {{ product.variants[0].barcode }} if there is no variant within product. but if there are multiple variant then you have to add the code {{ variant.barcode }} in product.variants loop. also have to modify JS file to change it when user is changing the variant from the options.

Thanks

HI @jgd1955

It can be done using custom code, first have to get all the values of products.

Thanks Vishvas

1 Like

Welcome @jgd1955 , Further if you need any help for implementation for it with and without variant product then please DM me.