Skip to content

Commit 73068cc

Browse files
author
Ievgen Shakhsuvarov
committed
MAGETWO-44642: Every call to non-cached page generates errors in the exception logs because of layout errors in the Magento 2 core code
- Fixed "Broken reference" log entry and Msrp display for minicart subtotal section.
1 parent fc071fd commit 73068cc

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

app/code/Magento/Msrp/view/frontend/layout/checkout_cart_sidebar_total_renderers.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
* See COPYING.txt for license details.
66
*/
77
-->
8-
<page xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="../../../../../../../lib/internal/Magento/Framework/View/Layout/etc/page_configuration.xsd">
8+
<page xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="urn:magento:framework:View/Layout/etc/page_configuration.xsd">
99
<body>
1010
<referenceBlock name="minicart">
1111
<arguments>

app/code/Magento/Msrp/view/frontend/web/template/checkout/minicart/subtotal/totals.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,4 @@
44
* See COPYING.txt for license details.
55
*/
66
-->
7-
<span class="mark msrp" data-bind="text: $t('Order total will be displayed before you submit the order')"></span>
7+
<span class="mark msrp" data-bind="i18n: 'Order total will be displayed before you submit the order'"></span>

0 commit comments

Comments
 (0)