we can add the stock message by extending the view _.extend(CartLinesView.prototype, { template: jj_cart_lines_tpl, getContext: _.wrap(CartLinesView.prototype.getContext, function (fn) { var originalStock = fn.apply(this, _.toArray(arguments).slice(1)); var inStockMessage = originalStock.item.attributes._inStockMessage; var outofStockMessage = originalStock.item.attributes.outofstockmessage; var availableQuan=this.model.attributes.item.attributes.quantityavailable; if(availableQuan !==0){ originalStock.inStockMessage = inStockMessage; } else{ originalStock.outofStockMessage = outofStockMessage; } return originalStock; }), in corresponding template <div class=”instock-cart-message”>{{inStockMessage}}</div> <div… Continue reading Adding the stock message in cart page
Month: December 2023
Proposal For Resale/Tax Certificate automation option from the SuiteCommerce site
Proposal Summary This proposal covers the feature for the Resale/Tax certificate automation option from the SuiteCommerce site of Cleerline Technology Group. Requirement The Cleerline Technology Group USA needs a feature for the Resale/Tax certificate automation option from the SuiteCommerce site. Deliverables We will add a check box to select the option for uploading the resale… Continue reading Proposal For Resale/Tax Certificate automation option from the SuiteCommerce site
File Drag and Drop Feature in NetSuite
The purpose behind the inclusion of drag and drop feature in NetSuite is to make it easier and faster for users to upload files to the file cabinet or to a record page. It also allows users to attach multiple files directly to editable sublists of supported records and custom records. File Drag and Drop… Continue reading File Drag and Drop Feature in NetSuite
Inline Editing Option on Reports
Inline editing of reports offers all the standard capabilities of inline editing. When editing large numbers of reports it may be quicker to use the mass update feature. To change the owner of several reports: Go to: Reports > Saved Reports > All Saved Reports. Switch inline editing on. Arrange the list so that the reports… Continue reading Inline Editing Option on Reports
Out of Stock Message 2023.2.0 Release SC/SCA/SCMA
With the 2023.2 release, the Out of Stock error message lists the exact number of items that are not in stock so that the user can go back and edit the order on the SuiteCommerce and SuiteCommerce Advanced websites.
Maximizing Efficiency: Unveiling the Synergy of NetSuite’s Advanced Billing and Advanced Shipping Features
In the fast-paced world of commerce, where customer expectations are high and operational efficiency is paramount, businesses turn to advanced ERP solutions for a competitive edge. NetSuite offers a dynamic duo of features – Advanced Billing and Advanced Shipping – that, when used in tandem, revolutionize order processing. In this article, we’ll explore how these… Continue reading Maximizing Efficiency: Unveiling the Synergy of NetSuite’s Advanced Billing and Advanced Shipping Features
Proposal For Listing Transaction Details On Custom Page
REQUIREMENT The client would like to list the Item fulfillments that are created from the Transfer order and corresponding item line-level details from the related Transfer Orders. PROPOSED SOLUTION As the standard saved search cannot be used to display the item fulfilment details along with the corresponding transfer order item line details, a custom suitelet… Continue reading Proposal For Listing Transaction Details On Custom Page
Consolidating Sales orders from NetSuite and sending to Footprint as single outbound order: Proposal
Requirement: Client wants to know if it’s possible to consolidate orders that needs to be consolidated from NetSuite itself and send as a single order to Footprint so that from Footprint, the consolidated order can be processed easily. The orders that need to be combined are identified from the Memo field in which Corp Design… Continue reading Consolidating Sales orders from NetSuite and sending to Footprint as single outbound order: Proposal
Currency Management
If our business has only one currency, then we can manage the currency details on the company information page. If we have multiple currencies to use in our account, then we have to enable the “Multi-currency” feature which helps us to create more than one base currency and transaction currencies in our account. Base currency… Continue reading Currency Management
Unable to see Custom record type field in Field type of email template
To add Custom Record Type to the list of Field Types in Email Templates follow those steps: 1) Go to Customization>List, Records & Fields>Record types 2) Click your Custom Record Type 3) Mark the checkbox Enable Mail Merge 4) Save the record 5) Log out from the account and log back in Now if you… Continue reading Unable to see Custom record type field in Field type of email template