[Shopify] 配送確認などのデフォルト通知メール文 失敗した時用!まとめ - EC PENGUIN

[Shopify] 配送確認などのデフォルト通知メール文 失敗した時用!まとめ

We have compiled order-related default notification e-mails such as previous order confirmation e-mails and order cancellation e-mails.

https://ec-penguin.com/blogs/shopify/checkout-notifications-default

In this issue, we will continue with a series of delivery-related notification e-mails.

I was adjusting the design of the notification e-mail, but now the display is broken and I can't change it back.... You can copy and paste the default notification mail below to restore it!

Please take advantage of this if you have made a mistake.

Customer Notification "Shipping" Notification Emails

First of all, the delivery notification e-mail specifically refers to the following part.

Administration→Settings→Notifications→Delivery

Shopify 通知メール 配送 一覧

  • Fulfillment Request
  • Delivery Confirmation
  • Shipping Update
  • Delivery in progress
  • Delivered
  • Return Label Instructions

Shipping relationships are another very important element of Shopify site management. If the design is broken and unreadable, it can be a hassle for both the operator and the buyer to respond to inquiries.

If you want to change it back due to a broken design, try copying and pasting the default delivery notification email below.

Fulfillment Request

Email Subject.

Shipping request for order {{ shop_name }}

Body of the email (HTML)

<p>{{ service_name }},</p>
<br>
<p>Please ship my order for {{ name }}. </p>
<p>Total number of items: {{ fulfillment.item_count }}</p>
<p>Unique items: {{ fulfillment.fulfillment_line_items.size }}</p>
<br>
<p><strong>Items to ship:</strong></p>
{% for line in fulfillment.fulfillment_line_items %}
< p>Name of variation: {{ line.line_item.title }}</p>
<p>SKU: {{ line.line_item.sku }}</p>
<p>Quantity: {{ line.quantity }}</p>
<p>grams: {{ line.line_item.grams }}</p>
<p>vendor: {{ line.line_item.vendor }}</p>
{% endfor
%}{% if shipping_address
%}<br>
<p><strong>Shipping address:</strong></p>
<p>{{ shipping_address.name }}{% if shipping_address.company %}
{{ shipping_address.company }}{% endif %}</p>
<p>{{ shipping_address.address1 }}</p
<p>{{ shipping_address.address2 }}</p>
<p>{{ shipping_address.city }}, {{ shipping_address.province }}</p>
<p>{{ shipping_address.zip }}</p>
<p>{{ shipping_address.country }}</p>
{% if shipping_address.phone %}<p>phone Number: {{ shipping_address.phone }}</p>{% endif
%}{% endif
%}<br>
<p><strong>Shipping Method:</strong></p
<p>{% if shipping_method %}{{ shipping_method.title }}{% else %} without {% endif %}</p>
<br>
<p><strong>Tracking number:</strong></p strong></p>
<p>{% if fulfillment.tracking_number %}{{ fulfillment.tracking_number }}{% else %}None{% endif %}</p
<br>
<p><strong>Your email address:</strong></p>
<p>{{ email }}</p>
<br>
<p>Thank you




.




</p>
<p>{{ shop_name }}</p>




































Delivery Confirmation

Subject of email

Order number {{ name }} has been shipped

Body of e-mail (HTML)

{% if fulfillment.item_count == item_count %}
{% capture shipment_name %} your order {% endcapture
%}{% else %}
{% capture shipment_name %} your order item{% endcapture
%}{% endif

%}{% capture email_title %}{{ shipment_name }} is in transit{% endcapture
%}{% capture email_body %}{{ shipment_name }} is in transit You can use your tracking number to check the status of your delivery {% endcapture
%}{% capture email_emphasis %} and estimated delivery completion date <strong>{{fulfillment.estimated_delivery_at | date: "%B %d, %Y"}}</strong>{% endcapture

%}<!DOCTYPE html>
<html lang="en">
<head>
<title>{{ email_title }}</title>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<meta name="viewport" content="width=device-width">
<link rel="stylesheet" type="text/css" href="/en/assets/notifications/styles.css">
<style>
.button__cell { background: {{ shop.email_accent_color }}; }
a, a:hover, a:active, a:visited { color: {{ shop.email_accent_color }}; }
</style>
</head>

