custom ssp 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 > New
3.Download the _sources file from the corresponding URL root( Example: ” /sca-dev-2021-2-0 “)
4.Extract the zip file into a new folder (There were two folders after extracting 1. third_parties and 2. SC_21.2_Live)
5.Install node module for 2021.1 Release of Suite Commerce Advanced: (Node version :12.21.0)
6.Open command prompt and check whether the node version is correct or not by running node -v
7.Install gulp.js by running the command “npm install –global gulp”
8.Verify gulp were installed correctly by running the command “gulp -v”
9.Ensure that this version is 3.9.1 or higher.
10.After completing the above steps open the folder SC_21.2_Live in the terminal and run the command “npm install” and then run gulp local
11.If everything correct gulp local command will not display any errors.
12.Run gulp deploy/gulp deploy –account tstdrv2550502
13.Enter authentication id when prompted.
14.Allow access after redirecting to the browser window.
15.An Error “Deployment scriptlet not found, aborting.” may occur
16.To solve this error go to distro.js file inside your source directory and find the code given below.
17.”scriptId”: “customscript_ns_sca_deployer_2020_2_0”,
“deployId”: “customdeploy_ns_sca_deployer_2020_2_0”,

18.Replace 2020 to 2021 in each code.
19.Run gulp deploy/gulp deploy –account tstdrv2550502
20.Choose, hosting file folder, Application publisher and SSP application (Previously created folder) In terminal window.
21.Terminal will show Finished ‘upload’ and Finished ‘deploy’ if everything entered correctly.

Also do this

These 2 SSP are required

Leave a comment

Your email address will not be published. Required fields are marked *