Bx slider in SuiteCommerce Advanced

In SuiteCommerce Advanced website, sliders are implemented by using jQuery bx slider. Configuration Options: BxSlider provides a wide range of options to customize the slider’s behavior. For example: mode: Defines the transition type (horizontal, vertical, or fade). auto: Enables automatic sliding. pause: Sets the duration between slides. controls: Adds navigation controls like next/previous buttons. pager:… Continue reading Bx slider in SuiteCommerce Advanced

How to resolve the error: ‘This user has exceeded the number of active access tokens for this role’

Scenario: While running ‘gulp extension:fetch’ command, an error will be displayed in the terminal, saying the number of active access tokens has exceeded. Reason: Once you have used all permitted number of tokens for the current role, there will show ‘number of active access tokens exceeded’ error. Solution: To resolve the error, we need to… Continue reading How to resolve the error: ‘This user has exceeded the number of active access tokens for this role’

How to resolve the JavaScript error: ‘job execution time exceeded’ while activating theme or extension

Scenario: After deployment, while activating extension or theme there shows JavaScript error: ‘Job execution time exceeded. The job has been IN_PROGRESS for more than 15 minutes’. Activation fails. Solution: Navigate to Customization –> List, Records, & Fields –> Record Types. Find the ‘SC ExtMech Activation’ record type from the list. Click on the ‘List’ button… Continue reading How to resolve the JavaScript error: ‘job execution time exceeded’ while activating theme or extension

Developer tool setup

If the customization requires editing source code directly, we need to set up the developer tool first. Go to ‘backup’ folder in the ‘Development’ directory of the SSP application. Check if there is any previous deployment was done. If so, download the last deployed zip file. If you find multiple zip files deployed on the… Continue reading Developer tool setup

Can’t proceed with Automatic SSL certificate option in domain record for certain domains.

Scenario: While creating domain record in NetSuite, can’t choose ‘Automatic’ SSL certificate option and Manual option is set by default. ‘Automatic’ button appears to be disabled. The above scenario does not affect all domains; it only affects second-level domains. Here is the short breakdown of the different levels of domains. 1. Top-Level Domain (TLD) The… Continue reading Can’t proceed with Automatic SSL certificate option in domain record for certain domains.

Unsupported domains

As per the NetSuite 2025.1 release update, if the domain type is not matched with any of the following listed type and domains without SSL certificate will no longer be supported by NetSuite. The domain type should be any of the following: Single secure domain for shopping and checkout Secure shopping domain combined with a… Continue reading Unsupported domains

How to Add a Redirection URL in Network Solutions (domain provider)

Redirection URL can be set up in two ways: by using NetSuite ‘Redirection URL’ domain type or by configuring it through the domain provider. To configure redirection URL through the domain provider (specifically Network Solutions), follow the steps below. Login to Network Solutions. Go to domains page by clicking ‘Domains’ link on the sidebar. Click… Continue reading How to Add a Redirection URL in Network Solutions (domain provider)

Domain record setup

Go to Commerce –> Hosting –> Domains –> New. Select the domain type as ‘Webstore Only’. Provide the domain name. Select website setup record and hosting root. Save the domain record. After saving the record there will generate two CNAME records which should be added to the domain provider’s website (eg:- godaddy, network solution…) in… Continue reading Domain record setup