![]() Server : Apache System : Linux server2.corals.io 4.18.0-348.2.1.el8_5.x86_64 #1 SMP Mon Nov 15 09:17:08 EST 2021 x86_64 User : corals ( 1002) PHP Version : 7.4.33 Disable Function : exec,passthru,shell_exec,system Directory : /home/corals/old/vendor/magento/module-checkout/view/frontend/web/template/summary/ |
<!-- /** * Copyright © Magento, Inc. All rights reserved. * See COPYING.txt for license details. */ --> <div class="block items-in-cart" data-bind="mageInit: {'collapsible':{'openedState': 'active', 'active': isItemsBlockExpanded()}}"> <div class="title" data-role="title"> <strong role="heading" aria-level="1"> <translate args="maxCartItemsToDisplay" if="maxCartItemsToDisplay < getCartLineItemsCount()"></translate> <translate args="'of'" if="maxCartItemsToDisplay < getCartLineItemsCount()"></translate> <span data-bind="text: getCartSummaryItemsCount().toLocaleString(window.LOCALE)"></span> <translate args="'Item in Cart'" if="getCartSummaryItemsCount() === 1"></translate> <translate args="'Items in Cart'" if="getCartSummaryItemsCount() > 1"></translate> </strong> </div> <div class="content minicart-items" data-role="content"> <div class="minicart-items-wrapper"> <ol class="minicart-items"> <each args="items()"> <li class="product-item"> <div class="product"> <each args="$parent.elems()" render=""></each> </div> </li> </each> </ol> </div> </div> <div class="actions-toolbar" if="maxCartItemsToDisplay < getCartLineItemsCount()"> <div class="secondary"> <a class="action viewcart" data-bind="attr: {href: cartUrl}"> <span data-bind="i18n: 'View and Edit Cart'"></span> </a> </div> </div> </div>