SC ExtMech Extension Activation

Scenario: After deploying extension, Some extension may not be available in the extension manager.That time developer needs to activate some extension by globally searching by its name. And needs to delete the “target version” and need to edit manifest all the time while activating extension.Adding the image. Solution: Before deploying the extension, edit the manifest… Continue reading SC ExtMech Extension Activation

Restrict customers to buy product more than the available quantity

There is an issue where if an item has 150 pcs left at the warehouse,you can still order 200 or more pieces through the online store. Can we make it so that people cannot add more pieces to their cart than what is actually available at the warehouse? solution: The solution to this issue is… Continue reading Restrict customers to buy product more than the available quantity

Drop down menus on new SCA site

Requirement is to smoothen the dropdown menus in the SCA.On the new SCA site, can the drop down menus be a bit more smoother.The dropdown menus in the website need to be smoother Solution: the dropdown menus can be smoother by providing the css propery transition-duration. For example: css code:

Proposal for Restrict customers to buy product more than the available quantity

This proposal covers the development for restricting the customers to buy product more than the available quantity.This proposal also covers the engagement scope of Jobin and Jismi IT Services LLP, as official implementation partner Of Oracle NetSuite. Proposal summary This proposal covers the development for restricting the customers to buy product more than the available… Continue reading Proposal for Restrict customers to buy product more than the available quantity

Proposal For Update Menu UI Of Cricket And Balaji Websites

Proposal Summary This proposal covers the development of updating menu UI websites. Requirement On the shopping page of website,The brands dropdown needs to be updated without brand name. Only logo is required and while hovering the logo should be highlighted. Our Solution The brand name can be removed by using css property “display:none”.The Logo can… Continue reading Proposal For Update Menu UI Of Cricket And Balaji Websites

Hide delivery option based on checkbox value

Hide the delivery option from the checkout if the checkbox is enabled in the customer record.Else the working should be standard.create a new entity field in the customer record(checkbox)Hide the delivery method section from the checkout page- In this scenario, there should be a default shipping method will be selected in the order. Solution: 1.Create… Continue reading Hide delivery option based on checkbox value

Saved search to check whether an email is existing or not

To check whether an email is existing or not,The saved search can be used.The requirement is while a new user tries to register with an existing mail id ,then an error message need to be displayed. For that first check the email is existing in the netsuite using saved search. List -> Search ->Saved searches… Continue reading Saved search to check whether an email is existing or not

Change the position of tabs in the header section

To Change the position of tabs in the header section,Follow the below steps 1. Go to Commerce -> website-> Configuration 2.Select the domain and website.Click Configure. 3.Select the tab “Layout” and select the subtab “Navigation”. 4.Change the position of tabs according to desire by ‘Delete’ and ‘insert ‘option