Hi @KetanKumar
I’m also having this issue - where do you add this code?
Thanks
Main issue: A product detail section using Shopify metafield lists shows two items as a single sentence joined by “and,” but switches to bullet points only when three or more items exist. The request is to always display items as bullet points regardless of count.
Context: “Metafields” are custom data fields in Shopify; the rendering behavior appears to be default formatting for short lists. The goal is to override that behavior.
Proposed solution: A Liquid template loop over product.metafields.custom.product_points.value to output each item prefixed with a hyphen, ensuring consistent bullet-style display for any list length. This directly prints each item on a new line with a dash.
Open item: Another participant asked where exactly in the theme this Liquid code should be added (e.g., product template/section), and no placement guidance was provided yet.
Status: No confirmed implementation steps or resolution; discussion remains open.