Created
August 23, 2020 03:11
-
-
Save maagmirror/2c773992d62612105bd04971dcf44370 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<div class="yith-wcwl-add-button add-to-fav-custom"> | |
<a href="?add_to_wishlist=<?php echo $related_product->get_id(); ?>" rel="nofollow" data-product-id="<?php echo $related_product->get_id(); ?>" data-product-type="simple" data-original-product-id="<?php echo $related_product->get_id(); ?>" class="add_to_wishlist single_add_to_wishlist" data-title="Añadir a la lista de deseos"> | |
<i class="fa fa-heart-o"></i> | |
</a> | |
</div> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment