modules/QSL/MyWishlist/templates/web/customer/modules/QSL/MyWishlist/common_add_button/body.twig line 1

Open in your IDE?
  1. {% if not this.isWishlistClose() %}
  2.     <a
  3.             href="{{ xurl('wishlist') }}"
  4.             data-return-url="{{ xurl('wishlist') }}"
  5.             title="{{ t('Add to wishlist') }}"
  6.             data-productid="{{ this.getProductId() }}"
  7.             class="add-to-wishlist next-previous-assigned {% if not this.isLogged() %} log-in {% endif %} fa {% if this.isProductIdInWishlist(this.getProductId()) %}fa-heart{% else %}fa-heart-o{% endif %}">
  8.     </a>
  9. {% endif %}