Variant specific note for cart based on the order line item

HI

I have a question, the products in my store have two unique identifiers, a SKU code and Model Number.

The SKU code is easy to get as part of the normal shopify order process but I would also like a model number to be shown on the order notes. I have added these via a product Variant meta field but am struggling to get these showing on the cart page

Ideally I would like it to have the following note as displayed in the diagram
MPN: {{mpn number from metafield}}

I am not on shopify plus and don’t have access to cart.liquid so cannot edit this

Is there a way of having a hidden field on the product page to pull this information?

Hello @greeney2k1 ,

Add in PDP template inside the existing from tag


Note: Don’t forget to change this code value==“{{ mpn number from metafield }}” with actual metafield key

Thanks