• Модуль: catalog
  • Путь к файлу: ~/bitrix/modules/catalog/lib/v2/Integration/Landing/StoreV3Master.php
  • Класс: BitrixCatalogv2IntegrationLandingStoreV3Master
  • Вызов: StoreV3Master::getStoreUrl
static function getStoreUrl(): ?string
{
	if (!self::hasStore())
	{
		return null;
	}

	Rights::setGlobalOff();
	$storeUrl = Site::getPublicUrl(self::getStoreId());
	Rights::setGlobalOn();

	return $storeUrl;
}