Extension to Remove Edit Option From Shipping Address Field

Requirement:On the SCA website, the shipping address can be edited from the my-account and checkout sections.Hide the edit option for the shipping address from my account and checkout section. Solution: Created an extension for the functionality  In the extension, extended the “AddressDetailsView“ file for disabling the buttons “Edit“ and “Remove“ in the Address cell.  Modified… Continue reading Extension to Remove Edit Option From Shipping Address Field

How check whether a price-level is active on SCA website

This article is to check whether a particular price level is active on a website, this can be used while working with price-level-related tasks. Go to Setup >Accounting>Accounting lists Select the filter option to price-level Then check the required price-level in the list and click ‘view’ After opening the record check the checkbox”Online price level”… Continue reading How check whether a price-level is active on SCA website

Proposal For Order Import Feature

Proposal Summary This proposal covers the implementation of Order import feature in the Balaji Cricket Website Requirement The Cricket website needs to have an order import feature. The CSV file for import needs to have the below 4 columns: Door Code (Address Line 3) SKU (External ID) QTY PO It should be able to bulk… Continue reading Proposal For Order Import Feature

How to Check the SSL certificate of a particular domain is valid or not in the browser.

For checking the validity date of SSL certificate of a domain follow the steps given below: (Currently in the example showing steps in chrome web browser other browsers also have similar steps) Load the domain in the browser you want to test. Click on the padlock icon and then click the connection secure: 3. Then… Continue reading How to Check the SSL certificate of a particular domain is valid or not in the browser.

How to append a script to body tag of all pages in a website and pass values dynamically into the script using extension

This article refers to adding a script with dynamic values inside it. Here is an example: Adding a script for ROI tracking with dynamic values. Sample script structure: Here in the script we need to pass two values product name and total checkout amount of items in the cart, so the number of lines in… Continue reading How to append a script to body tag of all pages in a website and pass values dynamically into the script using extension

Script For Sending Payment Reminder Emails (Map/Reduce)

The requirement is to send a payment reminder email if the customer is not done payment after 1 hour of sales order creation from the website. We need to consider the following conditions for sending the payment reminder email: Condition For sending Email:  The following conditions need to be true.  The payment confirmation checkbox(a custom… Continue reading Script For Sending Payment Reminder Emails (Map/Reduce)

How to resolve errors while deploying Map/reduce script

Scenario:While creating a new script record in Netsuite and deploying the script, there may b a “Failed” message displayed on the status page. One major reason for this will be the file name of the script file if the filename of the script file is large or any special characters are used this may lead… Continue reading How to resolve errors while deploying Map/reduce script