To add a field in the website we need to login to netsuite account and we need to check that the in the navigation was showed in the below image and after that we need to click here and go to next page and and there we should give the version 1.0 and we need… Continue reading Adding field sets to website using script debugger
Author: Prashanth G S
how to add the breadcrumbs to a checkout page
how to add the breadcrump in the checkout page using the extension first we need to create a new extension and write the extend wrap method next find the view of the check out page in source file using the class and add the breadcrumbs function. getBreadcrumbPages: function () { var breadcrumbs = [ ]; … Continue reading how to add the breadcrumbs to a checkout page
Enquire button in the PLP page and hide the price in PLP based on check box
first we need to create a custom item field for label as enquire button and we have to give a check box for that custom item field and save that and then we have add that custom field in the field set after that we have to select the particular item in webpage and enable… Continue reading Enquire button in the PLP page and hide the price in PLP based on check box