Brand filter option on the PLP page

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

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

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

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

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