To get a sales order count on the registered email we need to create sabed search for getting a sales order details and we can convert that to a suite script code then we can add to extension on our requirement we need to pass the email to get the sales order details and we… Continue reading Sales Order count based on the registered email
Author: Prashanth G S
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.
create saved search for perticular date Purchase order list in netsuite
for creating saved search for particular date Purchase order list inNetsuite we need to goto Netsuite list seacrh and new saved serch in that we need to give a name and id after that we need to give criteria correctly Like depart and every think then add the result tab cretiary correctly then save and run
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
ReCaptcha option on SCA checkout page
ReCaptcha option on SCA checkout page for this we can create a new module for the checkout page or we can extend which view you want that fetaurecode :JS file: js filw : TPL file: JSON FILE:
write a scheduled script for customer it should create default contact
write a scheduled script for customer it should create default contactfirst go to scripting tab in netsuite then create new script for customer add this file and deploy the script . NOTE: we are taking the records from the saved search change according to your needs.