Kategorie Link leitet auf Startseite um

Hallo,

hab ein Update von 4.6.2 zu 4.7.1 durchgeführt. Shop läuft soweit auch nur hab ich ein Problem mit meinem Theme.
Diese baut auf Azure von version 4.6.2 auf. Nach einem klick auf eine Kategorie werde ich auf die Startseite umgeleitet.
Dies ist aber nur in meinem Theme so. Der Original Azurs ruft die Produktliste auf.

Im Log steht folgendes. (Für mich leider wenig aussagekräftig)

Grüße
Stefan

Faulty component -->

oxSystemComponentException-oxException (time: 2012-11-27 21:09:03): [0]: Function ‘getVariantList’ does not exist or is not accessible! (oxArticle)

Stack Trace: #0 [internal function]: oxSuperCfg->__call(‘getVariantList’, Array)
#1 /www/htdocs/www/tmp/smarty/f6b6b8a6c2c2f07d8b32f6cb1890c76c^%%CB^CB6^CB6C1C15%%listitem_infogrid.tpl.php(109): oxArticle->getVariantList()
#2 /www/htdocs/www/core/smarty/Smarty.class.php(1869): include(’/www/htdocs/w00…’)
#3 /www/htdocs/www/tmp/smarty/f6b6b8a6c2c2f07d8b32f6cb1890c76c^%%FC^FCA^FCA347E9%%list.tpl.php(47): Smarty->_smarty_include(Array)
#4 /www/htdocs/www/core/smarty/Smarty.class.php(1869): include(’/www/htdocs/w00…’)
#5 /www/htdocs/www/tmp/smarty/f6b6b8a6c2c2f07d8b32f6cb1890c76c^%%F0^F0F^F0F92504%%list.tpl.php(117): Smarty->_smarty_include(Array)
#6 /www/htdocs/www/core/smarty/Smarty.class.php(1263): include(’/www/htdocs/w00…’)
#7 /www/htdocs/www/core/oxshopcontrol.php(528): Smarty->fetch(‘page/list/list…’, ‘da557e131f583aa…’)
#8 /www/htdocs/www/core/oxshopcontrol.php(396): oxShopControl->_render(Object(aList))
#9 /www/htdocs/www/core/oxshopcontrol.php(156): oxShopControl->_process(‘alist’, NULL, NULL, NULL)
#10 /www/htdocs/www/core/oxid.php(40): oxShopControl->start()
#11 /www/htdocs/www/index.php(28): Oxid::run()
#12 /www/htdocs/www/oxseo.php(46): require(’/www/htdocs/w00…’)
#13 {main}

in listitem_infogrif.tpl steht irgendwo sowas:
$product->getVariantList()
oder $oArticle, oder $oDetailarticle… auf jedem Fall $irgendwas->getVariantList()
ersetze dieses $irgendwas durch $oView

TOP!!! Danke vanilla thunder :wink:

in 4.7.3 musste ich es in “$product->getVariants()” ändern, damit es funktionert.

hier noch ein paar Hinweise, bezieht sich eigentlich auf das Basic-Theme, aber ältere eigene Themes muss man ja auch ändern