In website setup added the facet field. Brand field added there as shown below image. In configuration added the brand facet. In facets subtab added the brand field ID , name, priority, behvior etc. In plp brand filter came
Author: Thara Gopi
Website Item images
Item image files are stored in the File Cabinet at Web Site Hosting Files > Live Hosting Files > images. Images in this folder are mapped to a corresponding item record. The folder should only contain item images. Do not create subfolders within the images folder because images in a subfolder do not map to… Continue reading Website Item images
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:
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
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:
Shipping Estimator
The Shipping Estimator displays as a dropdown field in the order summary box in the cart section of your website after your customer has added items to the cart. It displays the estimated shipping cost based on the Shipping Estimator Preference selected by the website administrator. This image is an example of how the Shipping… Continue reading Shipping Estimator
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.
Padding and Margin
Padding The CSS padding properties are used to generate space around an element’s content, inside of any defined borders.CSS has properties for specifying the padding for each side of an element: padding-top padding-right padding-bottom padding-left All the padding properties can have the following values: length – specifies a padding in px, pt, cm, etc. % – specifies a padding… Continue reading Padding and Margin