Discussions
Stay up-to-date with the latest news from NetSuite. You’ll be in the know about how to connect with peers and take your business to new heights at our virtual, in-person, on demand events, and much more.
Now is the time to ask your NetSuite-savvy friends and colleagues to join the NetSuite Support Community! Refer now! Click here to watch and learn more!
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?
0