How to output breadcrumb navigation on article details page

Does someone know how to output the breadcrumb navigation on the article details page? Somethink like:

Home / Cat1 / Cat2 / ArticleName

$oView in this view is an instance of OxidEsales\EshopCommunity\Application\Component\Widget\ArtuckeDetails which does not provide the getBreadCrumb() method which is needed by the breadcrump.tpl.

I’m trying to render it in side tpl\page\details\inc\productmain.tpl template.

Thanks in advance.

1 Like

You have to extend \OxidEsales\Eshop\Application\Component\Widget\WidgetController and add an own getBreadCrumb() function.

1 Like