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!
Alittle help with displaying pricing please
Hello
Help would be greatly appreciated. Elephant and gold stars stamps for all.
In my item list cell template I use the following tag to display the item pricing: <%=getCurrentAttribute('item','salesPricelistHTML')%>
Now that is great for most products, however, there are a few where I don't want to display the quantity price breaks. It is my understanding that this tag should display only the base price: <%=getCurrentAttribute('item','pricelevel1')%>
That sort of works, however, it displays the price without GST (Australian Stupid Tax)
Is there an alternate tag that will display including tax? Is there a way I can manipulate that tag to display with 10% added on?
0