Hi
I've been having issues with rendering the breadcrumb when standing in an ecom catalog.
The root of the problem seems to be that Inpath attribute is not correctly sat on productgroups.
For instance, my current url is http://localhost:26248/shop/kameraer/canon, where "kameraer" and "canon" are productgroups, but my inpath is still false for kameraer and canon.:
<Page SmallImage="" LargeImage="" Icon="" GroupNumber="5000" ProductCount="0" MenuText="Kameraer" MouseOver="" Image="/Files/Images/Ecom/default.jpg" ImageActive="" ImageMouseOver="" Allowclick="True" ShowInSitemap="True" ShowInLegend="False" Href="Default.aspx?ID=2&GroupID=5000-at-SHOP1" FriendlyHref="/shop/kameraer" Title="Shop" RelativeLevel="2" Sort="1" LastInLevel="True" ChildCount="4" class="L2" NavigationTag="" ID="2" AreaID="1" InPath="False" Active="False" AbsoluteLevel="2" Type="group">
<Page SmallImage="" LargeImage="" Icon="" GroupNumber="5100" ProductCount="0" MenuText="Canon" MouseOver="" Image="/Files/Images/Ecom/default.jpg" ImageActive="" ImageMouseOver="" Allowclick="True" ShowInSitemap="True" ShowInLegend="False" Href="Default.aspx?ID=2&GroupID=5100-at-SHOP1" FriendlyHref="/shop/kameraer/canon" Title="Shop" RelativeLevel="3" Sort="1" LastInLevel="True" ChildCount="0" class="L3" NavigationTag="" ID="2" AreaID="1" InPath="False" Active="False" AbsoluteLevel="3" Type="group"/>
<Page SmallImage="" LargeImage="" Icon="" GroupNumber="5200" ProductCount="0" MenuText="Nikon" MouseOver="" Image="/Files/Images/Ecom/default.jpg" ImageActive="" ImageMouseOver="" Allowclick="True" ShowInSitemap="True" ShowInLegend="False" Href="Default.aspx?ID=2&GroupID=5200-at-SHOP1" FriendlyHref="/shop/kameraer/nikon" Title="Shop" RelativeLevel="3" Sort="1" LastInLevel="True" ChildCount="0" class="L3" NavigationTag="" ID="2" AreaID="1" InPath="False" Active="False" AbsoluteLevel="3" Type="group"/>
<Page SmallImage="" LargeImage="" Icon="" GroupNumber="5300" ProductCount="0" MenuText="Fuji" MouseOver="" Image="/Files/Images/Ecom/default.jpg" ImageActive="" ImageMouseOver="" Allowclick="True" ShowInSitemap="True" ShowInLegend="False" Href="Default.aspx?ID=2&GroupID=5300-at-SHOP1" FriendlyHref="/shop/kameraer/fuji" Title="Shop" RelativeLevel="3" Sort="1" LastInLevel="True" ChildCount="0" class="L3" NavigationTag="" ID="2" AreaID="1" InPath="False" Active="False" AbsoluteLevel="3" Type="group"/>
<Page SmallImage="" LargeImage="" Icon="" GroupNumber="5400" ProductCount="0" MenuText="Leica" MouseOver="" Image="/Files/Images/Ecom/default.jpg" ImageActive="" ImageMouseOver="" Allowclick="True" ShowInSitemap="True" ShowInLegend="False" Href="Default.aspx?ID=2&GroupID=5400-at-SHOP1" FriendlyHref="/shop/kameraer/leica" Title="Shop" RelativeLevel="3" Sort="1" LastInLevel="True" ChildCount="0" class="L3" NavigationTag="" ID="2" AreaID="1" InPath="False" Active="False" AbsoluteLevel="3" Type="group"/>
</Page>
I've attached the full navigation xml.
Looking farward to hear from you.