【发布时间】:2016-05-13 14:18:05
【问题描述】:
如何在产品详情页面获取分类集合?我试过使用下面的代码,但它没有得到集合。
$objectManager = \Magento\Framework\App\ObjectManager::getInstance();
$category = $objectManager->get('Magento\Framework\Registry')
->registry('current_category');
$categoryProducts = $category->getCategoryProducts($categoryId);
【问题讨论】: