Discussions
Is there a way to know if an item has related items?
At this time we are using the tag <%=getCurrentAttribute('item','relateditemshtml')%> to show the related items, where if no items is blank otherwise it displays the items.
We want to be able to either show or hide an archor link that reads "See Accessories" if an item has related items, so it scrolls down the page to the related items.
Is there a way to check if an item has related items? Something like related items count, or a simple true or false so we can create the appropiate java code.
Thanks to anyone that can help