In normal input field ‘type = URL’ in the HTML form, has a default validation. It will only allow a URL with prefix protocol. ie, http://www.test.com as a sample domain. Even though www.test.com is a valid domain structure, it will be failed for the above-mentioned validation. It is necessary for http:// or https:// protocol. So,… Continue reading For checking and adding auto http protocol for input type URL validation
Author: Karishma K K
Display Modal Popup on Page Load
Loading image on Page Load
Sometimes, there faces page load lagging time after submission or reloading of the page. In this situation, it is better to use a page loading image, so that the user can understand what does exactly happening and also it increases the UX.
Distro file in SCA
Location of Distro file based on SCA version In 2020.1 release and later >> the file is located within the SC_xxx/Advanced directory within your root source directory. For example: SC_20.1/Advanced 2019.2 >> the file is located within the *_Live/Advanced/ directory within your root source directory. For example: SC_19.2_Live/Advanced/ 2019.1 and earlier >> this file is… Continue reading Distro file in SCA
File Upload Button Customization
Sometimes, there may face some issues with the default ‘Choose file‘ button structure. It may affect our page responsiveness, button functionality.. etc. So, in these situations, we need quick button customization. Below giving one of the simple and easiest file upload button customization. After uploading the file, If you wish to automatically change the button… Continue reading File Upload Button Customization
ERR_CONNECTION_REFUSED – SCA Local setup issue
Reason In a NetSuite account, we can create multiple domains. But SSL certificate implementation can only be done for a single account. So, if we tried to set up our SCA website locally, it will show an error in the console as given below: Solution For this situation, we can use a secured domain (SSL… Continue reading ERR_CONNECTION_REFUSED – SCA Local setup issue
SCA Website Setup
In NetSuite, go to Commerce > Websites > New to launch the New Web Site page. Click Select under SuiteCommerce MyAccount. Add Display Name – to add a name that you desire to display in the heading of your site. Add Internal Name – to add a name for your site as you want it… Continue reading SCA Website Setup
Why Loading Blank Page After Domain Activation?
Make certain that your DNS Activation process is configured correctly. After Gulp Deployment of source file to your SSP folder, there may chance to miss some files and folders in our deployed SSP source folder. That’s why it shows blank page After domain Activation. Most probably, this issue may cause for SCA latest versions. We simply follow the steps outlined below in order to make the page visible:… Continue reading Why Loading Blank Page After Domain Activation?
To find the corresponding template file in SCA
To find the template of a corresponding element for extension, use the select icon frominspect → click on the element. There we can see <!–template starts :template name–>……………………………….……………………………….<!–template ends:templatename–> Template Name will be along with template tag. Next, find the view file which the corresponding template belonging to. Goto Dev → search with same template… Continue reading To find the corresponding template file in SCA
Featured Post/Sticky Post Customization in WordPress
To customize a Blog Sticky Post, we must first locate and fetch the sticky post. Steps to Fetch Sticky Post Sticky posts are setting through the option ‘Stick to the top of the blog’, which is available from the right side of the post page.Check or uncheck to set the sticky post. If we set… Continue reading Featured Post/Sticky Post Customization in WordPress