Clear Selection Dropdown

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

Published
Categorized as JavaScript

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

Published
Categorized as JavaScript

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

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