Discussions
Bread Crumb Problem
I setup a breadcrumb on my site with the following code:
<%=getCrumbTrail()%><%=getCurrentAttribute('item','storedisplayname')%>
However when you add a product to the shopping cart it comes up with this error:
[Error processing dynamic tag getCurrentAttribute('item','storedisplayname') : unknown record type item]
I put that tag on there so that when someone is looking at the item in the store then it would repeat the name of the item in the breadcrumb. Is there a work around for this or another way to do it so it will display the item in the bread crumb without breaking the store?