Your IP : 216.73.216.220


Current Path : /home/rtorresani/www/app/code/ThreadSolutions/CustomWishlist/view/frontend/templates/
Upload File :
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>