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!
Don’t miss your chance to meet our SuiteGurus—NetSuite Support professionals and subject matter experts with extensive experience in select product areas, including OneWorld, Advanced & Basic Accounting, Supply Chain Management, Receivables & Payables, CRM, Account Administration, and the SuiteCloud Platform. Full Conference attendees can prebook exclusive 30-minute one-on-one sessions for your product questions.
Spots are limited! Register through your Agenda Builder and find SuiteGuru under Agenda Enhancements.
Displaying price levels on the web store item detail page
We want to display a regular price (online price) and a member price on the item detail page of the web store. We use the following tags for displaying these prices:
<%=getCurrentAttribute('item','salesPriceHTML')%>
<%=getCurrentAttribute('item','pricelevel2')%>
This works fine for regular inventory items, but for matrix items, the second price does not display (price level 2):
<%=getCurrentAttribute('item','pricelevel2')%>
Note that the sub matrix items have different pricing, and therefore, there is no pricing stored at the parent matrix level. If we were to add a price for this price level at the parent matrix item level, it does display. But obviously we cannot do that since there is a range of prices in the sub matrix items that dynamically construct the parent price.