Hallo,
im Footer zwischen links und Warenkorb steht zwei mal DEBUG !! oxwservicelist /DEBUG.
Der Fehler wird durch das Modul Show Prices erzeugt.
Könnte hier dran liegen.
//Gefilterte OxidKlassen
$filterClassNames = array(“oxwarticlebox”,“oxwarticledetails”);
if (isset($sIdent) && ($sIdent == "SHOWARTICLEPRICE" || $sIdent == "TOBASKET" )) { // Pruefe ob Kategorie ohne Preis konfiguriert if (!in_array($smarty->_tpl_vars['oView']->getClassName(),$filterClassNames)) { echo "DEBUG !!
";
echo $smarty->_tpl_vars[‘oView’]->getClassName();
echo "
/DEBUG ";
return $content; }
wie kann man der Fehler beheben ?
MfG Rodmod