How to change date formats in the input type date field

When we use input field type as the date it’s working initially as mm/dd/yyyy as date format it’ll work perfectly in desktop devices but when we change device like Mobile or iPads when we’re to use that and if we’ve changed that date format as dd/mm/yyyy it’ll not work and it’ll create an issue in… Continue reading How to change date formats in the input type date field

How to change results per Page in SCA.

By default in SCA configuration records, it is set to 20. But sometimes we need to reduce the search results instead of a long number of lists we need to separate this by a number of pages. That’s why we have to reduce the search results. For that, you have to use a standard SCA… Continue reading How to change results per Page in SCA.

Commerce Categories

 Commerce Categories For creating a Commerce category you’ve to first Create a Commerce Catalog. Commerce categories are managed in the context of a commerce catalog.  Navigate to Commerce > Content Management > Commerce Catalogs > New and enter the following:  Site Name  Name  DESCRIPTION – Enter a meaningful description for the catalog. Save the record… Continue reading Commerce Categories

How to add Matrix item in NetSuite by CSV import

For adding matrix item we’ve to follow some steps during mapping in the NetSuite and while creating CSV files. We’ve add Item Name/ Number column in the NetSuite and if we add this then it’ll be the Matrix item External ID Item Name/Number SKU Description Category Class Subsidiary Department Location Price Level (Req) 1 Price… Continue reading How to add Matrix item in NetSuite by CSV import

Australian promotion Implementation

We’ve to follow some steps :- The Scriptable Cart should be enabled in the website setup record. We can create a new integer field for updating the quantity and a checkbox for enabling the feature in the item record. And we have to update the client script for updating the price level in the item… Continue reading Australian promotion Implementation

How to Add Promotion in SCA Website

Promotions in SCA Website How many types of Promotions are available into SCA.  Solution :-  Each promotion is based on at least one the following discount types: Percent Off – A basic discount, where you specify what percent of the original price will be discounted. Amount Off – A basic discount, where you specify by… Continue reading How to Add Promotion in SCA Website

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