Adding a Sort Field under Search Index enables sorting for that field. You can then use this sort field with the Item Search API but the sort field is visible in the web store only after you configure it. To add the sort fields:Complete the prerequisite tasks as described in Prerequisites. Go to Commerce >… Continue reading Select and Configure Sort Fields
Author: Achu T V
npm Error on Implementations
In some implementations of Denali R2, the npm install command returns an error. As a result, the installation cannot continue. This error occurs due to a version mismatch with the request HTTP client. You must change the version of the request client to correct the error. Step 1: Modify package.json If you have not already done so, create a… Continue reading npm Error on Implementations
SyntaxError: Unexpected token While running gulp local in SuiteCommerce Advanced Elbrus
Ensure that the node 4.9.1, gulp 3.9.1 and npm 4.6.1 are being used in the development environment. These versions are supported by Elbrus Release of SuiteCommerce Advanced.To verify that Node, Gulp and npm are installed correctly, follow these checklist: To check node, run node -v in the command line window To run multiple Node versions, see article 49023 Use Multiple Node.js Versions for SuiteCommerce Advanced Deployment To check… Continue reading SyntaxError: Unexpected token While running gulp local in SuiteCommerce Advanced Elbrus
How to create a related item group
Go to Commerce > Marketing > Upsell > Related Items Categories > New. In the Category field, enter a name for this related item group.You will select this Category name when adding related item groups to items later in Step 10. (Optional) In the Brief Description field, enter a short message describing this group. On the Basic subtab, select an item from… Continue reading How to create a related item group
Invalid left-hand side in assignment: SuiteCommerce Advanced Elbrus
For resolving this open package.json and make sure that the following dependencies are added “dependencies”: {………“xmlbuilder”: “11.0.0”,“xml2js”: “0.4.5”,“yargs”: “1.3.1”,“credentials-inquirer”: “file:./ns_npm_repository/credentials-inquirer”,“suitetalk”: “file:./ns_npm_repository/suitetalk4node”,“preconditions”: “file:./ns_npm_repository/preconditions”}, Delete the node_modules and LocalDistribution folders and run npm install again
Updates In Checkout Confirmation Page-Thermogard-NZ-SCA
Proposal Summary This proposal covers both the functional and UI development for Updating background and add text in order confirmation page for the Thermogard-NZ-SCA Website. Requirement The client would like to update background and add text in order confirmation page for the Thermogard-NZ-SCA Website. Changes required Need to Update the background on the checkout… Continue reading Updates In Checkout Confirmation Page-Thermogard-NZ-SCA
Remove always active/Focused select drop down
Some time the select dropdown field will always active, thus we need a mouse click for updates based on the select box. To remove this always active/focused state add the below code in the corresponding template file <script> $(‘select’).on (‘change’, function () { $(this).trigger(‘blur’); }); </script>
Adding CVV Field In Website Credit Card Form and Customer Record-Cleerline Technology Group
Proposal Summary This proposal covers both the functional and UI development for Adding CVV Field In Website Credit Card Form and Customer Record in SCA webstore for the Cleerline Technology website. Requirement The client would like to add the CVV field to the website credit card form and also need to add that field… Continue reading Adding CVV Field In Website Credit Card Form and Customer Record-Cleerline Technology Group
Cannot read properties of undefined (reading ‘type’) Error during Proceed to Checkout
Cannot read properties of undefined (reading ‘type’) error may show in the console with a blank screen during proceed to checkout process as in the below screen shot. Following steps are helpful for resolving the error. Check whether there is a payment profile is created and applied to the current website, if not Go to… Continue reading Cannot read properties of undefined (reading ‘type’) Error during Proceed to Checkout
Nissun Cap – SuiteCommerce Implementation Proposal : CentriLogic
Proposal Summary This proposal covers the development of an SC implementation for Nissun Cap. Requirement The client would like to add SC implementation. Prerequisites For SC implementation Suite Commerce Standard bundle is need to be installed, the development will be done initially on the sandbox account with a custom domain. The changes will be moved… Continue reading Nissun Cap – SuiteCommerce Implementation Proposal : CentriLogic