문제

I want to make a query as below

 WHERE manageStock = 0 OR (manageStock = 1 AND productStatus != 0) OR (manageStock = 1 AND backorderStatus = 1)

but I can't use $collection->getSelect()->where() because these are EAV attributes so I need to use addAttributeToFilter() for them.

Please help to use the above in Magento's way.

올바른 솔루션이 없습니다

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