- <div class="actions" if="getCartParam('possible_onepage_checkout')">
-     <div class="primary">
-         <button
-                 id="top-cart-btn-checkout"
-                 type="button"
-                 class="action primary checkout"
-                 data-action="close"
-                 data-bind="
-                     attr: {
-                         title: $t('Proceed to Checkout')
-                     },
-                     click: closeMinicart()
-                 "
-                 translate="'Proceed to Checkout'"
-         />
-         <div data-bind="html: getCartParam('extra_actions')"></div>
-     </div>
- </div>