How can we add a new return reason in Netsuite and display it on the website?

It’s possible to add new return reason in netsuite and display it on the website. Step 1: Customization -> List, records & Fields -> Record Types-> SCIS Return  reasonsc-> List -> New Return reason Updated the return in the New return reason page. Step 2: Check the reason in the reason list and clear cache… Continue reading How can we add a new return reason in Netsuite and display it on the website?

How can we solve the ‘tpl not found’ error while deploying from Elbrus version?

It’s possible to remove ‘tpl’ not found error by these steps. This happeining maybe the below reasons If we need to overlap the entire page, then add that filename to the ns.package.json file and include it in the distro.json. If we need to extend the section, there is no need to add the file to… Continue reading How can we solve the ‘tpl not found’ error while deploying from Elbrus version?

How we can enable Quick Cash Denominations through NetSuite.

It’s possible that we can set the Quick Cash denomination in NetSuite and change the values displayed on the website. Step 1: Goto Customization -> List, Records & Fields -> Record Types In the list of record types, there is an option for SCIS Quick Cash Denominations. Step 2: If we want to list the… Continue reading How we can enable Quick Cash Denominations through NetSuite.

How we can add new payment card in payment methods.

It’s possible for us to add a new card payment method in NetSuite’s payment methods. Step :1 Goto Setup->Accounting->Accounting list Choose the Type as ‘Payment Method’ and Click the New button Step 2: In this window update the Name and other required fields after that click the save button. Step 3: Check the payment method… Continue reading How we can add new payment card in payment methods.

How to create stackable promotion in NetSuite and how we can use it in website.

It is possible to we can create stackable promotion and that update in the website items. Step 1: Goto Commerce->Marketing->Promotions->New Choose the Shipping option Step 2: On the shipping page, update promotion details, item name, discount rate, and code pattern, etc. After that click the save button. Step3: Select the mentioned item in cart page.… Continue reading How to create stackable promotion in NetSuite and how we can use it in website.

How we can add custom created E-Mail template in Netsuite and how its used in website.

It’s possible to add custom created E-Mail template in Netsuite and possible to update that template in website. Step1: Update the created E-Mail template in Site folder Web Site Hosting Files-> Live Hosting Files -> Site Step 2: Create a New E-Mail template Setup->Company->System Email Template->New Step3: Choose the updated E-Mail template from the file… Continue reading How we can add custom created E-Mail template in Netsuite and how its used in website.

How can we set the text on top of the image, and make the responsive text? Without using extra styles.

We can set the text on top of the image, and its possible to make the text as responsive without using extra styles. Update the text after the image section After that set the text position as absolute and update the font-size in vw format. The vw is viewport width in size. This can be… Continue reading How can we set the text on top of the image, and make the responsive text? Without using extra styles.

How do we solve the issue of the backup not generating when deploying the source code?

The backup uploading notification is showing but not updating the backup. we can solve this issue by adding some files. In case of showing ServiceContract/SC/Case/Case error, this error happening because of missing ServiceContract folder subfolder and its files. This folder include AddressBook, Case, Category etc. subfolders. After updating files we want to deploy through gulp… Continue reading How do we solve the issue of the backup not generating when deploying the source code?