To build an SSP application: Turn on the required features in NetSuite. For more information, see Enable Required Features for SuiteScript 1.0 SSP Applications. Write the SuiteScripts that will implement your web store customization, including .ssp files to render the UI and .ss files to handle requests. For examples of these file types, see Sample SSP Application… Continue reading Create Custom SSP Application for SuiteScript 1.0
Tag: ssp
How to Resolve Deployment Errors in SuiteCommerce Advanced 2019.1
When deploying the source code for version 2019.1, we initially need to update the deployment process to use token-based authentication. However, after making this change, we encountered errors in the terminal that prevent successful deployment. The error messages include: getFileNamedsearcherror undefined The following tasks did not complete: deploy, deploy Did you forget to signal async… Continue reading How to Resolve Deployment Errors in SuiteCommerce Advanced 2019.1
Environment Setup in SCA After SB refresh
The following steps are required to setup a domain in NetSuite. Create a new domain Commerce > Hosting > Domains > New To setup a domain name refer https://www.freenom.com/ SSP Application > The domain needs to be mapped to corresponding SSP. > Create a new ssp application Commerce > Hosting > SSP Applications > New … Continue reading Environment Setup in SCA After SB refresh
Make Disabled URL Root Field in SSP Applications Editable
Navigate to Commerce > Hosting > SSP Applications Click View on desired SSP Application Click Deployments Click Site Shopping Action: Click UndeployNote: Do this for all line items Click Site Checkout Action: Click UndeployNote: Do this for all line items Click Domain Action: Click UndeployNote: Do this for all line items
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