Hi ! I’m a designer, and the website I am working with is on Shopify
I would like to make a Browse abandonment email a little more interesting, and have two dynamic images from the product seen in the same template.
I know it is possible for Checkouts Abandonment, with these event variables for example :
{{ event.extra.line_items.0.product.images.1.src|default:'' }}
{{ event.extra.line_items.0.product.images.2.src|default:'' }}
However i haven’t found anything that could work for browse or cart abandonments. Is there a way (even if complicated, i could hire someone to help), to have those event recorded ? Is it possible to make the “viewed product” have more information on the product (description for example) ?
Thanks in advance