How do I get a product's image url on the order confirmation page

I’m trying to access image urls for a product on the orders page like so:

“{{ line_item.product.featured_image | img_url }}”

which returns

https://typemapperdemo.myshopify.com//cdn.shopify.com/s/files/1/0494/8783/9388/products/DSC09185_small.jpg?v=1605763847

this includes the shop url at the head “https://typemapperdemo.myshopify.com

I want to return

https://cdn.shopify.com/s/files/1/0494/8783/9388/products/DSC09185_small.jpg?v=1605763847

How do I return this instead?

Are you sure it’s not a front end problem? The browser might be prepending the domain. Do you have a link?

@IonStorm I’m not sure… you can just test purchase this product to see the order confirmation page

Password Protected