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