Every Shopify order triggers automated emails that shape the customer experience. From order confirmations to refund notices, these messages are often the first interaction after a purchase. When done well, they reduce support requests, build trust, and reinforce your brand. In this guide, NextSky covers the essential Shopify email notification types, how to customize them.

What are Shopify Email notifications?

Shopify email notifications are automatic emails sent when key store events occur, such as orders, shipments, cancellations, or refunds. Unlike marketing campaigns, these transactional emails confirm actions and keep customers informed about what happens next. 

Because they're directly tied to customer activity, notification emails often achieve open rates above 70–80%, making them one of the most effective communication channels in any Shopify store. 

How to access Shopify Email notifications

All notification settings live in one place:

Shopify Admin → Settings → Notifications → Customer Notifications

From this page, you can:

  • View every notification template
  • Click into any one to preview or edit it
  • Change the sender email address
  • Apply global styling like your logo and brand color

For staff-facing notifications (like new order alerts), scroll down to the Staff order notifications section on the same page.

How to Customize Shopify Email Notification Templates

Global Styling (Quick Changes)

The fastest way to make your notifications feel branded is through global settings:

  1. Go to Settings → Notifications → Customer Notifications.
  2. Click Customize email templates (near the top).
  3. Upload your logo, set the logo size, and choose a brand accent color.
  4. Preview the result across different template types.

This applies your branding universally across all notification emails. It takes two minutes and makes a noticeable difference.

Editing individual templates (Full customization)

For deeper changes, different messaging, Liquid-powered personalization, or adding product-specific content. You'll need to edit each template individually.

  1. Go to Settings → Notifications → Customer Notifications.
  2. Click on any notification (e.g., Order confirmation).
  3. Click Edit code.
  4. Modify the HTML and Liquid code.
  5. Click Preview to review changes.
  6. Click Save when satisfied.

Before making any code edits: Copy the entire template and paste it into a Google Doc or text file as a backup. If something breaks, you can paste it back. Alternatively, click Revert to default to restore the original but note this removes all custom changes.

The most important notification templates

Shopify Order Confirmation Email

This is the single most-opened email in e-commerce. Customers expect it immediately, and they re-read it to verify their order details.

What the default template includes:

  • Order number and date.
  • Itemized list of products with quantities and prices.
  • Shipping address.
  • Payment summary.
  • Estimated delivery (if available).

How to improve it:

  • Rewrite the subject line to include the order number (e.g., "Order #1234 confirmed, here's your receipt").
  • Add a thank-you message in a consistent brand voice.
  • Include post-purchase instructions for products that need setup or assembly.
  • Add a support email or link for easy customer contact.

Liquid tip: You can use conditional logic to display product-specific content based on what was ordered. For example:

{% for line in line_items %}

  {% if line.title contains 'Digital' %}

Your download link will be emailed separately within 24 hours.

  {% endif %}

{% endfor %}

This is especially useful for stores with mixed inventory (physical + digital products).

Shopify Order Canceled Email

When an order is canceled, whether by the merchant or triggered by a failed payment, this notification goes out automatically. Merchants have the option to suppress it during manual cancellations.

To manually cancel without sending the email:

  1. Go to Orders, click the order.
  2. Click More actions → Cancel order.
  3. Uncheck "Send a notification to the customer".
  4. Confirm cancellation.

The canceled email template also needs a manual update if you're using custom templates with Shopify Tax. Similar to the order confirmation template, the changes mainly involve how authorization and capture transactions are displayed. 

Shopify Order Refund Email

The refund notification is sent automatically when you process a refund in your admin. Like the cancellation email, it can be suppressed for individual refunds if needed.

To process a refund without sending the email:

  1. Go to the order, click Refund.
  2. Enter refund details.
  3. Uncheck "Send a notification to the customer".
  4. Confirm.

If your refund template is customized, you'll need to manually update it if you process exchanges through Shopify Returns. The specific change is to ensure the template handles exchange items correctly alongside the refund amount.

Also, if you use Shop Campaigns, update the refund template to handle Shop Cash correctly by replacing:

{% if transaction.kind == 'refund' %}

with: 

{% if transaction.kind == 'refund' and transaction.gateway != "shop_offer" %}

This prevents Shop offer transactions from being incorrectly displayed as refunds.

Abandoned Checkout Email

This is one of the most valuable Shopify notifications. Since nearly 70% of carts are abandoned, every recovered checkout translates directly into recovered revenue. While Shopify's default email is functional, a few tweaks can significantly improve its performance.

Apply a discount code to the email link: Create a discount code in your admin (e.g., "COMEBACK10"), then find the "Complete your purchase" button in the template and modify the URL:

{% if url contains '?' %}
  {{ url | append: '&discount=COMEBACK10' }}
{% else %}
  {{ url | append: '?discount=COMEBACK10' }}
{% endif %}

Replace both the {{ url }} and {{ shop.url }} variables with this snippet. When the customer clicks through, the discount is applied at checkout automatically.

Add a note in the email body: As a thank-you for coming back, we've applied a 10% discount to your cart.

Timing note: If your theme lacks certain layouts, XO Sections adds FAQs, testimonials, comparison tables, and more without changing themes. It expands design flexibility while keeping your store fast and lightweight.

How to Change the Sender Email for Shopify Notifications

By default, Shopify sends notifications from a generic address. Switching to a custom email makes your store appear more professional and reduces the chance of landing in spam.

  1. Go to Settings → Notifications.
  2. Find the Sender email section.
  3. Enter the email address you want notifications to come from.
  4. Save.

Note: If you use a domain email (e.g., hello@yourstore.com ), make sure your DNS records include the proper SPF and DKIM authentication for Shopify. This is important for deliverability.

How to Manage Staff Order Notifications

Beyond customer-facing emails, Shopify also sends internal alerts when new orders arrive or when customers submit return requests.

To manage staff notifications:

  1. Go to Settings → Notifications.
  2. Scroll to Staff order notifications.
  3. Enable, disable, or delete recipients as needed.

To add a new staff recipient:

  1. Click Add recipient.
  2. Select a staff member or enter a custom email address.
  3. Click Add an order notification.

If staff notifications stop working, try removing the recipient and re-adding them, this often resolves delivery issues.

How to Turn Off Shopify Email Notifications

Most Shopify notifications cannot be permanently disabled — they're core to the purchase experience. However, there are a few exceptions:

Notifications you can suppress manually (per order):

  • Order canceled email:  Uncheck the option when canceling.
  • Order refund email: Uncheck the option when issuing a refund.

Notifications that can be toggled off (where available):

  • Some shipping and delivery notifications have toggles visible in Settings → Notifications → Customer Notifications.

For Shopify Plus merchants:

  • The store owner can contact Shopify Support to disable specific notification types globally.

Moving to Klaviyo or another ESP? If you're transitioning your transactional emails to a third-party tool, disable the corresponding Shopify notifications first to prevent customers from receiving duplicate emails. In Shopify admin, go to Marketing → Automations, find the relevant automation, and select Turn off.

Testing your notification emails

Never assume your customized template looks right — always test before it reaches customers.

Two ways to test:

  1. Preview: Click "Preview" from any notification template page. Good for quick visual checks while editing.
  2. Send test email: Sends the template to your email address. Better for verifying the full experience, including subject lines and mobile rendering.

Best practice: Place a real test order (using a test payment gateway) and go through the entire customer flow. This catches issues like broken links, misaligned pricing, or missing conditional content that a preview might not surface.

Comments

Looking for Help?
Get support from our team

If you can't find the answer you're looking for, our support team is here to help.