<body>

<table class="body">
<tr>
<td>
<table class="header row">
<tr>
<td class="header__cell">
<center>

<table class="container">
<tr>
<td>

<table class="row">
<tr>
<td class="shop-name__cell">
{%- if shop.email_logo_url %}
<img src="{{shop.email_logo_url}}" alt="{{ shop.name }}" width="{{ shop.email_logo_width }}">
{%- else %}
<h1 class="shop-name__text">
<a href="{{shop.url}}">{{ shop.name }}</a>
</h1>
{%- endif %}
</td>

<td class="order-number__cell">
<span class="order-number__text">
Order number {{ order_name }}
</span>
</td>
</tr>
</table>

</td>
</tr>
</table>

</center>
</td>
</tr>
</table>

<table class="row content">
<tr>
<td class="content__cell">
<center>
<table class="container">
<tr>
<td>

<h2>{{ email_title }}</h2>
<p>{{ email_body }}</p>
{%


























































































































































if
































































































































































fulfillment.estimated_delivery_at %}
<p>{{ email_emphasis }}</p>
{% endif %}
order_status_url %}
<table class="row actions">
<tr>
<td class="empty-line"> </td>
</tr>
<tr>
<td class="actions__cell">
<table class="button main-action-cell">
<tr>
<td class="button__cell"><a href="{{ order_status_url }}" class="button__text">View your order</a></td>
</tr>
</table>
{% if shop.url %}
<table class="link secondary-action-cell">
<tr>
<td class="link__cell">or <a href="{{ shop.url }}">access the shop</a></td>
</tr>
</table>
{% endif %}

</td>
</tr>
</table>

{% else %}
{% if shop.url %}
<table class="row actions">
<tr>
<td class="actions__cell">
<table class="button main-action-cell">
<tr>
<td class="button__cell"><a href="{{ shop.url }}" class="button__text">Access the shop</a></td>
</tr>
</table>
</td>
</tr>
</table>
{% end
if %}


{% endif %}
{% if fulfillment.tracking_numbers.size > 0 %}
<p class="disclaimer__subtext">
<br/>
{% if fulfillment.tracking_numbers.size == 1 and fulfillment.tracking_company and fulfillment.tracking_url %}
{{ fulfillment.tracking_company }} tracking Numbers: <a href="{{ fulfillment.tracking_url }}">{{ fulfillment.tracking_numbers.first }}</a>
{% elsif fulfillment.tracking_numbers.size == 1 %} tracking_numbers


:

{{ fulfillment.tracking_numbers.first }}
{% else %}
tracking_numbers:<br />
{% for tracking_number in fulfillment.tracking_numbers %}
{{ tracking_number }}<br />
{% endfor %}
{% end


































































































































if




































































































































%}














































































































































































































































































</table>
</center>
</td>
</tr>
</table>

<table class="row section">
<tr>
<td class="section__cell">
<center>
<table class="container">
<tr>
<td>
<h3>Item in shipping</h3>
</td>
</tr>
</table>
<table class="container">
<tr>
<td>


<table class="row">
{% for line in fulfillment.fulfillment_line_items %}
<tr class="order-list__item">
<td class="order-list__item__cell">
<table>
<td>
{% if line.line_item.image %}
<img src="{{ line.line_item | img_url: 'compact_cropped' }}" align="left" width="60" height="60" class="order-list__product-image"/>
{% endif %}
</td>
<td class="order-list__product-description-cell">
{% if line.line_item.product.title %}
{% assign line_title

























































































































































































































































































































































=













































































































































































line.line_item.product.title %}














































































































































































{%































































































































































































































































































































































else %}

endif %}

{% if line.quantity < line.line_item.quantity %}
{% capture line_display %} {{ line.quantity }} of {{ line.line_item.quantity }} endcapture %}
{% else %}
{% assign line_display = line.line_item.quantity %}
{% endif %}

<span class="order-list__item-title">{{ line_title }} × {{ line_display }}</span><br/>

