To get the line fields from a Transaction record we can use the getExtraLineFields() function which is already initialized on the Transaction model providing an sample
Tag: SCA Customisation
Commerce API
The Commerce API exposes a set of shopping objects and functions, that you can use to: Develop web store customizations. Create SSP application scripts, along with the full range of existing server-side SuiteScript. For details about the SuiteScript API, see SuiteScript Functions. See the following topics for more information about the Commerce API: Shopping Objects – The… Continue reading Commerce API
Proposal Product Marked with Enquire Button Thermogard-NZ-SCA
Proposal Summary This proposal includes the possibility of updating the Product Marked with Enquire Button Thermogard-NZ-SCA. Requirement Add the same enquire now button that we had at a category level, at an individual item level Solution and Comments We can create or update the extension to add this functionality to the PDP page. We assume… Continue reading Proposal Product Marked with Enquire Button Thermogard-NZ-SCA
File convert to URL
Extension Development Life Cycle
Stage Activity Gulp Command to Use Result 1 Create New ExtensionCreate a baseline extension — Get started by creating the files needed for a basic Hello World extension. Create New Extensiongulp extension:create Create New ExtensionExtension developer tools create a Workspace directory and a subdirectory that contains the files and initial module for your extension. This… Continue reading Extension Development Life Cycle
How to find Node Version in SCA
Sometimes it’s difficult to find the Node version in SCA. Sometimes it’s because of the very old version of the SCA website we aren’t able to find the exact node versions. For this, we can use a little tricky method for finding the node version. Whenever you download the backup development code from any SCA… Continue reading How to find Node Version in SCA
Add Individual Item To Cart
We can add individual item to cart from the wishlist
Login Page Customisation
We can block customer login access from a particular website by extending the Account.Model file
Shopping Domain
We can make an SCA domain with only shopping division by removing all the navigation option to my-account and checkout divisions
Customize Log-Off Destination
In SCA when click on the logout button the user will redirect into home page by default.We can redirect the user to the Login Page by customising We can change the url at the initialize function of Home.View