While deploying i faced this issue .For that issue I replaced the backup of gulp file and npm repository file then its working fine. I added that files belown . After updating all files as required, adding new files from the .zip file for the patch, and downloading and setting up the theme and extension… Continue reading getFileNamedsearcherror undefined (Kilimanjaro version)
Author: Gopinath Matcharaja
Type error:archive.bulk is not a function(Kilimanjaro version)
There is an error with uploading backup after deployment happening on the terminal, the backup file is not uploading in Netuite. While we deploy backup to the account, backup is not deploying correctly. Instead it shows a error as follows, Solution: Modify package.json Dependencies In the top level of the SuiteCommerce Advanced source directory, open… Continue reading Type error:archive.bulk is not a function(Kilimanjaro version)
Custom Content Types SMT (Kilimanjaro Version)
With the Kilimanjaro release of SuiteCommerce Advanced, users can create Custom Content Types.To implement this feature, you create a custom module within your application source code. This is similar to any customization you implement in SCA. You must also set up the CCT in NetSuite and implement it into your SCA site using Site Management… Continue reading Custom Content Types SMT (Kilimanjaro Version)
Solve TypeError: arr.WriteUint16BE is not a function while setting up local for kilimanjaro sca version.
Description :After NPM install , While running kilimajaro version locally, error noticed as given below.TypeError: out.writeUint32LE is not a functionSolution:After fetching Goto node_modules/gulp-ttf2woff folderRun this command on the terminal: npm install ttf2woff@2.0.2Then go to: node_modules/gulp-ttf2eotRun this command: npm install ttf2eot@2.0.0
How to resolve issue unable to apply custom field in the forms
If you are unable to apply a custom field in the forms in NetSuite, here are some troubleshooting steps you can follow: Check if the custom field is enabled: Make sure that the custom field you are trying to apply is enabled in NetSuite. You can check this by going to Customization > Lists, Records… Continue reading How to resolve issue unable to apply custom field in the forms
360 degree PDP image Rotation
Description: Enhance the Product Display Page (PDP) of a website by adding a 360-degree image view feature, allowing customers to view products from all angles for a more immersive and interactive shopping experience. Solution: I checked the possibilities to enhance the Product Display Page (PDP) of a website by adding a 360-degree image view feature. For that first… Continue reading 360 degree PDP image Rotation
How to resolve issue unable to apply custom field in the forms netsuite
If you are unable to apply custom fields in forms in NetSuite, you can try the following steps: 1. Check your NetSuite permissions: Make sure that you have the appropriate permissions to create and edit custom fields. Check with your NetSuite administrator if you’re not sure. 2. Ensure the custom fields are added to the… Continue reading How to resolve issue unable to apply custom field in the forms netsuite
How to avoid dropdown menu to close menu items on clicking inside
By default, most dropdown menus will close when you click inside the menu. However, if you want to prevent the menu from closing when you click inside, you can use the following steps: 1.Add an event listener to the menu items: Use JavaScript to add an event listener to each menu item in the dropdown menu.2.Stop… Continue reading How to avoid dropdown menu to close menu items on clicking inside
How to use strict mode.
Strict Mode is a new feature that allows you to place a program, or a function, in a “strict” operating context. This strict context prevents certain actions from being taken and throws more exceptions. how to use: Being a scripting language, sometimes the JavaScript code displays the correct result even it has some errors. To… Continue reading How to use strict mode.
While customer is registered , get the domain name in the backend and set the domain field created.
Description: This was my previous task . While customer is registered , get the domain name in the backend and set the domain field created.So, we can understand the website from which website the customer is registered. Solution: 1. First i created new extenstion Customer Record Extension. . 2. The extension requires only a suitescript file and a… Continue reading While customer is registered , get the domain name in the backend and set the domain field created.