Created
April 14, 2018 22:49
-
-
Save keithgreer/22c5ac6e75ee3fad7494279fe01bf649 to your computer and use it in GitHub Desktop.
Magento Code: Seasonal sales link
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
<?php $category = Mage::getModel('catalog/category')->load('188'); | |
if ($category->getIsActive()) { ?> | |
<li><a class="special-price" href="<?php echo $category->getUrl() ; ?>">Sale</a></li> | |
<?php } ?> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment