We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 43dca41 commit 1279654Copy full SHA for 1279654
app/code/Magento/Tax/view/frontend/layout/sales_email_item_price.xml
@@ -5,7 +5,8 @@
5
* See COPYING.txt for license details.
6
*/
7
-->
8
-<page xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="urn:magento:framework:View/Layout/etc/page_configuration.xsd">
+<page xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
9
+ xsi:noNamespaceSchemaLocation="urn:magento:framework:View/Layout/etc/page_configuration.xsd">
10
<body>
11
<referenceBlock name="items">
12
<block class="Magento\Tax\Block\Item\Price\Renderer" name="item_price" template="Magento_Tax::email/items/price/row.phtml">
@@ -16,3 +17,10 @@
16
17
</referenceBlock>
18
</body>
19
</page>
20
+
21
22
23
24
25
26
0 commit comments