Discussions
Item List Cell Review Request
I've been pondering our Item List Cell template and found something that concerned me. If anyone could provide input, that would be great.
The "Out of the Box" method that was designed by our consultant in 2007 uses what I think is standard for Netsuite. This is shown below:
----------
<a href="<%=getCurrentAttribute("item", "storeDisplayThumbnailHTML")%>"></a>
<a href="<%=getCurrentAttribute('item','storeURL')%>"<%=getCurrentAttribute("item", "storeDisplayName")%>
</a>
-----------
The challenge with the above is that it creates 2 href/links to the same url rather than one link.
Below is the method I'm considering: