How to Create Expandable boxes with Plus and minus on accordion using the java script

In the NetSuite when we give the Product information from the tab data for an item it will be displayed in the website for the particular item.  The Product information will be displayed here under the product details section.  When we click on the “+” button the Product information will be expendable and show the… Continue reading How to Create Expandable boxes with Plus and minus on accordion using the java script

How to add pay now button for making payment in the My account invoice.

Created a new extension as invoice pay now button and extend the view and template .    Added the button in the template and created the pay now button.   Stored the link in a variable and passed the link to the button.  Made the invoice ID dynamic by getting the invoice id and stored in… Continue reading How to add pay now button for making payment in the My account invoice.

How to download the elbrus version tool kit and run local steps.

To download the elbrus version tool kitNavigate to commerce>Hosting>ssp application.Then check the currently used elbrus version view the file open the application folder Link, open the backup folder.Download the latest backup by checking the last time of manifest file and download the first 3 files as given in the screenshot and save the 3 files… Continue reading How to download the elbrus version tool kit and run local steps.

How to Trigger JavaScript change event when value is not different

The ‘change’ event listener will only trigger when the value of the input changes, so if the same id is selected, no change would be triggered, and the event will not show. For instance, if you’re creating an AJAX uploader and want to do something with the information in the file input, you could always… Continue reading How to Trigger JavaScript change event when value is not different

How to solve the Module not found error due to the newly created extension.

This error will show if i have created extension on my account and shopping, but we need to do changes on my account only then we will get error as module not found in shopping page using this method, we can solve this error in same extension. We can create a new JavaScript and rename… Continue reading How to solve the Module not found error due to the newly created extension.