In this extension, we need to create a checkbox for a free shipping badge. if it is checked then need to show it UI otherwise not If we need to show a free shipping badge on PLP, Then we need to extend the facetitemcellview. Create a view for showing the badge in template We can… Continue reading Free Shipping Badge
Author: Joseph Ronald
Web forms
we need to create an OEM form and Warranty claim form, After submitting each form we need to create separate leads in netsuite Creating lead Disabling field when customer checked the international address For enabling sweet alert feature, We need to define it first and paste core code in the javascript file with proper format.… Continue reading Web forms
Dealer application form
Need to create a dealer form to enter their details and by submitting need to create lead in netsuite Suite script for lead creation For sending email to admin in each lead creation Validating different fields
Stock due date
Need to show the stock due date on the PDP page. Solution: Create a custom item field in the item record, Then whenever we enter the date in that field that will show in PDP. For getting the due date
Contact Us
In this contact us extension, we have added one form and some self-service links. When the visitors enter all the required fileds and click submit will create a contact record on NetSuite for that specific customer Also, we have added google captcha feature to prevent robotic submission, for that we have created an account in… Continue reading Contact Us
Map Price
Map price extension is used to pop up description when hovering over the map price, The map price will be shown if the map price custom item field has some value. Custom field was created under custom tabe of item record, If we add any price map price will shown Main css .product-details-full-main a span… Continue reading Map Price
UPS MY CHOICE
Ups my choice is the tracking feature for customers of UPS. This means if we pass the all the required details, we can get in through it. In our extension, we have to integrate SCA with UPS MY CHOICE. For that, we have created an admin account in UPS for the auth credentials. Also developed… Continue reading UPS MY CHOICE
Bottom Description
This extension is used to show the description under the specific commerce category pages. When we create a custom category record might be shown on the configuration table and we can get the data easily by config data(it depends on the sca version) Other cases we need to load the category in script side and… Continue reading Bottom Description
Reseller form
In this extension, we have to add a reseller form with different inputs, when the customer submits with these fields, it will create an prospects in backend Creation of prosepects Also we have used Sweet alert for , customised popup
category slider
In this extension, we need to add all categories on the Home page with scroller ( owl carousel). For getting all the categories, we have an inbuild function called SC.CATEGORIES var slidercat=SC.CATEGORIES[0].categories; On the template we have loaded the owl carousel script