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
2 answers
Is it possible to fetch a line item's value with out having to load the whole record?
I'm trying to speed up my ssp application by using nlapiLookupField where possible instead of having to load the whole record and it's sublists using nlapiLoadRecord. Unfortunately it doesn't seem to work with lineitem fields. Is there an api call…

Matt
- 33
- 6
0
votes
2 answers
Can't uninstall NetSuite SuiteCommerce Base Theme
I tried to install this "SuiteCommerce Base Theme" theme bundle in NetSuite. But the bundle remained in 'failure' status. Now i want to uninstall this bundle, however it doesn't allow mw to uninstall this bundle form NetSuite. Have anyone faced this…

bmnepali
- 446
- 11
- 20
0
votes
1 answer
User status in SCA shopping
Is there a simple way to check the user's logged in/out status in ALL areas of the SCA front-end?
ie:
{{if isLoggedIn}}
do this
{{else}}
do that
{{/if}}

kitecom
- 1
- 1
0
votes
1 answer
Adding custom JS & CSS on Suitecommerce Landing Page
I have created custom landing page in Lists -> Web Site -> CMS Pages and I want to add custom JS and CSS to that page, what are the steps to do it?

eXtreme
- 244
- 3
- 18
0
votes
0 answers
How to show Product Reviews in Product Details Information Template on SCA Aconcagua
I'm trying to show "Product Reviews" on product_details_information.tpl instead of product_details_full.tpl template. The reviews are not showing at all. I tried to add the product reviews as a child view to Product Details Information View without…

eXtreme
- 244
- 3
- 18
0
votes
1 answer
Detecting a category page in the isCategoryPage method
I currently have an SCA website that has sub categories that need to display as a category page, and not a Product listing page. (i.e. display the categories, not the products).
Currently, I have modified the isCategoryPage to override the…

Kevin Hill
- 311
- 1
- 12
0
votes
2 answers
How to add landing page in Netsuite (SCA) without CMS
How to create new landing page on SCA (Netsuite) Vinson version without CMS/SMT. i am trying to do so because my CMS is not working. Please give me the steps to create it.
Thanks

Ankit Chaudhary
- 11
- 1
0
votes
1 answer
Displaying Errors on Scriptable Cart
I am trying to prevent a sales order from being created when conditions are met regarding items in a customers cart on a SuiteCommerce Advanced site using the Scriptable Cart.
I'm using a User Event and nlapiCreateError() to send the error but the…

VicDid
- 175
- 2
- 20
0
votes
0 answers
SuiteCommerce Advanced page error - Cannot read property "length" from null
I have some problems in E-Commerce website development through NetSuite. Am getting an error when I tried to go Setup -> SuiteCommerce Advanced -> Configuration page it displays below error. I think it is from user privilege issue may be.
I am new…

Vignesh Bala
- 889
- 6
- 25
0
votes
1 answer
While extending PLP component, I get null value
When I extend a module and write code like below the plp variable is null, any idea why?
If I replace by PDP instead of PLP, I get value in variable.
return {
mountToApp: function mountToApp (container)
{
var plp =…

user1482800
- 83
- 2
- 12
0
votes
1 answer
NetSuite SCA Elbrus - Override PDP Module for Checking Quantity Available
I am new to SuiteCommerce Advanced development and I would like to override a module from the Product Details Page.
The goal is to add a "max" attribute to the 'Quantity' input for products and the max attribute value will be set to the…

coopwatts
- 670
- 1
- 8
- 31
0
votes
1 answer
How can I extend OrderWizard.confirmation.module for kilimanjaro?
I need add a tracking script on the confirmation page and want to do it via NetSuite Recommended best practice , can some one share me how to extend this particular module? and add a tracking script.
I believe I will need to add a child view and add…

user1482800
- 83
- 2
- 12
0
votes
1 answer
Creating a custom Feature/plugin in SuiteCommerce Advanced?
My question is regarding Netsuite SCA/Sitebuilder website related. I would like to know if anyone has tried making custom feature for website in netsuite UI? for eg: we have "Add to cart button show for facet result" checkbox in Suitecommerce…
0
votes
1 answer
Guest Order Summary - GuestOrderStatus.Service.ss
We want to create a page/module that will let the users view the 'order summary' after entering the order id + email address.
The page will part of shopping app and the url will be something like this:
www.mywebsite.com/guestordersummary
We are…

user1271519
- 441
- 2
- 4
- 16
0
votes
1 answer
How can i get itemfulfillment search without repetition/duplication
I am executing nlapiSearchRecord function on itemfulfillment record and the search is working fine but its return result with repetition/duplicate.
Below is the my working code i just want to know that which filter should i use to avoid…

Salman
- 333
- 4
- 18