Guest User

Untitled

a guest
Jul 19th, 2018
81
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.71 KB | None | 0 0
  1. <div data-role="add-to-links" class="actions-secondary"<?= strpos($pos, $viewMode . '-secondary') ? $position : '' ?>>
  2. <?php if ($this->helper('MagentoWishlistHelperData')->isAllow()): ?>
  3. <a href="#"
  4. class="action towishlist"
  5. title="<?php echo $block->escapeHtml(__('Add to Wish List')); ?>"
  6. aria-label="<?php echo $block->escapeHtml(__('Add to Wish List')); ?>"
  7. data-post='<?php /* @escapeNotVerified */ echo $block->getAddToWishlistParams($_product); ?>'
  8. data-action="add-to-wishlist"
  9. role="button">
  10. <span><?php /* @escapeNotVerified */ echo __('Add to Wish List') ?></span>
  11. </a>
  12. <?php endif; ?>
  13. </div>
Add Comment
Please, Sign In to add comment