Creating local workspace for Vinson version of SCA website

To create a local workspace on the Vinson version backup code, we can follow these steps. Download the latest backup files from the respective NetSuite’s Hosting SSP folder and extract it to local disk. Once the files are extracted, use node version 10.24.1 or above 10 version to install the required packages by running npm… Continue reading Creating local workspace for Vinson version of SCA website

Resolve Bad AJAX Request when publishing changes for Commerce Categories in Site Management Tools

When publishing in Site Management Tools make sure you have the proper permissions to access the tool. You are likely to run into a Bad Ajax Request error when using a custom role in Site Management Tools. Using an Administrator Role: Navigate to Setup > User/Roles > Manage Roles Edit Custom Role Go to Permissions > Setup sub tab Add Commerce Categories, and set to level Full Click Save

Resolve Store Locator Error: “Sorry! You have no permission to view this page”

Scenario: Users of a SuiteCommerce Advanced Vinson website may encounter the following error message when trying to navigate to the Store Locator page, “Sorry! You have no permission to view this page” Solution: Navigate to Documents > Files > File Cabinet > Web Site Hosting Files > Live Hosting Files > SSP Applications > NetSuite Inc. – SCA Vinson > Development > Services Edit the StoreLocator.Service.ss file Enable setting the permissions under the Permission… Continue reading Resolve Store Locator Error: “Sorry! You have no permission to view this page”

When attempting to rearrange web store categories and subcategories, changes are not made

Open local development environment Navigate toModules\suitecommerce\Categories\SuiteScript\Categories.Model.js Search for the sortBy function (Line 631) and comment on the existing code and paste the following: 4. Gulp Deploy the changes 5. After this you can now proceed to arrange it via the parent commerce category via Commerce > Content Management > Commerce Categories