File tree Expand file tree Collapse file tree 1 file changed +1
-32
lines changed
app/code/Magento/Checkout/view/frontend/web/template/summary Expand file tree Collapse file tree 1 file changed +1
-32
lines changed Original file line number Diff line number Diff line change 4
4
* See COPYING.txt for license details.
5
5
*/
6
6
-->
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()}} ">
9
8
< div class ="title " data-role ="title ">
10
9
< strong role ="heading "> < span data-bind ="text: getItemsQty() "> </ span >
11
10
<!-- ko if: getItemsQty() == 1 -->
32
31
</ div >
33
32
</ div >
34
33
</ 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 -->
You can’t perform that action at this time.
0 commit comments