• Модуль: sale
  • Путь к файлу: ~/bitrix/modules/sale/lib/internals/pool.php
  • Класс: BitrixSaleInternalsPool
  • Вызов: Pool::getByStore
public function getByStore($code, $storeId)
{
	if (isset($this->quantities[$code][$storeId]))
	{
		return $this->quantities[$code][$storeId];
	}

	return 0;
}