Skip to content

Commit e82350d

Browse files
author
Stanislav Idolov
committed
Merge remote-tracking branch 'origin/MAGETWO-62410' into automated_tests
2 parents c6bfa0b + 3bf1917 commit e82350d

File tree

1 file changed

+1
-32
lines changed
  • app/code/Magento/Checkout/view/frontend/web/template/summary

1 file changed

+1
-32
lines changed

app/code/Magento/Checkout/view/frontend/web/template/summary/cart-items.html

Lines changed: 1 addition & 32 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,7 @@
44
* See COPYING.txt for license details.
55
*/
66
-->
7-
<!-- ko ifnot: isItemsBlockExpanded() -->
8-
<div class="block items-in-cart" data-bind="mageInit: {'collapsible':{'openedState': 'active'}}">
7+
<div class="block items-in-cart" data-bind="mageInit: {'collapsible':{'openedState': 'active', 'active': isItemsBlockExpanded()}}">
98
<div class="title" data-role="title">
109
<strong role="heading"><span data-bind="text: getItemsQty()"></span>
1110
<!-- ko if: getItemsQty() == 1 -->
@@ -32,33 +31,3 @@
3231
</div>
3332
</div>
3433
</div>
35-
<!-- /ko -->
36-
<!-- ko if: isItemsBlockExpanded() -->
37-
<div class="block items-in-cart" data-bind="mageInit: {'collapsible':{'openedState': 'active', 'active': true}}">
38-
<div class="title" data-role="title">
39-
<strong role="heading"><span data-bind="text: getItemsQty()"></span>
40-
<!-- ko if: getItemsQty() == 1 -->
41-
<!-- ko i18n: 'Item in Cart' --><!-- /ko -->
42-
<!-- /ko -->
43-
<!-- ko if: getItemsQty() > 1 -->
44-
<!-- ko i18n: 'Items in Cart' --><!-- /ko -->
45-
<!-- /ko -->
46-
</strong>
47-
</div>
48-
<div class="content minicart-items" data-role="content">
49-
<div class="minicart-items-wrapper overflowed">
50-
<ol class="minicart-items">
51-
<!-- ko foreach: getItems() -->
52-
<li class="product-item">
53-
<div class="product">
54-
<!-- ko foreach: $parent.elems() -->
55-
<!-- ko template: getTemplate() --><!-- /ko -->
56-
<!-- /ko -->
57-
</div>
58-
</li>
59-
<!-- /ko -->
60-
</ol>
61-
</div>
62-
</div>
63-
</div>
64-
<!-- /ko -->

0 commit comments

Comments
 (0)