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

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