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!
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