First SC Google Tag manager bundle need to be installed Then we need to Link Google’s client ID with NetSuite As a next step, go to SuiteCommerce Advanced section. Choose which of your NetSuite website and domain would you like to link with Google Tag Manager. Once you’ve done that, click on the Configure button. On the next screen, proceed… Continue reading Add LiveChat to your SuiteCommerce using Google Tag Manager
Tag: sca
List of properties in owl carousel using javascript API
items Type: NumberDefault: 3 The number of items you want to see on the screen. margin Type: NumberDefault: 0 margin-right(px) on item. loop Type: BooleanDefault: false Infinity loop. Duplicate last and first items to get loop illusion. center Type: BooleanDefault: false Center item. Works well with even an odd number of items. mouseDrag Type: BooleanDefault: true Mouse drag enabled. touchDrag Type: BooleanDefault: true Touch drag enabled. pullDrag… Continue reading List of properties in owl carousel using javascript API
Global search on SCA web sites
Verify that the search bar is functional: Result: Confirm that the search bar accepts input, and pressing “Enter” or clicking the search button initiates a search process.Verify that relevant results are displayed for a specific keyword: Result: Ensure that the search returns items containing the specified keyword in their names or descriptions.Verify that the search… Continue reading Global search on SCA web sites
Replace is not a function error
To correct invoice details page issue is only for invoice with status unapproved payment status. The invoicedetailview is extended for an update. There showing an error replace is not a function error ” jQuery.Deferred exception: amount.replace is not a function TypeError: amount.replace is not a function”. amount = amount.replace(/,/g, ”); code was getting error To… Continue reading Replace is not a function error
How to use multiple owl carousel on a single page.
We need to add multiple id in the single load script function.
How to resolve error Error: Missing binding in the GIT while running gulp local.
If you encounter Error: Missing binding issues running Gulp locally, please try resolving it by executing the following command in your Git environment: `npm rebuild node-sass`
How to get total count of register customer by using suitelet.
Suitelet script js file
Overview page recent sales order list
In SCMA wbsite recent invoices list was showing client want to show recent sales order there.For that created an extension and updated the model to change the filter. suitescript file: JJ.OverviewHome.OverviewHome.Model.js: javascript : JJ.OverviewHome.OverviewHome.js:
Bundle installation sca
Scenario User encountered an error: “You have not been granted access to the bundle.” when provisioning Bill.com Sync for NetSuite. Solution Bill.com Sync for NetSuite is a third party bundle, hence, in order to provision in the account, customer may need to reach out to the third party product owner first so it will be made… Continue reading Bundle installation sca
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: