We can resolve this npm cache clean –force. If you are a windows user, try deleting all files in this folder: C:Users{{your-username}}AppDataRoamingnpm-cache. Then… npm cache verify. If that doesn’t work, try updating to the lastest (understand the risks) npm i npm@latest -g These commands will helps to resolve issue
Tag: sca
How to Create and Submit a Map/Reduce Script Task
/** * @NApiVersion 2.1 */ require([‘N/task’, ‘N/runtime’, ‘N/email’], (task, runtime, email) => { // Store the script ID of the script to submit // // Update the following statement so it uses the script ID // of the map/reduce script record you want to submit const mapReduceScriptId = ‘customscript_test_mapreduce_script’; // Create a map/reduce task //… Continue reading How to Create and Submit a Map/Reduce Script Task
How to resolve issue wherein suitecommerce base theme is not availble on the theme option in extension manager
Scenario There are instances wherein the SuiteCommerce Base Theme is not available on the Theme option in Extension Manager. Solution Follow the steps listed below: Navigate to Customization > Lists, Records, & Fields > Record Types SC ExtMech Extension: Click List SuiteCommerce Base Theme: Click Edit Target_Version: Clear value Click Save SuiteCommerce Base Theme: Click View manifest.json: Click Edit target_version: Remove on the code Click Save
Proposal For Implementing the MOQ functionality in SCA website.
Proposal Summary This proposal covers the implementation of the MOQ (Multiple Order Quantity) functionality in the Suite Commerce Website of OX Tools Global. Requirement Currently in the NetSuite, MOQ functionality is implemented for creating sales orders. For the customers who have MOQ feature enabled in the customer record, we have to implement multiple order quantity… Continue reading Proposal For Implementing the MOQ functionality in SCA website.
Address Verification System (AVS) Error During Payment on SCA website
The AVS error I happening due to the verification of the billing address with the address in the credit card account, so due to this comparison, if there is a mismatch in any of the addresses, the AVS_ERROR will occur. Payment processing profile of the live account there is a checkbox “Ignore AVS Response on… Continue reading Address Verification System (AVS) Error During Payment on SCA website
How to get the item count by using the item search api base url
The Item Search API base URL has the following format: http://www.mywebstore.com/api/items example: https://www.scatest433.tk/api/items?custitem_special=true
Add LiveChat to your SuiteCommerce using Google Tag Manager
First SC Google Tag manager bundle need to be installed Then we need to Link Google’s client ID with NetSuite As a next step, go to SuiteCommerce Advanced section. Choose which of your NetSuite website and domain would you like to link with Google Tag Manager. Once you’ve done that, click on the Configure button. On the next screen, proceed… Continue reading Add LiveChat to your SuiteCommerce using Google Tag Manager
List of properties in owl carousel using javascript API
items Type: NumberDefault: 3 The number of items you want to see on the screen. margin Type: NumberDefault: 0 margin-right(px) on item. loop Type: BooleanDefault: false Infinity loop. Duplicate last and first items to get loop illusion. center Type: BooleanDefault: false Center item. Works well with even an odd number of items. mouseDrag Type: BooleanDefault: true Mouse drag enabled. touchDrag Type: BooleanDefault: true Touch drag enabled. pullDrag… Continue reading List of properties in owl carousel using javascript API
Global search on SCA web sites
Verify that the search bar is functional: Result: Confirm that the search bar accepts input, and pressing “Enter” or clicking the search button initiates a search process.Verify that relevant results are displayed for a specific keyword: Result: Ensure that the search returns items containing the specified keyword in their names or descriptions.Verify that the search… Continue reading Global search on SCA web sites
Replace is not a function error
To correct invoice details page issue is only for invoice with status unapproved payment status. The invoicedetailview is extended for an update. There showing an error replace is not a function error ” jQuery.Deferred exception: amount.replace is not a function TypeError: amount.replace is not a function”. amount = amount.replace(/,/g, ”); code was getting error To… Continue reading Replace is not a function error