custom/plugins/ChespackTheme/src/Resources/views/storefront/component/product/card/badges.html.twig line 1

Open in your IDE?
  1. {% sw_extends '@PremsWishlist/storefront/component/product/card/badges.html.twig' %}
  2. {# Changed icon #}
  3. {% block wishlist_listing_badge_heart %}
  4.     <div class="wishlist-listing-badges d-none">
  5.         <div class="wishlist-heart-badge">
  6.             <span data-uri="{{ path('frontend.PremsWishlist.add.modal', {'productId': id}) }}"
  7.                rel="nofollow"
  8.                data-toggle="modal"
  9.                data-target="#prems-wishlist-modal-window"
  10.                data-product-id="{{ id }}"
  11.                class="wishlist-modal--button"
  12.                title="{{ "prems-wishlist.modal.add_to_wishlist"|trans }}">
  13.                 Add
  14.             </span>
  15.         </div>
  16.     </div>
  17. {% endblock %}