$category->getStoreId() returns the current store instead of the store that it actually belongs to
I have a category 1 which belongs to store A and category 2 which belongs to store B. When I am in store A and run the query $category->getStoreId(), both categories returns A, and when I am in store B,… Read More »$category->getStoreId() returns the current store instead of the store that it actually belongs to