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

Published
Categorized as Celigo

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

Published
Categorized as Shopify

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