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.
Narrative Insights is Temporarily Unavailable due to an Infrastructure Issue. Learn how This Impacts Your Account and What to Expect While the Feature is Disabled.
SSP can't use its own API
I am just learning Suitescript Server Pages, and to make things simple, I am just having the Login touchpoint go to the main page I want to try out code on.
I get the following error:
Can't find method com.netledger.app.site.scripting.store.nlobjWebStoreOrderDelegate.getOrderSummary(string,string). (Nimbus Cart#6)
I'm using the following SSP:
<html> <head> <NLPAGEFULLHEAD> </head> <body> Zoinks, Scoob! <table cellpadding=0 cellspacing=0 border=0> <NLPAGETOP> </table> <h1> <%=nlapiGetWebContainer().getShoppingSession().getOrder().getOrderSummary()%> </h1> <h1> <%=nlapiGetWebContainer().getShoppingSession().getOrder().getOrderSummary('total', 'subtotal')%> </h1> </body> </html>
Tagged:
0