Hello, i try to add a svg image to the summary cart using custom fields.
Products on my store can be bought in different package and i use svg images to illustrate it.
I can’t find the the way to get the source value (url) who is passing to the cart.
It displays as text without problem using
<item-custom-fields> </item-custom-fields>.
But i search the way to diplay it like that :
<img src="{{ item.Url-to-the-svg-image }}">
Can you help me ?