Hi there,
We’re trying to use product titles in Back in Stock emails, but it’s not picked up in the subject line. We’re using this:
{{ catalog_item.title }} is back in stock
The code above works perfectly well in the body of the email. Is the catalog_item variable simply not available in the subject line? I couldn’t find anything in the docs.
Any help appreciated, thanks very much.