Item badge extension

Install and configure the item badge extension for product listings and details pages. Steps: Install the Bundle: Install the bundle 251246 and activate the extension. check the suite answers and help center for more information Enable Badges for Items: (We need to get client confirmation to do) Enable item badges in the item record settings.… Continue reading Item badge extension

Cannot Test an Extension on a Local Server

In some 2018.2 implementations of SuiteCommerce Advanced, developers might experience the following console error when testing an extension on a local server: TypeError: SC.addExtensionModule is not a function. The patch instructions described below correct this error. To implement this patch, you must create two custom modules to override different instances of index-local.ssp. These files are located… Continue reading Cannot Test an Extension on a Local Server

SUITE COMMERCE STANDARD EXTENSIONS – PART 2

Order Status    The Order Status extension facilitates the display of billing and shipping information for a purchase order directly on your website.  By entering an order number along with an email address or Zip Code, both guests and registered customers can access the following details:  Order fulfillment progress  Payment summary  Shipping information, including tracking… Continue reading SUITE COMMERCE STANDARD EXTENSIONS – PART 2

SUITE COMMERCE STANDARD EXTENSIONS

   Advanced Sign Up    SuiteCommerce Advanced Sign-Up extension lets you use an alternate sign-up form on your website, in addition to or instead of the existing standard customer registration form. You must set the Type of Customer Registration field to a setting that fits the needs of your website.    configure the properties on… Continue reading SUITE COMMERCE STANDARD EXTENSIONS

Error: Cannot find module ‘gulp-sass’

If we found this error while running gulp extension:local. Then do following step. 1)In the Command which is open as adminstrator run the command ‘npm install -g windows-build-tools’.2)Then uninstall the nvm setup and reinstall it 3)perform the commands of npm install .Then it will not show the error.

Set Up Extension Developer Tools

Before create an extension, must download the extension developer tools and extract them to create a top-level development directory Use the latest theme and extension developer tools found in the appropriate SuiteBundles folder in your NetSuite File Cabinet. SuiteCommerce and SCA 2019.1 and Later – Use the latest theme and extension developer tools found in the… Continue reading Set Up Extension Developer Tools

How to resolve Error in extension: Module ‘GlobalViews.CountriesDropdown.View’ not found.

In order to add country field in form, I have used ‘GlobalViews.CountriesDropdown.View’ in the view file. But it is creating issue . Solution: These files ‘GlobalViews.CountriesDropdown.View’ are not available in shopping domain and myaccount domain. So remove it from those domains and deploy it to only checkout. This can be done by editing manifest file.