Viewing File: /home/maglabs/it/app/code/Magento/Wishlist/view/frontend/templates/button/update.phtml
<?php
/**
* Copyright © Magento, Inc. All rights reserved.
* See COPYING.txt for license details.
*/
/** @var \Magento\Wishlist\Block\Customer\Wishlist\Button $block */
?>
<?php if ($block->getWishlist()->getItemsCount()) : ?>
<button type="submit" name="do" title="<?= $block->escapeHtmlAttr(__('Update Wish List')) ?>" class="action update">
<span><?= $block->escapeHtml(__('Update Wish List')) ?></span>
</button>
<?php endif;?>
Back to Directory
File Manager