modules/QSL/MyWishlist/templates/web/customer/modules/QSL/MyWishlist/product/common.snapshot.twig line 1

Open in your IDE?
  1. {##
  2.  #
  3.  # @ListChild (list="product.details.page.info", weight="0")
  4.  # @ListChild (list="product.details.quicklook.info", weight="0")
  5.  #}
  6. {% if this.getProduct().isSnapshotProduct() %}
  7. <div class="snapshot-product-title">{{ t('The product is unavailable in the catalog') }}</div>
  8. {% endif %}