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

Open in your IDE?
  1. {% sw_extends '@Storefront/storefront/layout/header/actions/account-widget.html.twig' %}
  2. {% block layout_header_actions_account_widget_dropdown_button %}
  3.     {{ parent() }}
  4.     {% if shopware.config.WabWishlist.config.AccountActionsShow %}
  5.         <span style="vertical-align: middle" title="{{ shopware.config.WabWishlist.config.AccountActionsHover }}">
  6.             <a href="{{ context.customer != null ? path('wabs.wishlist.index')  :  path('frontend.account.login.page') }}">
  7.                 {% sw_icon 'heart' %}
  8.             </a>
  9.         </span>
  10.     {% endif %}
  11. {% endblock %}