Hi
I can enter the store URL and product image URL on each Fetchapp product page.
How do I use those variables in the order page template?
Looking at the code:
<a href="{{ file.link }}">{{ file.filename }}</a>
I would expect it to be something like:
{{ file.image}} or {{ file.imageurl}}
But neither of those work.
Thanks!
Paul
Paul Annett
Hi
I can enter the store URL and product image URL on each Fetchapp product page.
How do I use those variables in the order page template?
Looking at the code:
<a href="{{ file.link }}">{{ file.filename }}</a>
I would expect it to be something like:
{{ file.image}} or {{ file.imageurl}}
But neither of those work.
Thanks!
Paul