Magento - show categories a product is in
问题 I use the code below to show the categories that a product is in on my productpage. But i run multi-store with the same products and it is showing also the categories of the other websites. How can i only show the categories of the site that i'm visiting? <?php $categories = $_product->getCategoryIds(); ?> <?php foreach($categories as $k => $_category_id): ?> <?php $_category = Mage::getModel('catalog/category')->load($_category_id) ?> <a href="<?php echo $_category->getUrl() ?>"><?php echo $