{% if line.line_item.variant.title ! = 'Default Title' %}
<span class="order-list__item-variant">{{ line.line_item.variant.title }}</span>
{% endif %}
</td>
</table>
</td>
</tr>{% endfor
%}</table>


</td>
</tr>
</table>
</center>
</td>
</tr>
</table>

<table class="row footer">
<tr>
<td class="footer__cell">
<center>
<table class="container">
<tr>
<td>

<p class="disclaimer__subtext">If you have any questions, please reply to this email or <a href="mailto:{{ shop.email }}">{{ shop.email }}</a>. </p>
</td>
</tr>
</table>
</center>
</td>
</tr>
</table>

<img src="{{ 'notifications/spacer.png' | shopify_asset_url }}" class="spacer" height="1" />

</td>
</tr>
</table>
</body>
</html>

































































































































































































































Shipping Update

Subject of the email

Shipping update for order number {{ name }}

Body of the email (HTML)

{% capture email_title %}Delivery status updated {% endcapture
%}{% capture email_body %}The following items have been updated with the new delivery information. {% endcapture

%}<!DOCTYPE html> <

html


lang="en">
<head>
<title>{{ email_title }}</title>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<meta name="viewport" content="width=device-width
">

<link rel="stylesheet" type="text/css" href="/en/assets/notifications/styles.css">
<style>
.button__cell { background: {{ shop.email_accent_color }}; }
a, a:hover, a:active, a:visited { color: {{ shop.email_accent_color }}; }
</style>
</head>

<body>
<table class="body">
<tr>
<td>
<table class="header row">
<tr>
<td class="header__cell">
<center>

<table class="container">
<tr>
<td>

<table class="row">
<tr>
<td class="shop-name__cell">
{%- if shop.email_logo_url %}
<img src="{{shop.email_logo_url}}" alt="{{ shop.name }}" width="{{ shop.email_logo_width }}">
{%- else %}
<h1 class="shop-name__text">
<a href="{{shop.url}}">{{ shop.name }}</a>
</h1>
{%- endif %}
</td>

<td class="order-number__cell">
<span class="order-number__text">
Order number {{ order_name }}
</span>
</td>
</tr>
</table>

</td>
</tr>
</table>

</center>
</td>
</tr>
</table>

<table class="row content">
<tr>
<td class="content__cell">
<center>
<table class="container">
<tr>
<td>

<h2>{{ email_title }}</h2>
<p>{{ email_body }}</p>
<p>{{ email_emphasis }}</p>
{% if order_status_url %}
<table class="row actions">
<tr>
<td class="empty-line"> </td>
</tr>
<tr>
<td class="actions__cell">
<table class="button main-action-cell">
<tr>
<td class="button__cell"><a href="{{ order_status_url }}" class="button__ text">View your order</a></td>
</tr>
</table>
{% if shop.url %}
<table class="link secondary-action-cell">
<tr>
<td class="link__cell">or <a href="{{ shop.url }}">access the shop</a></td>
</tr>
</table>
{% endif %}

</td>
</tr>
</table>

{% else %}
{% if shop.url %}
<table class="row actions">
<tr>
<td class="actions__cell">
<table class="button main-action-cell">
<tr>
<td class="button__cell"><a href="{{ shop.url }}" class="button__text">Access the shop</a></td>
</tr>
</table>
</td>
</tr>
</table>
{% endif %}

{% endif %}
{%


if


fulfillment.tracking_numbers.size > 0 %}
<p class="disclaimer__subtext">
<br/>
{% if fulfillment.tracking_numbers.size == 1 and fulfillment.tracking_company and fulfillment.tracking_url %}
{{ fulfillment.tracking_company }} tracking Numbers: <a href="{{ fulfillment.tracking_url }}">{{ fulfillment.tracking_numbers.first }}</a>
{% elsif fulfillment.tracking_numbers.size == 1 %} tracking_numbers


:

{{ fulfillment.tracking_numbers.first }}
{% else %}
tracking_numbers:<br />
{% for tracking_number in fulfillment.tracking_numbers %}
{{ tracking_number }}<br />
{% endfor %}
{% end
























































































































if


























































































































%}


























































































































































































































































