SuiteCommerce MyAccount can choose between the following three checkout flows — standard checkout, one page checkout, or billing first checkout according to the business need. The subtabs and properties available under the Checkout tab have been moved so that they can be hidden from or made visible for SuiteCommerce MyAccount users. Subtabs and properties that… Continue reading Checkout for SCMA
Tag: SCMA
PROPOSAL For Display Commerce Category In SCMA
Proposal Summary This proposal covers the development of displaying a commerce category section in SCMA Requirement Display a commerce category section in SCMA Deliverables Here, we have suggested two methods of solutions. Method-1: Since we don’t have a commerce category record, we will be creating a custom record that holds the fields as of the… Continue reading PROPOSAL For Display Commerce Category In SCMA
Proposal For Shipping Rate And Threshold
Proposal Summary This proposal covers the scope of adding the customizations in SuiteCommerce Advanced, for updating the shipping rate and threshold in the orders Deliverables In order for this to work properly in SuiteCommerce Advance, we will use the same logic as in production. We will update the existing scripts for changing the new threshold… Continue reading Proposal For Shipping Rate And Threshold
Proposal for Restricting Item list in SCMA
Proposal Summary This proposal covers the scope of displaying item lists based on customer segments within SuiteCommerce My Account (SCMA). Requirement The requirement is to show items in SCMA based on customer segments. Deliverable In order to build different customer segments based on their attributes, we will be using customer segments. Additionally, we allocate customers… Continue reading Proposal for Restricting Item list in SCMA
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
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