Why
Previously when you added a footer in an email template, you couldn’t dynamically change the store address to the store that the contact last purchased from
This prevented you from personalising email footers based on your client’s purchase information.
What’s New
We’ve added a new merge tag: {{ profile.last_store }} that pulls in the store ID of the store that the contact last purchased from.
[You already have the store ID in the app in Settings > Store ID]
This would allow you to add a logic in your email footers to display the address of the store that the contact last purchased from.
E.g. if profile.last_store= 31, display this address, elif profile.last_store=27, display another address, etc.
See template logic for more info.
Comments
0 comments
Please sign in to leave a comment.