Ludachris
Well-known member
Let's say you have 3 user upgrade options and you want to edit the messaging for each one to have a different message after purchase - I found the "account_upgrade_purchase" template, but how would you structure a conditional to wrap the text for each message? Example, IF "Upgrade 1" was purchased, show this text, else if Upgrade 2, show this text, etc, etc.
Code:
{{ phrase('thank_you_for_purchasing_this_upgrade') }}