First of all creating a new field in the Review section of quote to sales order page. The template file, add the portion In Entry point file In Suitscript file
Author: Remya Krishnan
Updates the quantity of the item on the product details page.
setQuantity(quantity ) Description Updates the quantity of the item on the product details page. For example, if the quantity is currently 2 and you call setQuantity(4), the quantity is changed to 4. This method only works if the current view is a PDP.
Gets price information of the item in PDP page.
Description. Gets price information of the item based on the selected options and quantity. Price information includes the current unit price (according to the currently selected options and quantity) and the original unit price. The current price and original price of an item may differ, for example, when a volume discount is applied to the… Continue reading Gets price information of the item in PDP page.
How to apply style only to first child and/or only to children other than the first child
CSS :first-child Selector The :first-child selector is used to select the specified selector, only if it is the first child of its parent. CSS Syntax Use this code to select and style every i element of every p element, where the p element is the first child of its parent: To select and style the first li element in lists, use this code:… Continue reading How to apply style only to first child and/or only to children other than the first child
How to solve the issues that happens when custom fonts are uploaded to website.
There we have a full procedure for uploading the custom fonts in website.Using the link for refernce: https://jobinandjismi.in/add-a-custom-web-font/ Mainly we have several formats of fonts are available. example Different Font Formats 1.TrueType Fonts (TTF) TrueType is a font standard developed in the late 1980s 2.OpenType Fonts (OTF) 3.The Web Open Font Format (WOFF). 4.The Web… Continue reading How to solve the issues that happens when custom fonts are uploaded to website.
addChildViewInstances( view_id, event_selector, callback ) → {void}
Description Attaches an event handler to an event that occurs on a specific element in the DOM. The DOM element must have a ‘data-action’ attribute. The value of the data-action attribute is used in the event_selector argument to specify on which element the event must occur. It is not possible to attach an event handler… Continue reading addChildViewInstances( view_id, event_selector, callback ) → {void}
How to create a quote in NetSuite and the way to convert the quote to sales order
Creating a quote 1.Go to Transaction -> Sales -> Prepare Quotes 2.In the Quote creation page enter the mandatory field 3.Adding one item and give the location , then save the quote page. 4.New quote is created. How to convert the quote into sales order in NetSuite 1.In the Quote page there is an option… Continue reading How to create a quote in NetSuite and the way to convert the quote to sales order
Proposal For Showing PO Number In Quote Page.
Proposal Summary This proposal covers the development of showing Purchase Order Number in Quote To Sales Order page on website Requirement The requirement is to show the Purchase Order Number in Quote To Sales Order page on website. Our Solution We need to customize the form In NetSuite as well Website for viewing PO field… Continue reading Proposal For Showing PO Number In Quote Page.
Sales Order Text Removed
Removing the unwanted texts from the sales order. Here attaching an example done in THR website. Issue : wants to remove these unwanted text from the sales order that is marked in the image. Solution Take the Suitcommerce Configuration -> Advanced tab -> Take item option . Enabling the check box. 3. Adding the wanted… Continue reading Sales Order Text Removed
Adding Payment link to invoice
For adding a payment link to invoice. Step 1 1.Enabling the feature in the payment processing tab. 2. 3. A new field will be visible under the commerce tab 4.By clicking on the payment link a payment set up page is visible. 5. Entering the proper information , and by saving the record a payment… Continue reading Adding Payment link to invoice