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.
Keep an eye out for upcoming NetSuite events, including meetups, workshops, and webinars. These sessions are a great way to connect with peers, learn from experts, and stay current on the latest NetSuite updates and best practices. Registration links are provided in each event.
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