The type of email sent to the customer when the order is marked as delivered.
Kuvaus
Note: the MyCashflow theme system has undergone a major renewal of email templates.
As a result, the theme's email templates are now treated separately as an email theme, and a separate theme folder is created for them in the file directory.
Find out more about the renewal and see also the email theme instructions.
Shipping confirmation is sent automatically during express processing.If the order is processed manually, the message has to be sent separately in the section of the order page.
Sivupohjan ominaisuudet
- Sivupohjan sijainti
- /themes/email/THEME/order/shipping-confirmation.html
- Sivupohjan URL
- Email notifications do not have a URL address
- Asetettu näkyvyys
- tilaus
You can also add the template to the folder /themes/EMAIL/order/shipping
so that the message is also sent to the email specified in the shipping address.
Toteutus oletusteemassa
---
subject: '{OrderEmailTitle}'
---
{{> header }}
<wrapper class="Primary">
<spacer size="10"></spacer>
<container class="Block">
<h1>{{> greeting }}</h1>
<p>{OrderEmailMessage}</p>
{OrderTrackingCode(
before: '
<p>
<strong>{%TrackingCode}:</strong><br />
<code>',
after: '
</code>
</p>'
)}
<spacer size="15"></spacer>
{OrderShippingInformation(
force: true,
before: '
<p>
<strong>{%CheckoutShippingInformation}</strong><br />',
after: '
</p>'
)}
</container>
<spacer size="20"></spacer>
</wrapper>
{{> toolbox }}
{{> order-contents }}
{{> order-details-simple }}
{{> contact }}
{{> footer }}