A user needed to remove or edit the default text “Welcome to our shop, hope you enjoyed the experience” that appears below the logo in the ‘Customer contact’ email template.
Initial attempts:
Another user suggested deleting a specific line of code, but this resulted in an error message.
Working solution:
Add a liquid variable assignment before the <!DOCTYPE html> declaration: {% assign custom_message = 'Your custom message here' %}
This replaces the default text with the custom message.
Multiple users confirmed this solution worked for them.
New issue raised:
A user reported that test emails in Outlook display centered, requiring horizontal scrolling to view content.
They’re seeking advice on how to left-align the notification content.
The original issue is resolved, but a related formatting question for Outlook remains unanswered.
Summarized with AI on October 25.
AI used: claude-sonnet-4-5-20250929.
Can someone please assist me in editing the code for my ‘Customer contact’ email.
I would like to remove (or edit) the text below logo that reads ‘Welcome to our shop, hope you enjoyed the experience’ but I can not locate it in the code.
Hello!
I’m not sure if you’ve been able to solve this yet, but I encountered the same issue with a client today and found a solution.
In the email template, in the first row, assign a liquid variable for custom_message like this:
{% assign custom_message = ‘Your message you want to show in the email for the customer’ %}
The default text will be replaced with the custom message.
If you have any other problems or questions, you can visit my website and contact me at https://www.codiland.rs/.
Thank you for this topic, worked for me too. Can someone tell me how to set this exact notification so when the test email comes (outlook), it is not oriented to the center of the email window but to the left? When it arrives, it looks like an empty screen and I have to scroll to the right to see the content of the message.