How can I display the title of a tagged product using liquid?

Hi,

I have a product sku added as a tag in another product.

How can I get the tagged product info using liquid in the product page?

in other words: for the product itself, I can use “product.title” to display its title, Is their something to display the tagged product title (as “tagged-sku.product.title” )?

Thanks in advance!

Hi @EW_17

Hope you’re having a great day!

There is no direct way to do what you want to do. To do it, you will have to code a sophisticated solution.

If you found this comment useful, hit the ‘Like’ and ‘Accepted solution’ buttons.