문제

Hi i am trying to get product collection with category filter and category position sorting but it not working i tried below way

 $collection = $this->_productCollectionFactory->create();
        $collection->addAttributeToSelect('*');
        $collection->addCategoriesFilter(array('eq' => $category->getId()));//
        $collection->addAttributeToSort('position'); 
//->setOrder('cat_index_position','ASC')

please any one tell me how to sort category positon

올바른 솔루션이 없습니다

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 magento.stackexchange
scroll top