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!
Featured Items More Info Button?
Hi,
on our site we have a featured items section on the homepage. The template for this is pretty basic and is as follows:
[HTML]<td class="no-padding">
<div id="featured-list">
<div class="description"><%=getCurrentAttribute('sitecategory','description')%></div>
<h1 class="title">Best Sellers & New Products</h1>
<div id="featured-list-table">
<table cellspacing="0" cellpadding="0" border="0" width="100%">
<tr><NLITEMLIST></tr>
</table>
</div>
<div class="detail-description"><%=getCurrentAttribute('sitecategory','storedetaileddescription')%></div>
on our site we have a featured items section on the homepage. The template for this is pretty basic and is as follows:
[HTML]<td class="no-padding">
<div id="featured-list">
<div class="description"><%=getCurrentAttribute('sitecategory','description')%></div>
<h1 class="title">Best Sellers & New Products</h1>
<div id="featured-list-table">
<table cellspacing="0" cellpadding="0" border="0" width="100%">
<tr><NLITEMLIST></tr>
</table>
</div>
<div class="detail-description"><%=getCurrentAttribute('sitecategory','storedetaileddescription')%></div>
0