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
Tag: SCMA
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:
SCMA website setup and domain creation
To set minimum Web Site record fields for SCMA: In NetSuite, go to Commerce > Websites > New to launch the New Web Site page.This page describes each type of website available for you to set up. Your implementation only lets you select from options provisioned for your account. For more detailed information about each product.You must have a… Continue reading SCMA website setup and domain creation
SCMA extension to update overview page recent transaction list
In website recent invoices list was showing client want to show recent all transactions 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:
Checkout update for SCMA site
Display the message in checkout page if the order total is less than $1,800. In extension Extend the view OrderWizard.Module.CartSummary.added the message section in theme.
User Event Script to update JSON file for Custom Commerce Categories : (SuiteCommerce MyAccount) SCMA
Scenario: We need to create a JSON file of custom categories that need to be displayed on the website, it is Suite Commerce MyAccount so there is no default feature for Commerce categories, so we have created a custom record for the same, and In this script we are creating a JSON file for storing… Continue reading User Event Script to update JSON file for Custom Commerce Categories : (SuiteCommerce MyAccount) SCMA
Item Setup for SuiteCommerce MyAccount
SuiteCommerce MyAccount (SCMA) displays item images in the following ways: Purchase History Returns Invoices Quotes To ensure that the item image appears, you must edit the item records for all items exposed to your SCMA site. The following procedure explains how to do this manually, but you can also use NetSuite’s CSV Import feature to… Continue reading Item Setup for SuiteCommerce MyAccount