custom/plugins/EnetCredit/src/Resources/views/storefront/layout/header/actions/cart-widget.html.twig line 1

Open in your IDE?
  1. {% sw_extends '@Storefront/storefront/layout/header/actions/cart-widget.html.twig' %}
  2. {% block layout_header_actions_cart_widget %}
  3.     {{ parent() }}
  4.     {% if context.customer.customFields['enet_credit_value'] %}
  5.         <br>
  6.         <small class="enetcredit-availcredit" style="display: block; margin-top: -10px">
  7.             Guthaben: {{ context.customer.customFields['enet_credit_value']|currency }}
  8.         </small>
  9.     {% endif %}
  10. {% endblock %}