<a href="{{ product.url | within: collection }}"> not working

Hi,

I’m trying to add an “a” Tag for a whole snippet but it’s not working.


Other Code

When I inspect the element it’s showing there with the correct URL but it is closing itself and skipping the content inside it.

Like this:

I also tried adding it to the product title and image and it’s working fine.

Thank You in advance.

Hi,

You forgot to close the tags, change it like this:


Other Code