3D Secure 2.0 Available in the Make a Payment FlowWith the 2022.2 release, 3D Secure 2.0 functionality is available in the Make a Payment and Quote Purchase flows. Google Analytics 4 Supported by SuiteCommerce Websites Introduced a new configuration setting to support Google Analytics 4 (GA4) on SuiteCommerce websites. Google will no longer support Universal… Continue reading 2022.2.0 Release SC/SCA/SCMA-New features
Tag: sca
Secure HTTP(HTTPS) with local server.
https://suiteanswers.custhelp.com/app/answers/detail/a_id/50242/loc/en_US Refer this.
How to add getThemeAssetPath in .json file instead of using static URL in the code ?
Developing the Suite Commerce Advanced Customization
Once you have your SuiteCommerce Advanced site and developer tools set up, it’s time to get started. This article will guide you through the process of making changes to your site by adding functionality to the My Account section of a site. While the functionality itself will be somewhat arbitrary, it will teach: Using the… Continue reading Developing the Suite Commerce Advanced Customization
Resolve EADDRINUSE error when running gulp local
Suite Commerce Advanced can run on a local server by entering the “gulp local” command. This is usually used to verify and test the changes immediately made on the application without affecting the production/live environment. When a user encounters the following Error: “Error: listen EADDRINUSE 0.0.0.0:XXXX“, it only means that the address XXXX is being… Continue reading Resolve EADDRINUSE error when running gulp local
Proposal For making cart text as configurable in the webstore
This proposal covers the development of making cart text as configurable in the webstore for Thermogard domains. Requirement In the cart page, the text at the top section need to make it configurable in the webstore for Thermogard domains. Our solution We can make the cart text as configurable by using an extension. We are… Continue reading Proposal For making cart text as configurable in the webstore
Add shipping date in the website checkout page
This proposal covers the development of showing expected shipping date field and text in the webstore . Solution: We can show an input field of date in the checkout page so that the user can enter the date which they want the order shipped out by and also the text message can be shown as… Continue reading Add shipping date in the website checkout page
Web Store Session
Max for webstore is 20 minshttps://386782-sb2.app.netsuite.com/app/help/helpcenter.nl?fid=section_1534882804.html It can be decreased from the Idle Session Timeout in Minutes setting:Setup > Company > Preferences > General Preferenceshttps://386782-sb2.app.netsuite.com/app/help/helpcenter.nl?fid=section_1534882691.html
Add a custom field in the Sales order and fill the field with value from website.
Requirement is to show a custom field in the SO and the value from the website should be show in that field. step 1: Create a transaction body field. Customization -> List,Records&Fields -> Transaction body fields -> new step 2: Add the created custom transaction body field in the configuration record. Otherwise we cannot get… Continue reading Add a custom field in the Sales order and fill the field with value from website.