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.