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

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