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.
New AI Community Guidelines. Please review and follow them to ensure AI use stays safe, accurate, and compliant.
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