<?php if ($this->helper('wishlist')->isAllow()) : ?>
<a href="<?php echo $this->getAddToWishlistUrl($_product) ?>" class="link-wishlist anchor-button-sm"><?php echo $this->__(' Add to Wishlist') ?></a>
<?php endif; ?>
<?php if($_compareUrl=$this->getAddToCompareUrl($_product)): ?>
<a href="<?php echo $_compareUrl ?>" class="link-compare anchor-button-sm"><?php echo $this->__(' Add to Compare') ?></a>
<?php endif; ?>
Categories: Magento
0 Comments