/ Published in: PHP
works in produktdetail magento 1.4.2 & 1.5.0.1
Expand |
Embed | Plain Text
<div class="backtocat"> <?php if ($this->getProduct()->getCategory() != NULL) { $cat = $this->getProduct()->getCategory(); $parent_cat = $cat->getName(); $cat_url = $cat->getUrl() ?> <?php } else { ?> <?php } ?> </div>
You need to login to post a comment.
