Sales rep Information’s on my account information section .

To get a  Sales rep Information’s on my account information section we need to extend the corresponding view and add the fetch method to get the data from the customer record then create a field in the template file and store the data in a variable and pass the variable to templet file code:  _.extend(OverviewProfileView.prototype, {… Continue reading Sales rep Information’s on my account information section .

how to add the email address from website to netsuite custom records with checking the validation

To add the email address from the website to Netsuite we need to create a custom records and we need to store the value in custom records by help of suite script Fs file : define(     ‘JJ.orderoffer.orderoffer’ ,   [     ‘Facets.Browse.View’,’JJ.orderoffer.orderoffer.View’     ] ,   function (     FacetsBrowseView,PromotionpopupView… Continue reading how to add the email address from website to netsuite custom records with checking the validation

create pop up in pdp page and plp page with in input field and button.

for creating responsive popup we need to extend the model and add the inmodel show view to the coresponding js file view file: // @module JJ.orderoffer.orderoffer define(‘JJ.orderoffer.orderoffer.View’ ,   [     ‘jj_orderoffer_orderoffer.tpl’,”JJ.orderoffer.orderoffer.Model”         ,   ‘Backbone’     ] , function (     jj_orderoffer_orderoffer_tpl,orderoffer_orderoffer_Model         ,  … Continue reading create pop up in pdp page and plp page with in input field and button.

Shopping page Not Scrolling in mobile device

Shopping Page Not Scrolling in Mobile device to overcome this issue we need to extend the shopping page view and add the below code define(‘ProductList.DetailsLater.View.Extension’ , [ ‘ProductList.DetailsLater.View’ , ‘underscore’ , ‘jQuery’ ] , function ( ProductListDetailsLaterView , _ , jQuery ) { ‘use strict’; _.extend(ProductListDetailsLaterView.prototype, { deleteListItemHandler: function (target) { var self = this ,… Continue reading Shopping page Not Scrolling in mobile device

Proposal To setup GA4 E-commerce Tracking

Proposal To setup GA4 E-commerce TrackingThis proposal covers the development steps for setup tracking events add to carts, begin checkout, purchase event in GA4. This proposal also covers the engagement scope of Jobin and Jismi It Services LLP, as official implementation partner of Oracle NetSuite.  Proposal Summary  This proposal explains how to add extra tracking… Continue reading Proposal To setup GA4 E-commerce Tracking

google recatcha v3 in a check out page

To add google recatcha v3 in a check out pagewe need to create a extension and suite script and suite let file NOTE: SITE KEY and SECRET KEY will differ with domain java script: suite script files: tpl file suite let file configuration file