In some implementations of Elbrus, the shopping page returns a blank page and the following error is returned in the log for the page: Uncaught TypeError: Cannot read property ‘indexOf’ of undefined This error can occur because the URL includes the percent sign (%) and SuiteCommerce does not correctly handle the symbol. This patch overrides… Continue reading Error Loading Shopping Page Due to Uncaught TypeError
Month: October 2022
Show available quantity on Quickview page
Requirement is to show available quantity in the quickview popup Javascript entry point file
Difference between Synchronous and Asynchronous Ajax request
Synchronous ( async: false ) – Script stops and waits for the server to send back a reply before continuing. There are some situations where Synchronous Ajax is mandatory. In standard Web applications, the interaction between the customer and the server is synchronous. This means that one has to happen after the other. Synchronous part:… Continue reading Difference between Synchronous and Asynchronous Ajax request
Set up an FTP connection in Celigo
File Transfer Protocol (FTP) is a standard communication protocol used for the transfer of files from a server to an application or a computer. You can grab existing JSON, XML, CSV, and other files to upload them into a second application (such as Amazon Seller Central) or add files to the server from an application.… Continue reading Set up an FTP connection in Celigo
To Create Admin Menu in Magento 2
Step 1: Create menu.xml Create an admin menu file called: menu.xml file with the following content: Step 2: Add admin menu item Step 3: Flush Magento cache
Date Format issue in Mobile View
When the website is in the mobile view when selecting the date the format of the date is yyyy-mm-dd.It is not supported in Netsuite. So the function is used to convert the date to the corresponding format.
To get information about all sorting options on the PLP page
Description Gets information about all sorting options on the page. This method works only when the current view is the search page, otherwise it returns undefined. To get the current sorting option on the page, use getSorting. getAllSorting() → {Array.<Sorting>}
Show Only the Tax Codes
In the Sales Order, the Tax code line level dropdown list may show both Tax Code and Tax Group. To show only the tax code in the list, goto Setup > Accounting >Setup Taxes. The page will show the configuration for each Nexus. On any Nexus tab, in the ‘Tax Code List Include’ dropdown, select… Continue reading Show Only the Tax Codes
Date Format Issue in Import
In bank statement imports, the date format should be MM/DD/YYYY. But even if the date format is correct, the error message will show. The error message is “The file could not be imported, because the date is not in the correct format”. To solve this problem, Insert an apostrophe (‘) before the date/s (e.g. ’01/31/2021)… Continue reading Date Format Issue in Import
Error Status Codes
The following table lists error status code types that can be returned in a message Response. These are values that are used in the code field of the statusDetail type where the type attribute has a value of error. These codes are listed in the StatusDetailCodeType enumeration, which is defined in the platform faults XSD. You… Continue reading Error Status Codes