hi all, i would like to add an extra line in my search result
as you can see here
i have vendor, product name and the price.
On the top of this i also would like to add an extra text for each (a metafield that i’ve created), cause some product had the same photo but they work with different coffee maker.
sense 2.0
www.danicoffeeshop.com
Hi @stefanensko , you will need to create product custom data, which looks like this https://prnt.sc/V_hPEApgll-m
Here’s how to do that.
Go to Online Store > Theme > Edit code
Add this theme code Screenshot by Lightshot
And you will see this in your search https://prnt.sc/SKmR3tf2lNpz
Hope this helps. And if you have any more question, just tag us in and we will take a look
Thanks a lot, it works as intended. There’s a way to transform it uppercase as vendor style?
Yes @stefanensko , you can add this code
{{ product.metafields.custom.test | escape }}