diff --git a/public/typo3conf/ext/ep_products/Configuration/TypoScript/setup.typoscript b/public/typo3conf/ext/ep_products/Configuration/TypoScript/setup.typoscript index 1e0a6eef..3547ee70 100644 --- a/public/typo3conf/ext/ep_products/Configuration/TypoScript/setup.typoscript +++ b/public/typo3conf/ext/ep_products/Configuration/TypoScript/setup.typoscript @@ -130,16 +130,17 @@ tx_epproducts_ajax_json { config { disableAllHeaderCode = 1 disablePrefixComment = 1 - additionalHeaders.1.header = Cache-Control: no-cache, no-store, must-revalidate + #additionalHeaders.1.header = Cache-Control: no-cache, no-store, must-revalidate additionalHeaders.10.header = Content-type: application/json additionalHeaders.20.header = X-Robots-Tag: noindex, nofollow, noarchive xhtml_cleaning = 0 admPanel = 0 debug = 0 - no_cache = 1 + #no_cache = 1 } - 10 = USER_INT + #10 = USER_INT + 10 = USER 10 { userFunc = TYPO3\CMS\Extbase\Core\Bootstrap->run extensionName = EpProducts diff --git a/public/typo3conf/ext/ep_products/ext_localconf.php b/public/typo3conf/ext/ep_products/ext_localconf.php index a705c706..6447ecba 100644 --- a/public/typo3conf/ext/ep_products/ext_localconf.php +++ b/public/typo3conf/ext/ep_products/ext_localconf.php @@ -383,7 +383,7 @@ $iconRegistry->registerIcon( 'AjaxDate' => 'dates', 'AjaxSearchbar' => 'update', 'AjaxContingent' => 'list,rooms', - 'AjaxTable' => 'datestable,pricetable,pricetableHtml,eventPricetable', +// 'AjaxTable' => 'datestable,pricetable,pricetableHtml,eventPricetable', 'AjaxCalendar' => 'range,contingents,availableRooms', 'AjaxWatchlist' => 'list', 'AjaxGroupsPrice' => 'processForm',