</table>
</center>
</td>
</tr>
</table>

<table class="row section">
<tr>
<td class="section__cell">
<center>
<table class="container">
<tr>
<td>
<h3>Item in shipping</h3>
</td>
</tr>
</table>
<table class="container">
<tr>
<td>


<table class="row">
{% for line in fulfillment.fulfillment_line_items %}
<tr class="order-list__item">
<td class="order-list__item__cell">
<table>
<td>
{% if line.line_item.image %}
<img src="{{ line.line_item | img_url: 'compact_cropped' }}" align="left" width="60" height="60" class="order-list__product-image"/>
{% endif %}
</td>
<td class="order-list__product-description-cell">
{% if line.line_item.product.title %}
{% assign line_title





































































































































































































































































































































=



































































































































































line.line_item.product.title %}




































































































































































{%











































































































































































































































































































































else %}

endif %}

{% if line.quantity < line.line_item.quantity %}
{% capture line_display %} {{ line.quantity }} of {{ line.line_item.quantity }} endcapture %}
{% else %}
{% assign line_display = line.line_item.quantity %}
{% endif %}

<span class="order-list__item-title">{{ line_title }} × {{ line_display }}</span><br/>

{% if line.line_item.variant.title ! = 'Default Title' %}
<span class="order-list__item-variant">{{ line.line_item.variant.title }}</span>
{% endif %}
</td>
</table>
</td>
</tr>{% endfor
%}</table>


</td>
</tr>
</table>
</center>
</td>
</tr>
</table>

<table class="row footer">
<tr>
<td class="footer__cell">
<center>
<table class="container">
<tr>
<td>

<p class="disclaimer__subtext">If you have any questions, please reply to this email or <a href="mailto:{{ shop.email }}">{{ shop.email }}</a>. </p>
</td>
</tr>
</table>
</center>
</td>
</tr>
</table>

<img src="{{ 'notifications/spacer.png' | shopify_asset_url }}" class="spacer" height="1" />

</td>
</tr>
</table>
</body>
</html>























































































































































































































Delivering.

Subject of the email

Order number {{ name }} is being delivered.

Body of email (HTML)

{% if fulfillment.item_count == item_count %}
{% capture email_title %} order is being delivered {% endcapture %}
{% capture email_body %} order is being delivered Track your package and check the delivery status. {% endcapture
%}{% elsif fulfillment.item_count > 1 %}
{% if fulfillment_status == 'fulfilled' %}
{% capture email_title %}The last item in your order is being delivered{% endcapture %}
{% capture email_body %} The last item in the order is being delivered. Track your package and check the delivery status. {% endcapture %}
{% else %} {
% capture

email_title %}Some items in your order are being delivered {% endcapture %}
{% capture email_body %} Track your package to check the delivery status. {% endcapture %}
{% endif
%}{% else %}
{% if fulfillment_status == 'fulfilled' %} {


%



capture email_title %}The last item of your order is being delivered {% endcapture %} {



%




capture email_body %}The last item in your order is being delivered. Track your package and check the delivery status. {% endcapture %}
{% else %} {
%

capture email_title %}Some items in your order are being delivered {% endcapture %}
{% capture email_body %} Track your package to check the delivery status. {% endcapture %} {% endif
%}{%
endif


%}{% capture email_emphasis %}Expected delivery date: <strong>{{fulfillment.estimated_delivery_at | date: "%Y year %-m month %-d day "}}</strong>{% endcapture

%}<!DOCTYPE html>
<html lang="en">
<head>
<title>{{ email_title }}</title
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<meta name="viewport" content="width=device-width">
<link rel="stylesheet" type="text/css" href="/en/assets/notifications/styles.css">
<style>
.button__cell { background: {{ shop.email_accent_color }}; }
a, a:hover, a:active, a:visited { color: {{ shop.email_accent_color }}; }
</style>
</head>

<body>
<table class="body">
<tr>
<td>
<table class="header row">
<tr>
<td class="header__cell">
<center>

