Subtitle Metafield - Cart and Point of Sale

Hello all. I have added subtitles to some

of my products using metafields but I need the information to also show up on the cart page and in the point of sale app. Is there anyway to do this?

here is my website with a link to one of the products with a subtitle:

https://lastingimpressionstexas.com/products/white-distressed-photo-frame-5x7-by-uma-bridal-shower-madison-taylor-and-zachary-fausett

Thanks in advance for any help you can provide!

Hi @Rae_lastingimp ,

  • With cart page: You just need to add this code in the for of cart.items, it will display fine.

Code:

{{ item.product.metafields.namespace }}

with the code you show like on the product page, just add ‘item.’ in front of Metafield.

  • With Point of Sale: it is generated by the App, so if you want to display ‘Subtitle Metafield’ you need to contact the App for support.

Hope it helps!