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.
Displaying Online Price in an "Absolute" Popup
Hello all, I'm working on a way to do an "on-sale" type of thing, but one step further. I've been able to create what we want, as far as an "abolute popup", a popup that just shows up on the screen. (See picture.) Where I'm losing it, though, is in getting the price. Basically, I have the Javascript opening an html file, which is stored in my File Cabinet > Web Site Hosting Files > Live Hosting Files > site. This is what's in the body of the html file:
<script language="javascript">
document.write("MSRP: <%=getCurrentAttribute('item','custitem_umap')%>")
0