New: new smarty and collection modifiers
by Chloë van der Woude

We’ve added new Smarty and collection modifiers that let you use data even more powerfully in your templates and follow-up actions.
New Smarty modifiers
With timestamp and datetime, you can easily format date and time fields. The get modifier is useful for retrieving a specific piece of information—especially when you combine it with other modifiers.
New collection modifiers
The following collection modifiers have been added:
- map
- min
- max
- total
- average
- most
- unique
What can you do with these new functions?
With these additions, you can, for example, calculate the total order amount per customer, display the highest or lowest order amount, or directly use the average order value in your emails. You can also use most to determine a customer’s favorite product category and unique to prevent the same product from appearing multiple times in an email template.
Read more in the documentation about [Smarty modifiers] or [collection modifiers].
We are here to help you out
Do you have questions or suggestions about the new updates, or are there things you frequently run into? Feel free to contact our support team.