Resolve “An error occured while trying to generate the Sitemap.” when Using a Custom Module in SuiteCommerce Advanced

The error “An error occured while trying to generate the Sitemap” can be experienced when generating a Sitemap for the SuiteCommerce Advanced webstore for several factors. One reason that was noted for this error is that when developers create a custom module using a Suitelet. To avoid this error, users need to use the External URL for Suitelet… Continue reading Resolve “An error occured while trying to generate the Sitemap.” when Using a Custom Module in SuiteCommerce Advanced

SCA versions & custom module

versions:Denali and Mont BlancKilimanjaro (2017.2) version of SuiteCommerce AdvancedAconcaguaElbrus only see javasript2018.22019.1 theme updation2019.2 upto this we can create custom module2020.1 from this create extension2020.22021.12021.2 Create a Custom Module In the ‘module’ folder create a ‘customization’ folder create a folder for ‘addresscustom@jj’ and then ‘templates’ folder copy the ‘address_details.tpl’ and ‘ns_package.json’ from ‘Suitecommerce’ -> Address@2.4.3… Continue reading SCA versions & custom module

Convert CSV file into the JSON format

Using the Papa Parse javascript library we can easily convert CSV files into Netsuite. How to use papa parse in Netsuite goto the papa parse website (https://www.papaparse.com/). download the minified js file by clicking the downlad button. 4. Extract the downloaded zip file and add the “papaparse.min.js” file in suitescript folder of the NetSuite file… Continue reading Convert CSV file into the JSON format

Registration Page using Custom module

Jira Code: GD-16 Created a new registration page in SCA Website with url https://sandbox.goodearthdist.com/crossfit using a custom module. To add a custom module: Create a custom module directory within your custom directory with the format of ModuleName@version. Create the sub-directories within the module.We need JavaScript, Sass, SuiteScript, and Templates sub-directories. Create the necessary files for your… Continue reading Registration Page using Custom module