Discussions
Read on for the latest updates including:
• Agenda Builder launch
• SuiteWorld On Air registration
• New NetSuite Prompt Studio Contest
• And more!
Check out this thread to learn more!
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')%>")