With the 2023.1.0 release, the developer tools continue to support Node.js version 14.19.0. To use the Theme, Extension, or core SCA 2023.1 developer tools, you must use this Node.js version.
Author: Achu T V
New gulp commands added In 2023.1 SCA Release
With the 2023.1 release, the following updates were made: The following gulp commands have been added and can be used with extension and theme developer tools: gulp reactivate – triggers a reactivation process of all the extensions and themes installed on your website gulp reactivate –async – triggers a reactivation process of all the extension… Continue reading New gulp commands added In 2023.1 SCA Release
Add or Change a Domain Name
Each time you add a new domain name in NetSuite, you must use the CNAME (Alias) displayed for that domain to configure the DNS with your domain provider. Changing the domain name of your domain is not supported in NetSuite. If you want to change the domain name, delete the old domain and create a… Continue reading Add or Change a Domain Name
Resolve ‘Error: Wrong parameter type’ on Extension Manager Activation
For resolving this issue check the SuiteCommerce Extension Management bundle versions If it is 2018.2 or lower, updating the bundle to 2019.1 or higher will resolve the concern.
PROPOSAL TO MAKE THE URL FOR LIQUID PIXELS CHECK PROOF CLICKABLE IN SALES ORDER RECORD
Proposal Summary This proposal covers the development to make the URL for liquid pixels check-proof clickable in the Sales order record. Requirement Currently, the URL for Liquid Pixels check-proof is added to a custom field named “IMAGE PDF URL” in the Sales Order record. The new requirement is to enable users to click on the… Continue reading PROPOSAL TO MAKE THE URL FOR LIQUID PIXELS CHECK PROOF CLICKABLE IN SALES ORDER RECORD
Extension Manager Error or Deployed Theme Not Appearing In Extension Manager
After performing a successful Gulp Deploy, the deployed theme is not available within the Extension Mangers theme section to be selected and activated. Extension Manager shows an error page when you try to open Extension Manager (Path: Commerce > Websites > Configuration). This could be caused by SC Extension Management version update. Error message: {“header”:{“status”:{“code”:”ERROR”},”message”:”Unexpected… Continue reading Extension Manager Error or Deployed Theme Not Appearing In Extension Manager
Allow Access to Extension Manager as any Role
For allowing access to other roles for accessing Extension Manager you may need to follow the below steps. Navigate to Customization > Scripting > Script Deployments Search for the three following scripts:ID: customdeploy_ext_mech_installer_eventID: customdeploy_ns_sc_ext_mech_uiID: customdeploy_ns_sc_ext_mech_services For each, click Edit On the Audience sub-tab, ensure to select your chosen role from the Roles sub-list Click Save
How to add a new parameter to the URL without affecting the current working
newUrl = window.location.href + ‘?/toggle=enprimeur’;window.history.pushState({ path: newUrl }, ”, newUrl); This code replaces the last segment of the current URL with the string ‘retail’ and updates the browser’s history state with the new URL. Thus it will not cause any issues in the current working. Otherwise we will get “page not found” error after adding… Continue reading How to add a new parameter to the URL without affecting the current working
Windcave external payment :Points to Be Noted
A payment processing profile should be created in the NetSuite using the Windcave Credentials. PAYER AUTHENTICATION feature Should be set to false in the windcave payment profile. There may a page not reachable issue seen after returning to review page after adding the card details in the external payment page. This issue usually happens when… Continue reading Windcave external payment :Points to Be Noted
Windcave Payment Gateway
Windcave is a payment gateway that provides online payment processing solutions for businesses.Windcave allows businesses to accept online payments securely and easily through a range of payment methods such as credit cards, debit cards, and alternative payment options like PayPal, Apple Pay, and Google Pay. The gateway supports multiple currencies, making it suitable for businesses… Continue reading Windcave Payment Gateway