Implement XML export functionality for resellers

This commit is contained in:
Björn Fromme
2018-06-26 17:12:21 +02:00
parent 467d96beef
commit 3181fc95a9
35 changed files with 1829 additions and 29 deletions
+27
View File
@@ -125,6 +125,32 @@ $GLOBALS['TYPO3_CONF_VARS']['EXTCONF']['realurl'] = [
],
],
],
'reseller' => [
[
'GETvar' => 'tx_epproducts_reseller[controller]',
'noMatch' => 'bypass',
],
[
'GETvar' => 'tx_epproducts_reseller[reseller]',
'lookUpTable' => [
'table' => 'tx_epproducts_domain_model_reseller',
'id_field' => 'uid',
'alias_field' => 'code',
'addWhereClause' => ' AND NOT deleted',
'useUniqueCache' => 1,
'useUniqueCache_conf' => [
'strtolower' => 1,
'spaceCharacter' => '-'
]
],
],
[
'GETvar' => 'tx_epproducts_reseller[action]',
],
[
'GETvar' => 'tx_epproducts_reseller[product]',
],
],
41 => 'searchresult',
855 => 'ajax',
878 => 'ajax',
@@ -135,6 +161,7 @@ $GLOBALS['TYPO3_CONF_VARS']['EXTCONF']['realurl'] = [
1446 => 'team',
987 => 'events_contactform',
1300 => 'events_activity',
1448 => 'reseller',
'newsDetailConfiguration' => [
[
'GETvar' => 'tx_news_pi1[news]',