Hi,
I'm trying to work on our confirmation emails (one of the last parts of our testing!) and trying to figure out how to deal with organisations / households.
The scenario I have is that an individual books tickets on the organisation account, so the email confirmation that I want to go out needs to have their details on it. I can use alt address to ensure that the order confirmation get sent to the right person, but the <%= OrderData.Customer.FirstName %> isn't returning anything. I'm guessing this is because there are no names as such on the organisation account.
Are there new attributes that we can use in v11, or am I entering the order incorrectly?
Any help would be greatly appreciated!