Skip to content

Commit 131f98d

Browse files
MAGETWO-96599: Backorder customer notification is not shown in Magento 2.2.0 / 2.1.9 on One page checkout #11708
1 parent 138a3c5 commit 131f98d

File tree

3 files changed

+6
-3
lines changed
  • app
    • code/Magento/Checkout/view/frontend/web
    • design/frontend/Magento/luma/Magento_Checkout/web/css/source/module/checkout

3 files changed

+6
-3
lines changed

app/code/Magento/Checkout/view/frontend/web/js/view/summary/item/details/message.js

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,6 @@ define(['uiComponent'], function (Component) {
2525
}
2626

2727
return null;
28-
},
29-
28+
}
3029
});
3130
});

app/code/Magento/Checkout/view/frontend/web/template/summary/item/details.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
<!-- ko foreach: getRegion('before_details') -->
99
<!-- ko template: getTemplate() --><!-- /ko -->
1010
<!-- /ko -->
11-
<div class="product-item-details abs-add-clearfix">
11+
<div class="product-item-details">
1212

1313
<div class="product-item-inner">
1414
<div class="product-item-name-block">

app/design/frontend/Magento/luma/Magento_Checkout/web/css/source/module/checkout/_order-summary.less

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -137,6 +137,10 @@
137137
}
138138

139139
.product-item {
140+
.product-item-details {
141+
&:extend(.abs-add-clearfix all);
142+
}
143+
140144
.product-item-inner {
141145
display: table;
142146
margin: 0 0 @indent__s;

0 commit comments

Comments
 (0)