At the core of how SuiteCommerce Advanced works are AJAX calls. Asynchronously, requests to send and receive data are made to and from NetSuite while the frontend waits. If we didn’t use async JavaScript, this waiting could be blocking: that is, the user would be stuck, unable to do anything until the call is resolved.… Continue reading jQuery Promises and Deferred Objects
Tag: Extensibility API
Add a New Module to the Checkout with the Extensibility API
Understanding the Checkout Wizard If you want to make changes to your checkout, it’s good to try and figure out if it can be achieved through configuration (including the web site setup tool) and theming, as these will be the easiest and safest ways to make changes. The Wizard In SC the majority of the… Continue reading Add a New Module to the Checkout with the Extensibility API
Extensibility API Updates(2021.2.0 Release )
The following components have been updated with new methods in the 2021.2.0 release: Cart – You can now trigger the add to cart behavior of a web store in an extension with the triggerAddToCartConfirmation() method. When an extension calls this method, it triggers the add to cart behavior that is configured in the web store settings, which gives… Continue reading Extensibility API Updates(2021.2.0 Release )
PDP() Frontend Extensibility API
The PDP (Product Details Page) component provides a number of ways to interact with the product details page, such as setting page options, changing quantities, and getting item information. Get an instance of this component by calling container.getComponent(“PDP”). MembersPDP_FULL_VIEW :StringDescriptionThe name of the main PDP full view. Use this name to reference views in methods such… Continue reading PDP() Frontend Extensibility API
Suite Commerce Extensibility API Components
Suite Commerce and suite Commerce Advanced components Cart Checkout CMS Environment Layout LoginRegisterPage MyAccountMenu PageType PageTypeBaseView PDP (Product Details Page) PLP (Product List Page) SCCollection SCCollectionView SCFormView SCModel SCView Search UserProfile SuiteCommerce Instore(SCIS) Components Cart SCISLayout