<table class="container">
<tr>
<td>

<table class="row">
<tr>
<td class="shop-name__cell">
{%- if shop.email_logo_url %}
<img src="{{shop.email_logo_url}}" alt="{{ shop.name }}" width="{{ shop.email_logo_width }}">
{%- else %}
<h1 class="shop-name__text">
<a href="{{shop.url}}">{{ shop.name }}</a>
</h1>
{%- endif %}
</td>

<td class="order-number__cell">
<span class="order-number__text">
Order {{ order_name }}
</span>
</td>
</tr>
</table>

</td>
</tr>
</table>

</center>
</td>
</tr>
</table>

<table class="row content">
<tr>
<td class="content__cell">
<center>
<table class="container">
<tr>
<td>

<h2>{{ email_title }}</h2>
<p>{{ email_body }}</p>
{% if fulfillment.estimated_delivery_at %}
<p>{{ email_emphasis }}</p>
{% endif %}
{% if order_status_url %}
<table class="row actions">
<tr>
<td class="empty-line"> </td>
</tr>
<tr> <
td

class="actions__cell">
<table class="button main-action-cell">
<tr>
<td class="button__cell"><a href="{{ order_status_url }}" class="button__text">Track shipment</a></td>
</tr>
</table>
{% if shop.url %}
<table class="link secondary-action-cell">
<tr>
<td class="link__cell">or <a href="{{ store.url }}">Access the shop</a></td>
</tr>
</table>
{% endif %}

</td>
</tr>
</table>

{% else %}
{% if shop.url %}
<table class="row actions">
<tr>
<td class="actions__cell">
<table class="button main-action-cell">
<tr>
<td class="button__cell"><a href="{{ shop.url }}" class="button__text">Access the shop</a></td>
</tr>
</table>
</td>
</tr>
</table>
{% endif %}

{% endif %}
{% if fulfillment.tracking_numbers.size > 0 %}
<p class="disclaimer__subtext">
<br/>
{% if fulfillment.tracking_numbers.size == 1 and fulfillment.tracking_company and fulfillment.tracking_url %}
{{ fulfillment.tracking_company }} tracking number: <a href="{{ fulfillment.tracking_url }}">{{ fulfillment.tracking_numbers.first }}</a>
{% elsif fulfillment.tracking_numbers.size == 1 %}
tracking_numbers: {{ fulfillment.tracking_numbers.first }}
{% else %}
tracking_numbers:<br />
{% for
tracking_number
in fulfillment.tracking_numbers %}
}}<br />
{% endfor %}
{%

endif

%}










</table>

<table class="row section">
<tr>
<td class="section__cell">
<center>
<table class="container">
<tr>
<td>
<h3>Products in this shipment</h3>
</td>
</tr>
</table>
<table class="container">
<tr>
<td>


<table class="row">
{% for line in fulfillment.fulfillment_line_items %}
<tr class="order-list__item">
<td class="order-list__item__cell">
<table>
<td>
{% if line.line_item.image %}
<img src="{{ line.line_item | img_url: 'compact_cropped' }}" align="left" width="60" height="60" class="order-list__product-image"/>
{% endif %}
</td>
<td class="order-list__product-description-cell">
{% if line.quantity < line.line_item.quantity %}
{% capture line_display %} {{ line.quantity }} of {{ line.line_item.quantity }} {% endcapture %}
{% else %}
{% assign line_display = line.line_item.quantity %}
{% endif %}

<span class="order-list__item-title">{{ line.line_item.title }} × {{ line_display }}</span><br/>

{% if line.line_item.variant_title ! = 'Default Title' %}
<span class="order-list__item-variant">{{ line.line_item.variant_title }}</span><br/>




































































































































































































































































































































































































{%













































































































































































































































































































































































































endif %}

line.line_item.refunded_quantity > 0 %}
<span class="order-list__item-refunded">refunded</span>


{%

endif %}

