Month: November 2022
Customization of SSP Applications using a secured backup in the File Cabinet
A user requires an option that will allow customization of SSP Applications using a secured backup in the File Cabinet. 1. Navigate to Commerce > Hosting > SSP Applications2. Application Folder: Click Customized Bundle3. Click Backup Folder4. Backup File: Click Download4. Backup File: Extract to a Folder5. Locate shopping.ssp and checkout.ssp in your equivalent custom modules of the following modules below: *Application Folder*\Modules\suitecommerce\CheckoutApplication@2.4.0\SuiteScript\checkout.ssp *Application Folder*\Modules\suitecommerce\ShoppingApplication@4.1.0\SuiteScript\shopping.ssp
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 )
Composite Method in HTTP import
Composite method imports records depending on the existence or absence of records in the destination application. Composite requests require you to define how to create new records, identify existing records, and update existing records. Different options available in Composite method are: Create new records & update existing records: dynamically create new records or update existing… Continue reading Composite Method in HTTP import
Add out of Stock item to Cart
We Cannot Add out of Stock Item in Cart, So if we want to Add Out of Stock Item in Cart then we need to follow the Following Steps. Search the item Globally which we want to add in cart if it is out of Stock Click on edit. Click on Web Store Below Stock… Continue reading Add out of Stock item to Cart
Mapping Shopify Meta Fields in NetSuite Connector
Shopify meta fields (also known as Shopify custom fields) let you add additional information to your product listings. Like any other field that you map from NetSuite, you need the NetSuite field ID. From the Shopify site, you need to find the meta field name and the namespace values. When configuring your mapping, NetSuite Connector… Continue reading Mapping Shopify Meta Fields in NetSuite Connector
Get Transactional Line Fields
To get the line fields from a Transaction record we can use the getExtraLineFields() function which is already initialized on the Transaction model providing an sample
Page not found Title issue in SCA
When before the code render the title of the page is Page not found. When after the code is rendered the title is showing on the browser. This is because the title is added to the code. So it shows only when the code is rendered.The example code is added below for adding a title… Continue reading Page not found Title issue in SCA
Create a Pop-up Message for Items with Minimum Quantity Set
Users can create a pop-up message if the shopper has entered a quantity less than the minimum set in the Item record. This is an alternate and less complicated version to Scriptable Messaging. To create pop-up message , see below: Navigate to Commerce > Site Builder > Item/Category Templates Item List Cell Template: Click Edit Look for a call to the getCurrentAttribute(‘item’,’addToCartListHtml’) tag Paste… Continue reading Create a Pop-up Message for Items with Minimum Quantity Set
Set Field Help for Custom field
The Field help for newly created custom field can be set in field record