SuiteCommerce is a NetSuite technology that enables businesses to build multi-channel, multi-location business from ecommerce, POS and order management to merchandising, marketing, inventory, financials and customer service.
Questions tagged [suitecommerce]
94 questions
0
votes
3 answers
SuiteCommerce Advanced Website: Allowing more than 1 user to register with the same email address
Our SCA Mont Blanc webstore is currently allowing users to register using an email address that is already used by another account.
Is this standard SCA behaviour to allow this? Or have we broken something in the code or website record to allow…

sazr
- 24,984
- 66
- 194
- 362
0
votes
2 answers
What role do SCA SuiteScript files execute as?
What role do all the .SSP files execute under in SuiteCommerce Advance Mont Blanc? Is it Customer Center?
Context:
My SuiteScript file Account/SuiteScript/Account.Model.js retrieves information from the Customer database table. But its…

sazr
- 24,984
- 66
- 194
- 362
0
votes
1 answer
Backbone view not found/visible in SCA
I've overridden the ItemDetails module and I've added a new view it. But now when I run my SCA Mont Blanc website locally the website fails to load (I get a white screen) and the following error in the browser console - fails to load my view I…

sazr
- 24,984
- 66
- 194
- 362
0
votes
1 answer
Input Validation not Occurring on Deployed SCA Version
I have a really weird error where my registration form is not validating new input fields (gender, date of birth) when deployed. But that exact same code is validating on my local SCA Mont Blanc.
I have done a full deploy, ie, gulp deploy.
I have…

sazr
- 24,984
- 66
- 194
- 362
0
votes
1 answer
Custom User Registration: How to write gender to customer record
My user registration form has a custom field for Gender. How can I make SCA write the customer's gender to the NS database?
Should I use Commerce API or SuiteScript API?
I guess I should edit the model Account/SuiteScript/Account.Model.js but should…

sazr
- 24,984
- 66
- 194
- 362
0
votes
1 answer
NetSuite's SuiteCommerce Advance: Customize Multi Language With Single Domain(Without Hosts)?
In SuiteCommerce Advance Vision release by default behavior to setup multi language is to add multiple domain under Setup-->Configuration-->Multi Domain Tab--> Hosts
Once you setup this you can able to see drop down in your web store which will have…

Danial
- 79
- 1
- 8
0
votes
1 answer
Cant use Crypto in SuiteCommerce Advanced Service?
My SuiteScript Service MyService.Service.ss file is attempting to use the Node.js library Crypto but I get the error Error: No crypto when I run my service.
Does the Node.js version that SCA uses not have the Crypto library installed? Do I need to…

sazr
- 24,984
- 66
- 194
- 362
0
votes
1 answer
SuiteScript Service get Database Info when User Not Logged In?
Can a SuiteScript Service grab information from the NetSuite database and return it as JSON to a user who is not logged into the website/NetSuite?
For example; if a user accesses…

sazr
- 24,984
- 66
- 194
- 362
0
votes
1 answer
Iterate over array of arrays in SCA Template
How can I nest for loops in SCA (Handlebars) template language?
For example; I have an array of arrays and I want to loop over the inner array elements:
// Loop 1
{{#each footerNavigationLinks}}

sazr
- 24,984
- 66
- 194
- 362
0
votes
3 answers
NetSuite Duplicate Registration eCommerce
I want to stop a customer from registering two times with same email address.
I do not know how I can check the client's email address from the eCommerce registration page.
For example, when a client enters an email in the eCommerce registration…

Behrooz
- 1
0
votes
2 answers
Netsuite's SuiteCommerce Advance:: Social SignUp(FaceBook, Google+)
I need to integrate Social Sign-up/Login in our SuiteCommerce Advance Site, Anyone knows ho we can do that? Help would be Appreciates. Our SuiteCommerce verion is Vension 2016.

Anup Chaudhary
- 320
- 1
- 10
0
votes
1 answer
Suite Commerce Advance 2016: Custom 'Item' Field Based--> 'Product Listing Page'
We have Suite Commerce Advance Vension Release Installed at our end, Which has good features 'Commerce Categories'. Our client don't want to use this category based structure.
They asked to design site based on attributes(custom item fields). So …

Anup Chaudhary
- 320
- 1
- 10
0
votes
2 answers
Can I set a default page for an SSP application in NetSuite
I'm creating a blog in NetSuite using an SSP application.
The SSP application sits at /blog and the SSP page is /blog/index.ssp
Is there any way at all to make that just /blog ? It would look so much better.
Is there some kind of trick, like a…

Gordon Truslove
- 109
- 1
- 1
- 10
0
votes
1 answer
NetSuite SuiteCommerce: Access and get Data From Custom Record List
We would like to create & access custom db table structure for our SuiteCommerce Advance Site as-
Custom Record-->
List 1--> Value1, Value2.....Value(n)
List 2--> Value1, Value2.....Value(n)
List…

Anup Chaudhary
- 320
- 1
- 10
0
votes
1 answer
SuiteCommerce Advanced: Model Undefined issue on my account page.
I am very new to Netsuite's Suite Commerce Advanced,
I have created custom entity field(dob) and assigned to customer records, I am trying to save this custom field and it is working too.
But on My Account page I am unable to access these field.…

Anup Chaudhary
- 320
- 1
- 10