custom/plugins/EsmComputer/src/Resources/views/storefront/component/checkout/cart-widget.html.twig line 1

Open in your IDE?
  1. <div class="card-widget">
  2.     <div class="cd-cart cd-cart--empty js-cd-cart">
  3.         <a href="#0" class="cd-cart__trigger text-replace">
  4.             <ul class="cd-cart__count">
  5.                 <li>0</li>
  6.             </ul>
  7.         </a>
  8.         <div class="cd-cart__content">
  9.             <div class="cd-cart__layout">
  10.                 <header class="cd-cart__header">
  11.                     <span>Warenkorb</span>
  12.                 </header>
  13.                 <div class="cd-cart__body">
  14.                 </div>
  15.                 <footer class="cd-cart__footer">
  16.                     <a href="{{ seoUrl('frontend.checkout.confirm.page') }}" class="cd-cart__checkout">
  17.                         <em style="font-style: normal">
  18.                             <span>Zur Kasse - </span>
  19.                             <span class="total">0</span>
  20.                             <svg class="icon icon--sm" viewBox="0 0 24 24">
  21.                                 <g fill="none" stroke="currentColor">
  22.                                     <line stroke-width="2" stroke-linecap="round" stroke-linejoin="round" x1="3" y1="12" x2="21" y2="12"/><polyline stroke-width="2" stroke-linecap="round" stroke-linejoin="round" points="15,6 21,12 15,18 "/>
  23.                                 </g>
  24.                             </svg>
  25.                         </em>
  26.                     </a>
  27.                 </footer>
  28.             </div>
  29.         </div>
  30.     </div>
  31. </div>