Hello,
I have a custom field which is a mediajce type where I can select an image. I want to show this image in the product-item view and added this:
<div class="{attr.ct2.value|s}" ><img src="/{attr.ct2.value|s}"/></div>
I can see that the path is correct but all "/" are replaced with "%2F"
how can I get the path to the image?