문제

I loaded a product.

Now I need to find out which stores it's assigned to (a list of store IDs will do).

Also - I need the same for category.

도움이 되었습니까?

해결책

Found it: apparently there's a method getStoreIds() that returns just that.

$product->getStoreIds();
$category->getStoreIds()
라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 magento.stackexchange
scroll top