To make a selection from the dropdown to from select field, jQuery provides and option for this This part of the code is a jQuery method that sets the selectedIndex property of the selected <select> element to 0. The selectedIndex property determines which option is selected in the dropdown list. By setting it to 0,… Continue reading Clear Selection Dropdown
Author: Ittymathew Paul
CMS and NetSuite
We have CMS Page and CMS page Type which has a link to the CMS content, the URL will be the link between these records and CMS Content and CMS Content Type will have a common identifier as id, and each content type will have its own custom record which holds the data of the… Continue reading CMS and NetSuite
Nested Object Loop
IF you want to find the value for some specific key which is a nested object, like shown below, if we want to get “custcol_ag_bankname” object value from this we can use the code shown below
SCA Development
Extension / Theme / Customization Before starting the development or customization analyze the requirement properly to make sure it won’t affect the other customization. Make note of all the records associated with the customization if there are any. If there are any backend functionalities make sure to reduce the service call happening in the background.… Continue reading SCA Development
JSON LD – Structured Data Markup
Why add structured data to a page?Adding structured data can enable search results that are more engaging to users and might encourage them to interact more with your website, which are called rich results. Structured data is coded using in-page markup on the page that the information applies to. The structured data on the page… Continue reading JSON LD – Structured Data Markup
Create Page Types – Layout
Site Management Tools (SMT) administrators can use page types to add a range of pages and layouts to a website. When SMT administrators create new pages in SMT, they assign them to a certain page type. This can be the default landing page or any newly provided page type via an extension. SMT administrators can… Continue reading Create Page Types – Layout
Look Book Extension – Visual portfolio
The Look Book plugin allows you to create a visual portfolio on your website that represents individual looks from a larger collection. Look Book allows you to highlight new items, engage customers with photos to establish a theme, highlight corresponding items within a collection, and generate further sales. The Look Book appears as a slider… Continue reading Look Book Extension – Visual portfolio
HubSpot -Form in the wrong place on external page
You might notice that a HubSpot form appears somewhere than where you expected it to on your external page after embedding it. This might be because the form is dynamically rendered on the website or because there is a problem when several embed codes for forms are placed to the same div> tag in the… Continue reading HubSpot -Form in the wrong place on external page
Enable 3D Secure Payments
This can be configured under the Advanced Tab in the config record, This property applies to SuiteCommerce MyAccount (SCMA). This Boolean value specifies whether a customer can make native 3D Secure 2 payments using the make a payment, quotes, and reorder flows on your website. To enable native 3D Secure 2 payments using the checkout… Continue reading Enable 3D Secure Payments
SuiteScript 2.x N/commerce Modules
Modules in the N/commerce namespace have been designed for use with SSP applications written in SuiteScript 2.x. Their primary objective is to provide web developers a homogeneous development experience when working with Commerce and SuiteScript APIs. Note that N/commerce itself is not a module. Developers can use modules in the N/commerce namespace to access different… Continue reading SuiteScript 2.x N/commerce Modules