templates/web/customer/mini_cart/horizontal/parts/disabled_reason.twig line 1

Open in your IDE?
  1. {##
  2.  # Horizontal minicart checkout button block
  3.  #
  4.  # @ListChild (list="minicart.horizontal.buttons", weight="20")
  5.  #}
  6. {% if not this.get('cart').checkCart() %}
  7.   <div class="reason-details">
  8.     {{ this.getDisabledReason()|raw }}
  9.   </div>
  10. {% endif %}