We can display Quick Ship option for products in PDP matrix table. Here we set the quick ship checkbox option for products from the NetSuite. Step 1: Create a checkbox in Item fields for Quickship method. Step 2: extend the extension from pdp. Step 3: Display the icon for quickship in template
Author: Arjun S
How to change the order of the Menu Tree in My Account section using extension only for mobile devices.
We can change the order of the Menu Tree in My Account using the extension only for mobile devices. Here we are using the index value for sorting.
PROPOSAL FOR DISPLAYING HOME PAGE PRODUCT SLIDER
Proposal Summary This proposal covers the scope of displaying the product slider in home page that constantly rotates in a period of time. Requirement Add the product slider on the home page like the related products slider that constantly rotates every 3 seconds that automatically picks Random products from the website or manually select for… Continue reading PROPOSAL FOR DISPLAYING HOME PAGE PRODUCT SLIDER
How to change the My Account section menu tree items order ?
We can change the My Account section menu tree order in simple way. Update below mentioned code in menu-tree.scss Update below mentioned code in menu-tree-node.scss. Here we set the order for each item. After that deploy theme
How to update value to specific page by using URL?
We can update value to cart page and PLP quick view page by using window.location.href method.
How to update the values of custom radio buttons to the corresponding selection field in an online case form when a radio button is selected?
We can update the custom radio button value to corresponding the select field when we selecting the radio button by using the select field id.
How to set border styles for input fields on Edge,Chrome and safari browsers.
We can set the border style for input fields on Edge,Chrome and safari browsers. Its enable when we selecting the field.
How to convert case type Select tag to radio button in online case form using javascript.
We can convert ‘Case Type’ select tag to radio button in online case form by using javascript.
How to use placeholder option in online case form.
We can set the placeholder for fields in online case form by script. Template:
How to create Custom case form in NetSuite and how to fetch fields in template
We can create Custom case form and also fetch custom case form values to template. Step 1: Setup -> Support -> Online Case Forms -> New . Step 2: Select the ‘Cutsom HTML Template’ from the list. Step 3: In ‘Cutsom HTML Template’ window, here we can set the Title and update the required fields… Continue reading How to create Custom case form in NetSuite and how to fetch fields in template