Hello,
I’m trying to separate the greeting and beginning of my message by starting a new paragraph in my abandoned cart email. Can someone please help with the way to solve this issue? This is the code provided in the template:
{% if item_count == 1 %}
Hi {{ billing_address.first_name }},
Thank you for shopping at Fandom Collectibles and becoming part of the Fandom Family. We noticed your cart is still filled with some of the best items available. Now its time to make the final decision before it sells out.
If you have any questions about the items, please feel free to contact us.
{% else %}
This is what it looks like in the example/preview:
Hi Bob, Thank you for shopping at Fandom Collectibles and becoming part of the Fandom Family. We noticed your cart is still filled with some of the best items available. Now its time to make the final decision before it sells out. If you have any questions about the items, please feel free to contact us.
Thank you very much!