Skip to content

Commit

Permalink
magento:magento2 -Backport. Success message is not showing when creat…
Browse files Browse the repository at this point in the history
…ing invoice & shipment simultaniously magento#19942
  • Loading branch information
XxXgeoXxX committed Jan 18, 2019
1 parent cbd8d8a commit 77a2260
Show file tree
Hide file tree
Showing 5 changed files with 17 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ <h1>{{trans "Your Shipment #%shipment_id for Order #%order_id" shipment_id=$ship
</tr>
</table>
{{/depend}}
{{block class='Magento\\Framework\\View\\Element\\Template' area='frontend' template='Magento_Sales::email/shipment/track.phtml' shipment=$shipment order=$order}}
{{layout handle="sales_email_order_shipment_track" shipment=$shipment order=$order}}
<table class="order-details">
<tr>
<td class="address-details">
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ <h1>{{trans "Your Shipment #%shipment_id for Order #%order_id" shipment_id=$ship
</tr>
</table>
{{/depend}}
{{block class='Magento\\Framework\\View\\Element\\Template' area='frontend' template='Magento_Sales::email/shipment/track.phtml' shipment=$shipment order=$order}}
{{layout handle="sales_email_order_shipment_track" shipment=$shipment order=$order}}
<table class="order-details">
<tr>
<td class="address-details">
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
<?xml version="1.0"?>
<!--
/**
* Copyright © Magento, Inc. All rights reserved.
* See COPYING.txt for license details.
*/
-->
<page xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="urn:magento:framework:View/Layout/etc/page_configuration.xsd">
<update handle="sales_email_order_shipment_renderers"/>
<body>
<block class="Magento\Framework\View\Element\Template" name="sales.order.email.shipment.track" template="Magento_Sales::email/shipment/track.phtml"/>
</body>
</page>
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ <h1>{{trans "Your Shipment #%shipment_id for Order #%order_id" shipment_id=$ship
</tr>
</table>
{{/depend}}
{{block class='Magento\\Framework\\View\\Element\\Template' area='frontend' template='Magento_Sales::email/shipment/track.phtml' shipment=$shipment order=$order}}
{{layout handle="sales_email_order_shipment_track" shipment=$shipment order=$order}}
<table class="order-details">
<tr>
<td class="address-details">
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ <h1>{{trans "Your Shipment #%shipment_id for Order #%order_id" shipment_id=$ship
</tr>
</table>
{{/depend}}
{{block class='Magento\\Framework\\View\\Element\\Template' area='frontend' template='Magento_Sales::email/shipment/track.phtml' shipment=$shipment order=$order}}
{{layout handle="sales_email_order_shipment_track" shipment=$shipment order=$order}}
<table class="order-details">
<tr>
<td class="address-details">
Expand Down

0 comments on commit 77a2260

Please sign in to comment.