“We can pass the value from one extended view to another extended view within a single extension by passing the value to ‘this’. Here, we use the ‘afterViewRender’ function to assign the value. First, we define this function, and then we can set the value to the variable in ‘this’.” After that we can get… Continue reading How we can pass the value from one extended view to another extend view with in single extension.
Author: Arjun S
What is FOMO notification? How is it used in website?
“FOMO” stands for Fear of Missing Out. Typically refers to a type of notification designed to trigger a sense of urgency or desire to take immediate action. “FOMO” stands for Fear of Missing Out. Typically refers to a type of notification designed to trigger a sense of urgency or desire to take immediate action. “FOMO”… Continue reading What is FOMO notification? How is it used in website?
How to display Quick Ship option for products in PDP matrix table.
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
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.