Remove markup item from webstore

Requirement: When markup item is adding in NetSuite while creating SO, the markup item is also showing in the website. Since the markup item is not ordered by customer it should be removed from website. Solution: Need to extend the views,”OrderHistory.Details.View” and “Invoice.Details.View”. Adding code below.

Resolve Error: “Page Not Found” in SuiteCommerce Advanced WebSite

Users may encounter an error “Page Not Found” on the initial product page load when accessing newly created items and Content Delivery pages on the site. The reason behind this is that the error appears on a specific page and then redirects to the actual product or content delivery page.  Changes to a content delivery… Continue reading Resolve Error: “Page Not Found” in SuiteCommerce Advanced WebSite

TypeError : out.writeUint32LE is not a function Error During Gulp Command- New update by Netsuite

If getting error like “TypeError : out.writeUint32LE is not a function” during gulp deploy, then first try the methods given in the below “https://jobinandjismi.in/typeerror-out-writeuint32le-is-not-a-function/”, if it is not working then follow the below methods. To correct this error, complete the following steps before running gulp commands: In the root directory of SCA using the command… Continue reading TypeError : out.writeUint32LE is not a function Error During Gulp Command- New update by Netsuite

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

JavaScript code to toggle visibility of a section on checkbox click.

First, create the section that you want to show/hide. Give it a unique ID so you can reference it later. Next, add a checkbox to your page that will trigger the show/hide functionality. Give it a unique ID and add an onclick event that will call a JavaScript function to show/hide the section. Finally, create… Continue reading JavaScript code to toggle visibility of a section on checkbox click.

Disable Order summary continue button in Check out page when invoice orders terms are “Prepayment”.

When a customer’s terms are prepayment and they try to make an order using an invoice, the order must be denied. Along with that order summary continue button in checkout page is also denied for further process .For this, we can disable the continue button and display a message regarding this.

Set Up the Facet Priority in SuiteCommerce Advanced Denali

To properly set the priority of a facet, or the way the facet is arranged on the shopping page in SuiteCommerce Advanced (SCA) Denali, a change should be made to the Facets.FacetedNavigation.View.js file of the Facets module. On the SCA Denali folder, create a new folder under the custom Module folder. Name this folder FacetsOverride@1.0.0 Copy all… Continue reading Set Up the Facet Priority in SuiteCommerce Advanced Denali