*$parent_category* 有 N 个子类别。除了属于 *$excluded_child_category* 的产品之外,我如何从 *$parent_category* 获取所有产品?
这是我检索父类别的方法:
$collection = Mage::getModel( 'catalog/category' )->load( $parent_category_id )->getProductCollection();
*$parent_category* 有 N 个子类别。除了属于 *$excluded_child_category* 的产品之外,我如何从 *$parent_category* 获取所有产品?
这是我检索父类别的方法:
$collection = Mage::getModel( 'catalog/category' )->load( $parent_category_id )->getProductCollection();