Adding Validation Message to Canvas Input Fields (Issues in iOS Devices)

While adding a validation message to a canvas Input field in html forms for adding Signature, consider the below points. When we convert the value of blank canvas to a string value for the comparison between empty and non-empty canvas fields, the value for blank canvas will be different for iOS devices including iPhone, iPad,… Continue reading Adding Validation Message to Canvas Input Fields (Issues in iOS Devices)

Setup and implementation of the SCA webstore for Thermogard

Requirement JIRA TASK : THR-1 Thermogard has recently moved the core business onto Netsuite and are looking to build an eCommerce site on SuiteCommerce Advanced.  Site will be multi currency as the business spans across New Zealand, Australia, and the United States. Current website – https://thermogard.com/ Attached is the site map. Solution SCA enabled in… Continue reading Setup and implementation of the SCA webstore for Thermogard

How to get a free domain

For getting a free domain first got to the website: https://www.freenom.com/ first we have to create an account using our E-mail Id then only we can purchase a free domain from the site. Note that in the website the is no option for sign up for creating an account, only sign in tab will be… Continue reading How to get a free domain

Creating new custom tab in Webstore in Elbrus Version.

Need to create a extension with the JavaScript, Templates, files and need to do some configuration in Model files. Tab name ResaleCertificate and JavaScript file, View file, Model file, Router file, tpl file. //ResaleCertificate.js define(‘ResaleCertificate’, [ ‘ResaleCertificate.Router’, ‘ResaleCertificate.Model’, ‘SC.Configuration’, ‘Utils’, ‘Profile.Model’, ‘jQuery’, ‘underscore’ ], function(Router, ResaleCertificate, Configuration, Utils, ProfileModel, jQuery, _) { ‘use strict’; console.log(‘ResaleCertificate’)… Continue reading Creating new custom tab in Webstore in Elbrus Version.

Registration Page using Custom module

Jira Code: GD-16 Created a new registration page in SCA Website with url https://sandbox.goodearthdist.com/crossfit using a custom module. To add a custom module: Create a custom module directory within your custom directory with the format of ModuleName@version. Create the sub-directories within the module.We need JavaScript, Sass, SuiteScript, and Templates sub-directories. Create the necessary files for your… Continue reading Registration Page using Custom module

Hide Content with an Expander

Expanders are UI molecules that hide content from the user until they click on it. When they do, the content slides down as if it were expanding. They are particularly useful in situations when you have additional content not immediately relevant to the user. Adding an Expander The only changes required are to the template… Continue reading Hide Content with an Expander

Move Content Off-Canvas with a Push Pane

The available screen space is much more limited on smaller devices, such as mobiles. As designers and developers, you should consider moving superfluous content off the screen. This content should still be easily accessible by users, but just not immediately on the page load. To enable this design, there is a custom jQuery plugin that… Continue reading Move Content Off-Canvas with a Push Pane

Purchase history page – Search by Invoice number

Requirement Add the option to search by Invoice number on the purchase history page Our Solution On the purchase history page currently, we have the option to search by the sales order number. In order to add the option to search by invoice number We can have 2 options.  1. Use the same input field… Continue reading Purchase history page – Search by Invoice number