Suite commerce Advanced: Initial Setup / SSP Folder creation

Below steps are useful for creating a custom SSP application( sca-2021.2.0 version is used here)1.Assure all required features and preferences for a Commerce website were enabled correctly.2.Create a new SSP application folder ,go to Commerce > Hosting >SSP Application > New3.Download the _sources file from the corresponding URL root( Example: ” /sca-dev-2021-2-0 “)4.Extract the zip… Continue reading Suite commerce Advanced: Initial Setup / SSP Folder creation

Error “Deployment scriptlet not found, aborting.”

To solve this issue go to distro.js file inside your source directory and find the code   “scriptId”: “customscript_ns_sca_deployer_2020_2_0”,          “deployId”: “customdeploy_ns_sca_deployer_2020_2_0”, Replace the _2020_2_0 with the version that you are currently using(if you are using 21.2.0 replace the code as follows   “scriptId”: “customscript_ns_sca_deployer_2021_2_0”,          “deployId”: “customdeploy_ns_sca_deployer_2021_2_0”,