Hi Everyone
So i have a customer who has an order flow that when it hits this orderflow, an email is sent out.
This works fine, but if the product number is of one type we want to send one text and if its the other type we want another text.
Its done using HTML tags, and the information we have is on the orderline product number.
So basically i need a way in my email to get the orderline (always only 1 orderline per order) and then get the product number and find out if it starts with "(T)".
Can this be done in the email template with HTML template tags?