Restrict customers to buy quantity more than the available quantity

Requirement: Restrict customers to buy quantity more than the available quantity.If the user tries to add the quantity more than the available one,then the value should be updated to the available value of an item. Solution: Update the client script that applies to ‘sales order’.And if the user adds value greater than the available value,then… Continue reading Restrict customers to buy quantity more than the available quantity

Register page redesign

The Register page functionality is to be developed.Extend the register page and develop it as a 2 page registration. Add the custom fields in the registration form and save it to the required customer fields in Netsuite. Steps: 1.Create custom entity field in netsuite. 2.extend “login_register_register.tpl” . 3. created an extension called “registerpage” and extended… Continue reading Register page redesign

Registration Page using Custom module

Jira Code: GD-16 Created a new registration page in SCA Website with url https://sandbox.goodearthdist.com/crossfit using a custom module. To add a custom module: Create a custom module directory within your custom directory with the format of ModuleName@version. Create the sub-directories within the module.We need JavaScript, Sass, SuiteScript, and Templates sub-directories. Create the necessary files for your… Continue reading Registration Page using Custom module

Sales order card payment

Jira code: EN-617 Tthe client script to set values in Payment detailed fields as null when selecting customer in sales order.When each time the user selects a customer in the sales order, the payment details will be set to null. Note: Only considering the sales orders which are created through the UI. The script is… Continue reading Sales order card payment