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!
Stay in the Know
Be sure you're subscribed to NetSuite communication to stay in the know about monthly happenings, updates and announcements. Subscribe
Be sure you're subscribed to NetSuite communication to stay in the know about monthly happenings, updates and announcements. Subscribe
Please note that on Friday, March 20, 2026, at 8:00 PM Pacific time, our Case Management System will undergo a scheduled maintenance for approximately 4 hours. During this time, case creation via SuiteAnswers will be unavailable and inbound calls will be routed to Customer Service.
Price Levels and Quantity Levels displayed in HTML
I am changing the HTML in our item drilldown templates to customize our site. I would like to have more control over displaying prices to customers. My first question is how do I display the price and quantity levels on the website. I can get the base (quantity 0) price to display using:
<%=getCurrentAttribute('item','pricelevel1')%>
But how do I display the quantity breaks? Is there a another attribute that I have not found such as ('item','pricelevel1','qty1')?
Also, I would like to hide pricelevel1 from wholesale customers and hide pricelevel2 from retail customers. Netsuite does this automatically but I need to know how to do this in HTML. I am assuming I can write my own ASP or javascript but I do not know the proper attributes to refer.
0