Crear link de categoria a la vista de producto

$categories = $_product->getCategoryIds();
foreach($categories as $k => $_category_id):
    $_category = Mage::getModel('catalog/category')->load($_category_id)
    echo '<div><a href="'.$_category->getUrl().'">'.$_category->getName().'</div>';
endforeach;
 
magento/create_link_category_product_view.txt · Darrera modificació: 2010/04/08 17:53 per resteve
 
Copyright: Zikzakmedia Llicència Creative Commons By-NC-SA
Recent changes RSS feed Creative Commons License Donate Powered by PHP Valid XHTML 1.0 Valid CSS Driven by DokuWiki