Discuss and resolve questions on Liquid, JavaScript, themes, sales channels, and site speed enhancements.
Hi there,
can someone please tell me how to add a short description on mini bullet point list into the product block using the Flow theme from Eight Themes?
I've been trying for hours and can't get it to work. When I try to connect the dynamic source, it doesn't bring up any of the metafields I created (keeps saying create metafield).
If I use a text box with icon, it let's me add it but not showing bullet points (which I added) and it's displaying next to each other, with comma separated.
so this is what I would like it to look:
But this is what I'm getting:
Hi @meld78,
I am not familiar with Flow theme, but if you can add a "Custom liquid" block in your product page, then you can do the following instructions below.
Create a product metafield, and please make sure to follow the settings below and the words.
<ul>
{% for info in product.metafields.custom.product_description.value %}
<li>{{ info }}</li>
{% endfor %}
</ul>
NOTE: Make sure you add the text in the metafield on one of your products to see the outcome.
Please don't forget to Like and Mark Solution to the post that helped you. Thanks!
Thank you so much for that, unfortunately, it's not displaying.
But I got it to work. I had tried multiple different options so I just played with the code you gave me and the metafield for "highlights" works.
My bad, I change the metafield several times. Glad you are able to figure out how to change it to your metafield and able to use the code provided as reference.
Hi Meld78,
my app should do exactly what you have in mind.
It enables you to add bullet points to your product page. Many of our customers use this to create trust badges and increase their store branding.
There is a free plan available.
We exclusively have 5-star reviews.
Have a look here: Bloom: Product Feature Bullets
Let me know if I can answer any questions.
Felix ✌️
Screenshot from our demo store:
Learn 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, 2025Discover opportunities to improve SEO with new guidance available from Shopify’s growth...
By Jacqui May 1, 2025