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
2
votes
1 answer
NetSuite: Suitecommerce Theme Issue
I want to customize current theme of suitecommerce.
So I tried to fetch current theme.
But I am getting the below issue.
I tried with several coms but always get an same issue.
Please let me know someone has an experience with this issue.

Serhii Stepanenko
- 116
- 3
2
votes
2 answers
Send an email in SuiteScript 1.0 using email template?
When sending an email using nlapiSendEmail() can I specify a email template to use?
I have created an email template in the NetSuite backend. Is there a function I can use to send an email and use that email template?

sazr
- 24,984
- 66
- 194
- 362
2
votes
1 answer
NetSuite SCA Online Edit
Hello NetSuite SCA developers,
I am given access to SCA site where I can edit HTML on some part of the page. I am not sure what this feature is, but to show the online editor, you just press Esc key. I am thinking that the "editable" part is defined…

Dave P.
- 177
- 7
1
vote
1 answer
Enable NetSuite Sandbox SuiteCommerce site
I am stuck in a requirement where the client needs their NS sandbox SuiteCommerce website up and running. He is using SuiteCommerce Advanced.
I need to setup the sandbox website such that its domain becomes sandbox.livesite.com. I already got the…

Saurabh More
- 383
- 4
- 25
1
vote
1 answer
SuiteCommerce Advanced 2019.2 set custom field on quote/estimate creation
I'm working with a SuiteCommerce Advanced 2019.2 website. I need to set a custom field when a quote is created using the Create a Quote feature. What's the best way to do this? Do I need to make a new SuiteScript model to extend the Quote.Model or…

Gus Larson
- 13
- 2
1
vote
0 answers
NetSuite Webstore Login using In-Bound SSO for OPENID connect
We have a websotre at NetSuite hosted at custom domain , we are trying to implement SSO login using OPENID connect, but when user logins at the identiy server or if already logged in there, it never returns back to the Netsuite WebStore Domain, we…

HASSAN
- 11
- 1
1
vote
1 answer
How to add multiple items onto SCA Add to Cart
I am looking to add a coverage service to my products on my Suite Commerce Advanced Store.
Scenario: A customer visits the product page, they like the item they want, but they also want to add additional coverage.
My idea is that if the customer…

flexdev
- 13
- 4
1
vote
1 answer
Anchor tags to jump halfway down a page in NetSuite (SuiteCommerce Advanced)
Does NetSuite SuiteCommerce not support anchor tags? I want to include some links at the top of my page that let the viewer jump down to that category (on the same page). I know I have my code set up properly, but all that happens is that it tries…

Joe Barnes
- 11
- 2
1
vote
1 answer
Suitecommerce Advanced calling a core code's method from a extension
There is a view OrderWizard module view in suitecommerce core code.It has methods similar to below(not the exact code, not pasting for proprietary issues).
I have created the extension and calling OrderWizard's method from the extension.
…

igu
- 11
- 2
1
vote
1 answer
categories not showing suite commerce advanced netsuite
We are in the process of setting up our new website with Suite Commerce Advance - this means that we have been moving items around in categories, we seem to have an issue where items are disappearing within the categories (they are still present on…

Naomi Johnson
- 11
- 2
1
vote
1 answer
Netsuite: Meta tags on shopping.ssp file for Suite Commerce Advanced
Problem Statement : On PDP page, we need to be able to include corresponding tags ( meta tags - which will allow us to include Image previews, custom URLs, etc. on Social Media ). With default functionality, we are not able to include Image previews…

Danial
- 79
- 1
- 8
1
vote
2 answers
Merge records in SuiteScript 1.0
How can I merge 2 records in SuiteScript 1.0?
For example; I want to merge 2 customer records. The reason being we have many customers in our NetSuite backend that have not registered in our website. When they register NetSuite automatically creates…

sazr
- 24,984
- 66
- 194
- 362
1
vote
1 answer
Creating Users without logging them in?
How can I create a new user in the webstore/Netsuite but not log them in? session.registerGuest() and session.registerCustomer() will both login the user aswell as create a new user.
In my case I only want the user created. Heres the usecase: we…

sazr
- 24,984
- 66
- 194
- 362
1
vote
2 answers
SCA Webstore Session Bugs
We experience session bugs in our SCA website (Mont Blanc).
The session bugs are:
you are logged in but sometimes the website still shows the 'login | register' link. Ie, it doesn't recognise you as logged in.
you click the login/register link…

sazr
- 24,984
- 66
- 194
- 362
1
vote
1 answer
SuiteCommerce Advance: Unable to get the Free Shipping Rule Rate 'Insufficient permissions' for Custom Service
We tried loading shipping item data with 'nlapiLoadRecord', Currently we have two methods available Standard & Express. We tried to load data for standard method as below in Script Debugger.
var standard = nlapiLoadRecord('shipitem',3);
We are…

Danial
- 79
- 1
- 8