Created
March 30, 2012 10:54
-
-
Save zeljkoprsa/c425421bdad95f3ada2a to your computer and use it in GitHub Desktop.
Short description stripped
This file contains 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 $_shortDescriptionStripped = $this->stripTags($_product->getShortDescription(), null , true); ?> | |
<?php echo Mage::helper('core/string')->truncate($_shortDescriptionStripped, '280') ?> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment