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!
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:
0