Update the item image on search result popup with item record field value

In website setup added the field ‘custitem_large_item_00’ in the field sets, Type Ahead section. To get the field value in context. Extend the view ItemsSearcher.Item.View to update the image. The extension needed to be in shopping , myaccount, checkout section. In js file added the below code // To update the item image on itemsearch modal… Continue reading Update the item image on search result popup with item record field value

Sitebuilder website cart update for minimum order

In sitebuilder website cart page to set a minimum order message need to update in shopping cart tab. When minimum order amount is below $35. Then a message will show and the the checkout button made disable. var stotal = $(“#carttablerowtotal .carttablecellamount”).text().slice(1).replace(/,/g, ”); var st = Number(stotal).toFixed(2); if (st < 35) {  $(“<span class=’minimumorder’>A minimum… Continue reading Sitebuilder website cart update for minimum order

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