Quantcast
Channel: OXID Community Forum
Viewing all articles
Browse latest Browse all 6951

footer: info.tpl->getServicesList()

$
0
0
Versuche gerade einzelne Einträge der 'INFORMATIONEN' die im Footer zu sehen sind, in den Header zu bringen.

Ablauf beim laden des Shops für die Informationen im footer:

page.tpl-> include: footer.tpl -> footer.tpl: include_widget cl="oxwInformation" -> oxwInformation: $_sThisTemplate = 'widget/footer/info.tpl' -> info.tpl: $oView->getServicesList() = oxwInformation:getServicesList() = oxContentList:loadServices() -> load( self::TYPE_SERVICE_LIST ); -> $this->_loadFromDb( $iType ): -> $this->_getSQLByType( $iType );

Und da ist jetzt der Knackpunkt wenn noch irgendeiner mitkommt :)
Ich komm nicht dahinter auf welche View er jetzt in der DB zugreift in:

oxContentList: _getSQLByType( $iType ):
$sViewName = $this->getBaseObject()->getViewName();
$sSql = "SELECT * FROM {$sViewName} WHERE `oxactive` = '1'

Bis dahin isses klar aber da komm ich nicht weiter.
Wär cool wenn da einer nen Tip hätte, wenns überhaupt nachvollziehbar ist.

Gruß

Viewing all articles
Browse latest Browse all 6951

Trending Articles