* @link http://www.oxidmodule.com */ use D3\Extsearch\Application\Controller\d3_extsearch_response; use OxidEsales\Eshop\Core\Registry; if (!function_exists('getShopBasePath')) { /** * Returns shop base path. * * @return string */ function getShopBasePath() { return dirname(__FILE__) . '/../../../../'; } } require_once getShopBasePath() . "/bootstrap.php"; /** @var d3_extsearch_response $oResponse */ $oResponse = oxNew(d3_extsearch_response::class); $oResponse->init($_GET); Registry::getConfig()->pageClose();