| Current Path : /home/rtorresani/www/app/code/ThreadSolutions/CustomWishlist/view/frontend/templates/ |
| Current File : //home/rtorresani/www/app/code/ThreadSolutions/CustomWishlist/view/frontend/templates/link.phtml |
<?php
/* you can customize the wishlist here */
?>
<div class="custom link wishlist" data-bind="scope: 'wishlist'">
<a <?= /* @noEscape */
$block->getLinkAttributes() ?> class="wishlist-custom">
<span data-bind="text: wishlist().counter, css: {'counter qty' : wishlist().items} "></span>
</a>
</div>