templates/front/modules/wishlist/bt.html.twig line 1

Open in your IDE?
  1. {% if inWishlist is not defined %}
  2.     {% if product is defined %}
  3.         {% set inWishlist = wishlist.isProductInList(product) %}
  4.     {% endif %}
  5. {% endif %}
  6. <a class="bt-wishlist{% if inWishlist %} on{% endif %}" data-product="{{ product.id }}"></a>