Anatomy of SuiteCommerce Extension

SuiteCommerce extensions generally include the following types of files.  File Description Entry Point An essential file in any extension with JavaScript is the entry point file. When an extension is loaded into a site’s application, this is the file that is called. In the entry point JavaScript file, you should define a module.Every JavaScript-based file… Continue reading Anatomy of SuiteCommerce Extension