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

Mehrsprachigkeit View

$
0
0
Hallo :)

ich habe ein Problem beim Sprachwechsel innerhalb der Detailansicht eines Artikels.

PHP Code:

...

$sSorting '';
if ( 
$this->_sCustomSorting ) {
  
$sSorting {$this->_sCustomSorting} , ";
}

...

$sSelect "
SELECT 
$sFields 
FROM 
$sO2CView as oc 
left join 
$sArticleTable ON $sArticleTable.oxid = oc.oxobjectid
WHERE "
.$this->getBaseObject()->getSqlActiveSnippet().
  and 
$sArticleTable.oxparentid = ''
  and oc.oxcatnid = "
.$oDb->quote($sCatId).$sFilterSql 
ORDER BY 
$sSorting oc.oxpos, oc.oxobjectid 
"


application/models/oxarticlelist.php - Methode _getCategorySelect()

Die Variable $sSorting verweist auf den falschen Sprach-View... z.B. $sArticleTable lautet "oxv_oxarticles_1_de" aber in $sSorting steht "oxv_oxarticles_1_en".

Wie stellt OXID die Mehrsprachigkeit sicher? Gibt es dort ein Konzept? Wo finde ich dort weitere Infos?

Viele Grüße
indianer3c

Viewing all articles
Browse latest Browse all 6951

Trending Articles