line.line_item.discount_allocations
%}
{%
for discount_allocation in line.line_item.discount_allocations %}
discount_allocation.discount_application.target_selection ! = 'all' %}
<span class="order-list__item-discount-allocation">
<img src="{{ 'notifications/discounttag.png' | shopify_asset_url }}" width="18" height="18" class="discount-tag-icon" />
<span>
{{ discount_allocation.discount_application.title | upcase }}
(-{{{ discount_allocation.amount | money }})

</span> </span>
{% endif %} {


%



endfor %}
{% endif %}
</td>
</table>
</td>
</tr>{% endfor
%}</table> </
td>




</tr> </




table>






</center>
</td>
</tr>
</table>

<table class="row footer">
<tr>
<td class="footer__cell">
<center>
<table class="container">
<tr>
<td>

<p class="disclaimer__subtext">If you have any questions, please reply to this email or <a href="mailto:{{ shop.email }}">{{ shop.email }}&lt Please contact us at ;/a>. </p>
</td>
</tr>
</table>
</center>
</td>
</tr>
</table>

<img src="{{ 'notifications/spacer.png' | shopify_asset_url }}" class="spacer" height="1" />

</td>
</tr>
</table>
</body>
</html>


























































































































































































































































Delivered

Subject of the email

Order number {{ name }} has been shipped

Body of e-mail (HTML)

{% if fulfillment.item_count == item_count %}
{% capture email_title %}
your order has
been
delivered
{% endcapture %}
{% capture email_body %} your order has been delivered Track your package to check delivery status. {% endcapture
%}{% elsif fulfillment.item_count > 1 %}
{% if fulfillment_status == 'fulfilled' %} {

%


capture email_title %}The last item in your order has been delivered{% endcapture %}
{% capture email_body %}The last item in the order has been delivered. Track your package and check the delivery status. {% endcapture %}
{% else %} {
% capture

email_title %}Some items in your order have been delivered {% endcapture %}
{% capture email_body %} Track your package to check delivery status. {% endcapture %}
{% endif
%}{% else %}
{% if fulfillment_status == 'fulfilled' %} {


%



capture email_title %}The last item of the order has been delivered {% endcapture %} {



%




capture email_body %}The last item in your order has been delivered. Track your package and check the delivery status. {% endcapture %}
{% else %} {
%

capture email_title %}Some items in your order have been delivered {% endcapture %}
{% capture email_body %} Track your package to check delivery status. {% endcapture %}
{% endif
%}{% endif

%}<!DOCTYPE html>
<html lang="en">
<head>
<title>{{ email_title }}</title
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<meta name="viewport" content="width=device-width">
<link rel="stylesheet" type="text/css" href="/en/assets/notifications/styles.css">
<style>
.button__cell { background: {{ shop.email_accent_color }}; }
a, a:hover, a:active, a:visited { color: {{ shop.email_accent_color }}; }
</style>
</head>

<body>
<table class="body">
<tr>
<td>
<table class="header row">
<tr>
<td class="header__cell">
<center>

<table class="container">
<tr>
<td>

<table class="row">
<tr>
<td class="shop-name__cell">
{%- if shop.email_logo_url %}
<img src="{{shop.email_logo_url}}" alt="{{ shop.name }}" width="{{ shop.email_logo_width }}">
{%- else %}
<h1 class="shop-name__text">
<a href="{{shop.url}}">{{ shop.name }}</a>
</h1>
{%- endif %}
</td>

<td class="order-number__cell">
<span class="order-number__text">
Order {{ order_name }}
</span>
</td>
</tr>
</table>

</td>
</tr>
</table>

</center>
</td>
</tr>
</table>

<table class="row content">
<tr>
<td class="content__cell">
<center>
<table class="container">
<tr>
<td>

<h2>{{ email_title }}</h2>
<table class="text-icon-container">
<tr class="text-icon-row">
<td class="text-icon"><img src="{{ 'notifications/question.png' | shopify_asset_url }}" class="text-icon__image"></td>
<td class="text">
<p>Yet Not received your package? <a href="mailto:{{ shop.email }}">please let us know</a></p>
</td>
</tr>
</table>
{% if order_status_url %}
<table class="row actions">
<tr>
<td class="empty-line"> </td>
</tr>
<tr>
<td class="actions__cell">
<table class="button main-action-cell">
<tr>
<td class="button__cell"><a href="{{ order_status_url }}" class="button__text">Display order</a></td>
</tr>
</table>
{% if shop.url %}
<table class="link secondary-action-cell">
<tr>
<td class="link__cell">or <a href="{{ shop.url }}">access the shop</a></td>
</tr>
</table>
{% endif %}

</td>
</tr>
</table>

{% else %}
{% if shop.url %}
<table class="row actions">
<tr>
<td class="actions__cell">
<table class="button main-action-cell">
<tr>
<td class="button__cell"><a href="{{ shop.url }}" class="button__text">Access the shop</a></td>
</tr>
</table>
</td>
</tr>
</table>
{% end
if %}


{% endif %}
{% if fulfillment.tracking_numbers.size > 0 %}
<p class="disclaimer__subtext">
<br/>
{% if fulfillment.tracking_numbers.size == 1 and fulfillment.tracking_company and fulfillment.tracking_url %}
{{ fulfillment.tracking_company }} tracking Numbers: <a href="{{ fulfillment.tracking_url }}">{{ fulfillment.tracking_numbers.first }}</a>
{% elsif fulfillment.tracking_numbers.size == 1 %} tracking_numbers


:

{{ fulfillment.tracking_numbers.first }}
{% else %}
tracking_numbers:<br />
{% for tracking_number in fulfillment.tracking_numbers %}
{{ tracking_number }}<br />
{% endfor %}
{% end
















































































































































if


















































































































































%}










































































































































































































































































































</table>
</center>
</td>
</tr>
</table>

<table class="row section">
<tr>
<td class="section__cell">
<center>
<table class="container">
<tr>
<td>
<h3>Products in this shipment</h3>
</td>
</tr>
</table>
<table class="container">
<tr>
<td>


<table class="row">
{% for line in fulfillment.fulfillment_line_items %}
<tr class="order-list__item">
<td class="order-list__item__cell">
<table>
<td>
{% if line.line_item.image %}
<img src="{{ line.line_item | img_url: 'compact_cropped' }}" align="left" width="60" height="60" class="order-list__product-image"/>
{% endif %}
</td>
<td class="order-list__product-description-cell">
{% if line.quantity < line.line_item.quantity %}
{% capture line_display %} {{ line.quantity }} of {{ line.line_item.quantity }} {% endcapture %} {
%

else %}
{% assign line_display = line.line_item.quantity %}
{% endif %}

<span class="order-list__item-title">{{ line.line_item.title }} × {{ line_display }}</span><br/>

{% if line.line_item.variant_title ! = 'Default Title' %}
<span class="order-list__item-variant">{{ line.line_item.variant_title }}</span><br/>






































































































































































































































































































































































































{%















































































































































































































































































































































































































endif %}

line.line_item.refunded_quantity > 0 %}
<span class="order-list__item-refunded">refunded</span>


