• Модуль: catalog
  • Путь к файлу: ~/bitrix/modules/catalog/lib/product/basket.php
  • Класс: BitrixCatalogProductBasket
  • Вызов: Basket::isNotCrawler
static function isNotCrawler()
{
	$result = static::checkCurrentUser();
	return $result->isSuccess();

}