Hi Caroline,
Thanks for your reply. I'm aware that there's only 1, but we have a special product that requires a little different text if someone buys it. I'd like the code to identify when this is what's purchased and adjust the code accordingly.
Specifically I've tried nesting an {% if line.title == 'xxxxx' %} with text, followed by {% else %} and the standard text. All of this I've nested within a {% for line in line_item %} loop that I wrote, which should refer to the line items that the costumer bought, yes? For some reason it's not recognizing that a user has purchased the special product.