{%

endif %}

line.line_item.discount_allocations
%}
{%
for discount_allocation in line.line_item.discount_allocations %}
discount_allocation.discount_application.target_selection ! = 'all' %}
<span class="order-list__item-discount-allocation">
<img src="{{ 'notifications/discounttag.png' | shopify_asset_url }}" width="18" height="18" class="discount-tag-icon" />
<span>
{{ discount_allocation.discount_application.title | upcase }}
(-{{{ discount_allocation.amount | money }})

</span> </span>
{% endif %} {


%



endfor %}
{% endif %}
</td>
</table>
</td>
</tr>{% endfor
%}</table> </
td>




</tr> </




table>






</center>
</td>
</tr>
</table>

<table class="row footer">
<tr>
<td class="footer__cell">
<center>
<table class="container">
<tr>
<td>

<p class="disclaimer__subtext">If you have any questions, please reply to this email or <a href="mailto:{{ shop.email }}">{{ shop.email }}&lt Please contact us at ;/a>. </p>
</td>
</tr>
</table>
</center>
</td>
</tr>
</table>

<img src="{{ 'notifications/spacer.png' | shopify_asset_url }}" class="spacer" height="1" />

</td>
</tr>
</table>
</body>
</html>



























































































































































































































































Return label procedure

Subject of the e-mail

Return label for order number {{ order.name }}

Mail body (HTML)

<!DOCTYPE html>
<html lang="en">
<head>
<title>{{ email_title }}</title>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<meta name="viewport" content="width=device-width
">

<link rel="stylesheet" type="text/css" href="/en/assets/notifications/styles.css">
<style>
.button__cell { background: {{ shop.email_accent_color }}; }
a:hover, a:active, a:visited { color: {{ shop.email_accent_color }}; }
</style>
</head>

<body>
<table class="body">
<tr>
<td>
<table class="header row">
<tr>
<td class="header__cell">
<center>

<table class="container">
<tr>
<td>

<table class="row">
<tr>
<td class="shop-name__cell">
{%- if shop.email_logo_url %}
<img src="{{shop.email_logo_url}}" alt="{{ shop.name }}" width="{{ shop.email_logo_width }}">
{%- else %}
<h1 class="shop-name__text">
<a href="{{shop.url}}">{{ shop.name }}</a>
</h1>
{%- endif %}
</td>

<td class="order-number__cell">
<span class="order-number__text">
Order number {{ order.name }}
</span>
</td>
</tr>
</table>

</td>
</tr>
</table>

</center>
</td>
</tr>
</table>

<table class="row content">
<tr>
<td class="content__cell">
<center>
<table class="container">
<tr>
<td>

<h2>For returns Label ready</h2>
<table class="row actions">
<tr>
<td class="empty-line"> </td>
</tr>
<tr>
<td class="actions__cell">
<table class="button main-action-cell">
<tr>
<td class="button__cell"><a href="{{ return_label.public_file_url }}" class="button__text">Print return label</a></td>
</tr>
</table>
{% if shop.url %}
<table class="link secondary-action-cell">
<tr>
<td class="link__cell">or <a href="{{ shop.url }}">access the shop&lt ;/a></td>
</tr>
</table>
{% endif %}

</td>
</tr> </





table>









</td>
</tr>
</table>

</td>
</tr>
</table>
</center>
</td>
</tr>
</table>
<table class="row section">
<tr>
<td class="section__cell">
<center>
<table class="container">
<tr>
<td>
<h3>Procedures</h3>
</td>
</tr>
</table>
<table class="container">
<tr>
<td>

<ol>
<li class="return-label__instruction-step">Pack items to be returned. </li>
<li class="return-label__instruction-step">Print a return label and attach it to the package
.
Please apply the label in such a way that it hides the shipping label already attached. </li>
<li class="return-label__instruction-step">Pass the package to the shipping company indicated on the label
.
</li>
</ol>

</td>
</tr>
</table>
</center>
</td>
</tr>
</table>
<table class="row footer">
<tr>
<td class="footer__cell">
<center>
<table class="container">
<tr>
<td>

<p class=" disclaimer__subtext">If you have any questions, please reply to this email or contact us at <a href="mailto:{{ shop.email }}">{{ shop.email }}</a>. </p>
</td>
</tr>
</table>
</center>
</td>
</tr>
</table>

<img src="{{ 'notifications/spacer.png' | shopify_asset_url }}" class="spacer" height="1" />

</td>
</tr>
</table>
</body>
</html>

















































































































































[Shopify] Default notification email text for delivery confirmations, etc., in case of failure! Summary

These are the shipping and delivery related Shopify default emails.

After all, if you customize your Shopify store in various ways, you may want to customize the order confirmation, delivery, and shipping related notification emails as well. We have many clients who would like to have customized order confirmation, delivery, and shipping related notification emails as well.

However, if you don't have a Git or other version control tool like theme development, you can't revert back to the original design if something goes wrong. If you don't have Git or other version control tools like in theme development, you may find yourself in a situation where you can't revert to the original design. Especially when the deadline is near, you may be in a panic.

I am writing this article in the hope that it will be of help to those people. I would appreciate it if you could share it on social networking sites.

Have a great day!

関連記事

Contact form

新規ストア構築、開発などのお仕事の依頼・無料相談はこちら